/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 13px; color: #666666; font-family: Arial, helvetica, sans-serif;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
.red {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h1 {
	margin-bottom: 5px;
	color:#C00;
	font-size: 20px;
}	
h2 {
    color:#C00;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color:#C00;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}
	
a {
	outline: none;
	border: none;
	color:#C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}
A.class1 {
	outline: none;
	border: none;
	color:#C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
A.class2 {
	outline: none;
	border: none;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
p {
	margin: 0 0 10px;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
}

img { 
    display: inline-block;
	border: 0px;
}

aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
	
/* Structure */
/* Contain1 to 4 are to prevent Cumulative Layout shift caused by the header images */
.contain1 {
          object-fit: cover;
          width: 100%;
          height:380px;
}
.contain2 {
          object-fit: cover;
          width: 100%;
          height:175px;
}    
.contain3 {
          object-fit: cover;
          width: 100%;
          height:125px;
}
.contain4 {
          object-fit: cover;
          width: 100%;
          height:100px;
} body { 
	background-color:#036;
	width: 90%;
	margin:auto;
}
.header {
		margin:auto;
}
.header-left {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 37%;
	float: left;
	background-color: #036;
	
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63%;
	background-color: #036;
	text-align: center;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	margin-top: 25px;
}
#img3 {display:block;}
#img4 {display:none;}

.main_image {
	  margin: auto;

}
.wrapper {
	margin: auto;
	text-align: center;
	} 
.profile {
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color:#f5f5f5;
	color:#009;
	width: 100%;
	  margin: auto;
}
.grid {
  display: flex;
  margin: auto;
   background-color:#Fff;

}
#img1 {display:block;}
#img2 {display:none;}

.grid_column1 {
	flex: 3;
	padding: 12px;
}

.lates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin: auto;
}

.box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 10px;
  background-color: #FFC;
  text-align: center;
  vertical-align: middle;
  	border: thin solid #009;
}

.linkbox {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F9C;
	font-weight: normal;
	padding: 10px;
	background-color: #FFC;
	text-align: center;
	vertical-align: middle;
	border: thin solid #009;
}

.top-button {
	display: none;
}
.footer {
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #036;
}

/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  margin-bottom: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/*!End of responsive-nav.js 1.0.39 by @viljamis */


@media screen and (max-width: 480px) {
.header-left {
	display: block;
	width: 100%;
}
.header-right {
	display: block;
	width: 100%;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FF0;
}
  #img3 {display: none;}
  #img4 {display: block;}

.grid {
	display: block;
	width: 100%;
}
  #img1 {display: none;}
  #img2 {display: block;}
  
.grid_column1 {
	display: block;
	width: 100%;

}  
.lates {
	display: block;
    width: 100%;
	
}
.box {
	display: block;
    width: 100%;
}
.linkbox {
	display: block;
	width: 100%;
	text-align: center;
}
  .top-button {
	display: block;
	width: 100%;
}
.h2 {
	font-size: 20px;
}
}
