@charset "utf-8";
/* CSS Document */
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 581px) {
html{
	margin:0px;
}
/*div {border:1px solid red;}*/
body{
	padding:0px;
	margin:0px;
	margin-top:-20px;
	
	font-family:Arial, Helvetica, sans-serif;
}
h3 a, h3 a:visited{text-decoration:none; color:#9cf;}
#wrapper{
	width:90%;
	margin:10px auto;
}
	#wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#main-image{
	width:100%;
	background-color:#999;
	background-image:url(../../images/Photos/Cover%20Draft3-Tablet.jpg);
	background-size: cover; 
	background-repeat: no-repeat; 
	border-top:1px solid #026135; 
	height:300px;
	background-position:center;}
#contentwrapper{
	width:100%;
	min-height:300px;
	float:none;
}
#text{
	clear:left;
}
#action_menu{
	text-align:right;
	width:100%;
	font-size:1.5em;
	line-height:1.8em;
}

#image-link-wrapper{
	width:100%;
}
#cover-wrapper{
	width:100%;
	float:right;
	position:relative;
}
.imagelink{
display: inline-block; background-color: #ddd; border: 1px solid #999; 
	width:22%;
	float:left;
	position:relative;
	min-height:150px;
	border:1px solid black;
	margin-right:2.5%;
	background-position:center;
	background-size:auto 100%;}

	.imagelink h3{
		position:absolute;
		bottom:0px;
		color:#9cf;
		margin:1px;
		padding:0px;
		font-weight:lighter;
	}
	.link-title{
		width:100%;
height: 30px;
position: absolute;
bottom: 0px;
background-color: #000;
opacity: 0.5;
filter: alpha(opacity=50);
	}
		.imagelink img{
			display:block;
		opacity: 0.5;
filter: alpha(opacity=50);
width:100%;
overflow:hidden;
	}

	h1.site-name, h1.section {
color: #006;
font: 30pt Century Gothic,Arial,sans-serif;}
h1.site-name{
text-align:right;
margin:50px 5% 0px 0px;
}
h1.section{
	font-size:36pt;
	margin:25px 0px 0px 0px;
}
#cover{
	width:50%;
	height:50%;
	/*background-image:url(images/Photos/Global%20asthma%20Report2018_Final_Print_9-8-18-1.png);*/
	background-position:center;
	background-size:cover;
	position:relative;
	float:right;
	margin:10px;
	border:1px solid black;
	}
#cover img {
	width: 100%;
}

#footer{	
	width:100%;
	min-height:50px;
	background-color:#006;
	
}

#footer-menu{
	font-size:.9em;
	margin:0 auto;
	text-align:right;
	padding:1px 0px;
		}
		#footer-menu p{
			color:#9cf;
		}
}
