html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    font-size: 16px;
	line-height:180%;
	font-family: 'Raleway', sans-serif;
	background-color: #FFF;
	text-align:center;
}
div.wrapper  {
 	margin-left:auto;
 	margin-right:auto;
	max-width:960px;
	} 
		@media only screen and (max-width: 990px) { /*margins on sides of screen for tablets */
		div.wrapper {
			max-width:97%;
			}
		} 
h1, h2, h3, p, ol, ul {
    margin: 0;
    padding: 0;
}
ul	{
	margin-bottom:30px;
}
li {
    display: block;
	line-height:225%;
}
h1	{
	font-size:35px;
	font-weight:normal;
	color:#FF8000;
	padding:0px 0px 30px 0px;
	margin-top:50px;
}
h2	{
	font-size:28px;
	font-weight:normal;
	color:#FF8000;
	padding:0px 0px 30px 0px;
	}
h3	{
	font-size:24px;
	font-weight:bold;
	padding-bottom:25px;
    padding-top: 50px;  /* Add top padding to the anchored h3 for cv.php */
}
a {
    text-decoration: none;
	color:#00ADEE;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
p	{
	font-size:16px;
	margin-bottom:30px;
}
header	{
	width:100%;
	height:73px;
	margin-top:20px;
}
.logo	{
	float:left;
	width:20%;
}
/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}
/* 
following css for slicknav
*/
.slicknav_menu {
	display:none;
}
/* 
following css for menu
*/
#menu_container 	{
	text-align:right;
}
#menu li	{
	display:inline;
}
#menu a	{
	color:#000;
	padding: 1% 2% 1% 2%;
	border-radius:8px;
	-webkit-transition: background 1.5s; /* For Safari 3.1 to 6.0 */
    -moz-transition: background 1.5s;
    transition: background 1.5s;
}
#menu a:hover	{
	background:#FFCA95;
}
/* 
css for index.php
*/
.upper 	{
	margin:10px 0px 0px 0px;
	background-color:#888;
}
.upper_center {
	max-width:960px;
	margin-left:auto;
 	margin-right:auto;
	padding:30px 0px 30px 0px;
	overflow:hidden;
	}
.upper_center h1 {
	color:#FFF;	
	margin-top:0px;
	}
.column_left	{
	display:inline-block;
	margin-right:5%;
	}
.column_right	{
	display:inline-block;
	}
.column_left p, .column_right p	{
	font-size:18px;
	color:#FFF;
	margin-bottom:10px;
	text-align:left;
	}
.lower 	{
	margin:10px 0px -40px 0px;
	background-color:#EEE;
}
.lower_center {
	max-width:960px;
	margin-left:auto;
 	margin-right:auto;
	padding:30px 0px 30px 0px;
	}
/* 
css for about.php
*/
#portrait	{
	width:100%;
	margin-bottom:30px;
	background: -webkit-linear-gradient(#C7C9C8, #E7EAF4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#C7C9C8, #E7EAF4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#C7C9C8, #E7EAF4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#C7C9C8, #E7EAF4); /* Standard syntax */
}
#portrait img	{
	width:40%;
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding-top:8px;
}
/* 
css for cv.php
*/
.download	{
	margin:40px 0px 60px 0px;
}
.download a	{
	background-color:#FF8000; 
	padding:1% 2% 1% 2%; 
	color:#FFF;
	border-radius:5px;
}
/* 
css for resources.php
*/
.videos	{
	width:420px;
	margin-left:auto;
 	margin-right:auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 
css for contact.php
*/
a.disable-link {
    pointer-events: none;
    cursor: default;
	color:#000;
}
		@media only screen and (max-device-width: 480px) {
		   a[class="disable-link"] {
			  pointer-events: auto !important;
			  cursor: auto !important;
		   }
		}
a.disable-footer-link {
    pointer-events: none;
    cursor: default;
	color:#FFF;
}
		@media only screen and (max-device-width: 480px) {
		   a[class="disable-footer-link"] {
			  pointer-events: auto !important;
			  cursor: auto !important;
		   }
		}
/* 
css for thank-you.php
*/
.min_height	{
	padding-top:150px;
 	height:350px;
}
/* 
css for footer.php
*/
footer 	{
	margin:50px 0px 0px 0px;
	background-color:#444;
	height:290px;
	padding-top:20px;
}
footer p	{
	font-size:14px;
	color:#FFF;
	margin-bottom:0px;
	}
.footer_heading	{
}
.footer_img		{
	margin-bottom:15px;
}
#social img	{
	opacity: 0.9; 
	filter: alpha(opacity=90);
	margin-top:15px;
}
#social img:hover	{
	opacity: 1; 
	filter: alpha(opacity=100);
}
#email	{
	padding-top:25px; /* Add top padding to the anchored div */
	margin-top:-25px;  /* Avoid unnecessary whitespace by adding a negative margin  */
}
.float_left	{
	float:left; 
	margin-right:75px;
	text-align:left;
}
.float_right	{
	float:right; 
	text-align:right;
}
#copyright {
	width:100%;
	margin-left:auto;
 	margin-right:auto;
	text-align:center;
	overflow:hidden;
	}
#copyright p {
	font-size:12px;
	padding-top:15px;
	}

