/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––
- General Content
- Typography
- Header & Navigation
- Images & Media
- Footer
- Media Queries
–––––––––––––––––––––––––––––––––––––––––––––– */

/* General Content
–––––––––––––––––––––––––––––––––––––––––––––– */



body, html { min-height: 100%; }

body { 

    height:100%;
    background:url(../auditor.jpg) no-repeat;
    background-position:center top;
	background-color: #000;
	overflow-y: scroll;
	background-attachment: fixed;
	max-width: 100%; 
	height: auto;
	
}

@media only screen and (max-width: 767px) {
body {
	background-size: cover;
}
	
}

.main{padding-top:2%;}
.row{padding: 0.5% 0;}

/* to center iframe in browser */
.center-col {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––– */
body{
	font-family: 'Roboto',sans-serif;
	font-size: 1.2em;
	color: #fff;
}

p.title{color: #666;
letter-spacing: 1px; 
}

p.title2{color: #666;
letter-spacing: 1px; 
margin-bottom: 5px !important;}


p.contact{
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	color: #666;
	text-align: center;
	letter-spacing: 1.5px;}
	
p.contact1{
	font-family: 'Roboto',sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	letter-spacing: 1.5px;}	
	
p.contact3{
	width: 100%;
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	color: #fff;
	text-align: left;
	letter-spacing: 1.5px;
	}
	
p.contact4{
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	color: #666;
	text-align: center;
	letter-spacing: 1.5px;
	padding-top: 12px;}
	
	
a[href^="mailto:"]{ 
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	text-decoration: none;
 	color: #666;
	letter-spacing: 1.5px;}


a:hover[href^="mailto:"]{ 
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	text-decoration: none;
 	color: #fff;
	letter-spacing: 1.5px;}

	

/* Header & Navigation
–––––––––––––––––––––––––––––––––––––––––––––– */
header.main_nav{
	padding: 0% 0;
	display: block;
}

/* Images & Media
–––––––––––––––––––––––––––––––––––––––––––––– */
img{max-width: 100%; border: 0px solid #1a1a1a;}

img1:hover{border: 1px solid #fff;}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */
ul.social{
	display: block;
	margin: 5% 0;
	list-style-type: none;
	text-align: center;}
	
ul.social li{
	font-size: 2em;
	display: inline;
	padding: 0 3%;}
	
ul.social li a{
	color: #666;}

ul.social li a:hover{ color: #fff;}


p.copyright{
	text-align: center;
	color: #444;
	font-size: 1em;}
	
	
.bottom {padding: 1% 0;}	




/* Sign up form 
–––––––––––––––––––––––––––––––––––––––––––––– */


#mc_embed_signup {
	background-color: transparent;
	font-family:'Roboto', sans-serif !important;
	font-weight: 400 !important;
}

#mc_embed_signup_scroll {
		margin-top: 30px !important;

}

#mc_embed_signup label {
	font-family:'Roboto', sans-serif !important;
	font-weight: 400 !important;
}

#mc_embed_signup input.email {
	border: 1px solid #666 !important;
	background: transparent !important;
	color: #666 !important;
	font-family:'Roboto', sans-serif !important;
	letter-spacing: 0.5px !important;
}

#mc_embed_signup input.button {
	background: #383838 !important;
	font-family:'Roboto', sans-serif !important;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––– */
/* Larger than mobile */
@media (max-width: 479px) {
	.logo a{font-size: 2em;}
	.main{padding-top:5%;}
	.portfolio img{margin-bottom: 10%;}
	img.avatar{margin-top: 15%;}
	h2.bio{font-size: 2.5em;}
	p.bio{font-size: 1.25em;color: #3f7f7c;}
	ul.social li a{font-size: .75em;}
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

.text1 {
	font-family: 'Roboto',sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-align: right;
	letter-spacing: 1.5px;}	