body {
	background-color: #222;
}

#page-wrap { 
	max-width: 800px;
	position: relative; 
	margin: 0px auto; 
	padding: 20px;
	-moz-box-shadow: 0 0 0px black; 
	-webkit-box-shadow: 0 0 0px black; 
	box-shadow: 0 0 0px black; 
    background-color: transparent;
}

.cover {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

#img-cover {
	max-height: 200px;
	width: 100%;
}

#img-jumbotron {
	height: 100%;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}

.container .jumbotron {
	max-height: 200px;
	margin-bottom: 10px;
	overflow: hidden;
}

.mc-img {
	position: fixed;
	z-index: 100000;
}

.l-item {
	color: #fff;
}

.l-item:hover {
	background-color: #333;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar,
.navbar-inverse,
.nav,
.navbar-nav {
	border-radius: 0 !important;
}

.navbar {
	margin-bottom: 10px;
	border: 1px solid #555;
}

.showreel {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-bottom: 10px;
}

.showreel iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.footer {
	background-color: #222;
	color: #fff;
}

.footer h6 {
	font-weight: bold;
}

.about {
	background-color: #222;
	overflow: auto;
}

.dl {
	overflow: auto;
	background-color: #222;
	height: 130px;
}

.dl-link:hover {
	color: #aaa;
}

a {
	color: #fff;
}

.contact {
	background-color: #222;
	overflow: auto;
}

#overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

#resume-div {
    display: none;
    position: absolute;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.clbtn {
	position: absolute;
	z-index: 1002;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.clbtn:hover {
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#breakdown-div {
    display: none;
    position: absolute;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.popup-img {
	z-index: 1002;
}

.pdf-look {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

.save-pdf {
	width: 50px;
	height: 50px;
	z-index: 1003;
	cursor: pointer;
	position: fixed;
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.save-pdf:hover {
	-moz-opacity: 0.9;
	opacity: 0.9;
}

small {
	color: #333;
}

@media(max-width:767px) {
	.cover {
		padding: 0;
	}

	.container .jumbotron {
		padding: 0;
	}

	.navbar {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mc-img {
		top: 101px;
		left: 45%;
	}
		.mc-img img {
			width: 275px;
		}

	.about {
		border: 1px solid #555;
		height: 90px;
	}

	.dl {
		border: 1px solid #555;
		height: 100px;
	}

	.contact {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border: 1px solid #555;
		height: 100px;
	}

	.dl-link {
		margin-left: 15px;
	}

	.pdf-look {
		top: 5%;
	    left: 3%;
	    height: 90%;
		width: 90%;
	}

	.clbtn {
		top: 2.5%;
		left: 93%;
	}

	.save-pdf {
		top: 7%;
		left: 5%;
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px) {
	.cover {
		padding: 0;
	}

	.container .jumbotron {
		padding: 0;
	}

	.mc-img {
		top: 115px;
		left: 62%;
	}
		.mc-img img {
			width: 275px;
		}

	.about {
		border: 1px solid #555;
		height: 80px;
	}

	.dl {
		border: 1px solid #555;
		height: 100px;
	}

	.contact {
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border: 1px solid #555;
		height: 100px;
	}

	.dl-link {
		margin-left: 15px;
	}

	.pdf-look {
		top: 5%;
	    left: 10%;
	    height: 90%;
	    width: 80%;
	}

	.clbtn {
		top: 2.5%;
		left: 90%;
	}

	.save-pdf {
		top: 7%;
		left: 12%;
	}
}

@media(min-width:992px) {
	.cover {
		padding: 0;
	}

	.container .jumbotron {
		padding: 0;
	}

	.mc-img {
		top: 115px;
		left: 62%;
	}
		.mc-img img {
			width: 300px;
		}

	.about {
		border-bottom-left-radius: 6px;
		border: 1px solid #555;
		height: 110px;
	}

	.dl {
		border-bottom: 1px solid #555;
		border-top: 1px solid #555;
		border-right: 0;
		border-left: 0;
		height: 110px;
	}

	.contact {
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 0;
		border: 1px solid #555;
		height: 110px;
	}

	.dl-link {
		float: right !important;
	}

	.pdf-look {
		top: 5%;
	    left: 15%;
	    height: 90%;
		width: 70%;	
	}

	.clbtn {
		top: 2.5%;
		left: 85%;
	}

	.save-pdf {
		top: 7%;
		left: 17%;
	}
}

@media(min-width:1200px) {
	.cover {
		padding: 0;
		padding-left: 0;
	}

	.container .jumbotron {
		padding: 0;
	}

	.mc-img {
		top: 115px;
		left: 62%;
	}
		.mc-img img {
			width: 300px;
		}

	.about {
		border-bottom-left-radius: 6px;
		border: 1px solid #555;
		height: 110px;
	}

	.dl {
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
		border-right: 0;
		border-left: 0;
		height: 110px;
	}

	.contact {
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 0;
		border: 1px solid #555;
		height: 110px;
	}

	.dl-link {
		float: right !important;
	}

	.pdf-look {
		top: 5%;
	    left: 20%;
	    height: 90%;
		width: 60%;
		min-width: 600px;
	}

	.clbtn {
		top: 2.5%;
		left: 80%;
	}

	.save-pdf {
		top: 7%;
		left: 22%;
	}
}