@charset "utf-8";
/* CSS Document */

html, body {
	background: #ffffff;
	width: 100%;
	margin:0px;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	}

strong { 
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #33373a;
	}
	
strong2 { 
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #007dc3;
	font-size: 30px;
	line-height: 1;
	}
	
stronglink { 
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	}	
	
italic1 {
		font-style: italic;
		font-size: 80%;
		}			

#banner {
	position: relative;
	width: 800px;
	height: 100px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	}

#logo {
	background-image: url(img/ohf_logo_250.png);
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	width: 350px;
	height: 102px;
	margin-left: 0px;
	bottom: 5px;
	}
	
#title {
	position: absolute;
    bottom: 0px;
    right: 0px;
	text-align: right;
	color: #6a747c;
	font-size:18px;
	line-height: 1.4;
	}


#bar {
	background: #323232;
	height: 10px;
	margin-top: 50px;
	margin-bottom: 0px;
	}
	
#bar2 {
	background: #323232;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 50px;
	}	

#gradient {
	position: relative;
	display: inline-block;
	background: #ffffff url(img/bg-shadow.png) no-repeat center center;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    min-height: 100%;
    height: 100%;
	height: auto;
	width: 100%;
	margin:0;
    padding:0;
    }

#registration {
	position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	}
	
#emailcomment {
	position: relative;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#videobox {
	position: relative;
	height: 360px;	
	width: 640px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	background-color:#FFF;
	border:2px solid #666;
	text-align:center;
	}
	
#info {
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	width: 80%;
	margin-bottom: -30px;
 }
 
 #info_top {
	position: relative;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 80%;
	margin-top: 50px;
	margin-bottom: 50px;
 }
 
#downloads {
	position: relative;
	text-align: center;
	margin-bottom: 150px;
 }
	
#info h1 { 
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	color: #3f4156;
	margin-top: 30px;
  	margin-bottom: 0px;
	}
	
#info h2 { 
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #3f4156;
	margin-top: 10px;
  	margin-bottom: 0px;
	}	
	
#info_top h1 { 
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	color: #000000;
	margin-top: 30px;
  	margin-bottom: 0px;
	}
	
#info_top h2 { 
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #75787B;
	margin-top: 10px;
  	margin-bottom: 30px;
	}	
	
#downloads h1 { 
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	color: #3f4156;
	margin-top: 30px;
  	margin-bottom: 0px;
	}	

#info p { font-size: 16px; color: #75787B; }
#info a { text-decoration: none; color: #33373a; transition: color .2s ease-in-out; }
#info a:hover { color: #007dc3; }

#info_top p { font-size: 14px; color: #75787B; }
#info_top a { text-decoration: none; color: #33373a; transition: color .2s ease-in-out; }
#info_top a:hover { color: #007dc3; }

#downloads p { font-size: 18px; color: #75787B; }
#downloads a { text-decoration: none; color: #75787B; transition: color .2s ease-in-out; }
#downloads a:hover { color: #007dc3; }


@media only screen and (max-width: 900px){

#banner {
	position: relative;
	width: 90%;
	height: 0;
	padding-bottom: 15%;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#logo {
    background-image: url(img/ohf_logo_500.png);
    background-repeat: no-repeat;
    background-size: contain;
	width: 75%;
	height: 75%;
	bottom: 10px;
    }

strong2 { 
	font-size: 3.0vw;
	}
    
#title {
	font-size: 2.0vw;
	bottom: 5px;
	}
		
#registration {
	margin-top: 100px;
	width: 80%;
	}
	
#emailcomment {
	margin-top: 80px;
	margin-bottom: 50px;
	width: 80%;
	}

#videobox {
	position: relative;
	height: 0;
	padding-bottom: 45%; /* 16:9 */
	width: 80%;
	}

#videobox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
#info {
	padding-left: 20px;
	padding-right: 20px;
 }
 
 #info_top {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
 }
 
#downloads {
	padding-left: 20px;
	padding-right: 20px;
 }	

#info h1 { font-size: 3.0vw; }
#info p { font-size: 2.2vw; }

#info_top h1 { font-size: 3.0vw; }
#info_top h2 { font-size: 2.6vw; }
#info_top p { font-size: 2.0vw; }
	
#downloads h1 { font-size: 3.0vw; }
#downloads p { font-size: 2.2vw; }	
}

@media only screen and (max-width: 600px){

#title { font-size:2.4vw; }

#info h1 { font-size: 3.4vw; }
#info p { font-size: 2.8vw; }

#info_top h1 { font-size: 3.4vw; }
#info_top h2 { font-size: 3.0vw; }
#info_top p { font-size: 2.4vw; }

#downloads h1 { font-size: 3.4vw; }
#downloads p { font-size: 2.8vw; }


#logo { 
	width: 65%;
	height: 65%;
	bottom: 15px;
    }	
#banner {
	position: relative;
	width: 90%;
	height: 0;
	padding-bottom: 15%;
	margin-top: 20px;
	margin-bottom: 10px;
	}
#registration {
	width: 100%;
	margin-bottom; 50px;
	}	
#emailcomment {
	width: 100%;
	}
}
