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

/* DESKTOP HTML STARTS HERE */

@font-face {
	src: url(fonts/Bodoni 72 Smallcaps Book copy.ttf);
	font-family: bodoni;
}

body {
	background-image: url();
	background-color: #F5F5F5 ;
	font-size: 87.5%; /* Base font size is 14px */
	font-family: bodoni;
	line-height: 1.5;
	text-align: center;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #5C60B6;
}

a:hover, a:active {
	color: #000;
}

.body {
	margin: 0 auto;
	width: 70%;
	clear: both;
}

.mainheader {
	text-align: center;
}

.mainheader img {
	width: 30%;
	height: auto;
	margin: 2% 0;
}

.mainheader h1 {
	font-weight: 400;
}

.mainheader h2 {
	font-weight: 300;
}

.mainheader p {
	font-weight: 300;
	font-size: 20px;
	
}

.smicons img {
	width: 80%;
	height: auto;
	margin: 5px;
}

.smicons ul {
	list-style: none;
	margin: 0 auto;
}

.smicons ul li {
	display: inline;
}

.smicons a:link, .smicons a:visited {
	color: #fff;
	display: inline-block;
	padding: 5px 5px;
	height: 75px;
}

.smicons a:hover, .smicons a:active {
	color:#F79E9F;
	text-shadow: none;
}

.smicons ul li a {
	border-radius: 5px;
}


.mainheader nav {
	background-color: #000;
	height: 40px;
	border-radius: 5px;
}

.mainheader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainheader nav ul li {
	float: left;
	display: inline;
}

.mainheader nav a:link, .mainheader nav a:visited {
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;
}

.mainheader nav a:hover, .mainheader nav a:active {
	text-shadow: none;
}

.mainheader nav ul li a {
	border-radius: 5px;
}

.maincontent {
	line-height: 25px;
	border-radius: 5px;
}

.content {
	width: 100%;
	float: left;
}

.topcontent {
	background-color: #C7C7C7;
	border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	height: 600px;
}

.topcontent1 {
	background-color: #C7C7C7;
	border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	height: 1000px;
	
}

.topcontent2 {
	background-color: #C7C7C7;
	border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	height: 1100px;
	
}


.bassline {
	height: 500px;
	width: auto;
}

.mag {
height: 900px;
width: auto;
}

.meanna {
	height: 800px;
	width: auto;
}

.letterhead {
	height: 900px;
	width: auto;
}

.leave {
	width: 600px;
	height: auto;
}

.middlecontent {
	background-color: #C7C7C7 ;
	border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.bottomcontent {
	background-color: #C7C7C7 ;
	border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.bottomcontent1 {
	background-color: #C7C7C7 ;
	border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	height: 1500px;
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 90%;
}

.top-sidebar {
	display: none;
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin: 1.5% 0 1.5% 3%;
	padding: 2% 3%;
}

.middle-sidebar {
	display: none;
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin-left: 3%;
	margin-bottom: 2%;
	padding: 2% 3%;
}

.bottom-sidebar {
	display: none;
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin-left: 3%;
	margin-bottom: 2%;
	padding: 2% 3%;
}


.mainfooter {
	width: 100%;
	height: 80px;
	float: left;
	border-radius: 5px;
	background-color: #000;
	margin: 2% 0;
}

.mainfooter p {
	width: 92%;
	margin: 10px auto;
	color: #fff;
	text-align: center;
}

	.email {
		text-align: center;		
	}
	
	.email a:link, .email a:visited {
	color: #fff;
	}
	
	.email a:hover, .email a:active {
	color: #fff;
	}
	.mainfooter ul {
	list-style: none;
}

 
/* DESKTOP HTML ENDS HERE */



/* MOBILE CODE STARTS HERE */
@media only screen and (min-width: 150px) and (max-width: 600px) {
	
	.body {
	width: 90%;
	font-size: 95%;
}

	.mainheader img {
	width: 80%;
}
	
	.mainheader h1 {
	font-weight: 400;
}

.mainheader h2 {
	font-weight: 300;
}

.mainheader p {
	font-weight: 300;
	font-size: 20px;
	
}
	
	.smicons img {
	width: 70%;
}
	
	.smicons a:link, .smicons a:visited {
	margin: 0;
}

	.mainheader nav {
	height: 120px;
	margin-top: 10px;
}

	.mainheader nav ul {
	padding-left: 0;
}

	.mainheader nav ul li {
	width: 100%;
	text-align: center; 
}

	.mainheader nav a:link, .mainheader nav a:visited {
	padding: 10px 25px;
	height: 20px;
	display: block;
}

	.content {
	width: 100%;
	float: left;
	margin-top: 2%;
}
	.post-info {
		display: none;
	}

	.topcontent {
	border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
	height: 300px;
}
	
	.topcontent1 {
		border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
	height: 500px;
		
	}
	
	.topcontent2 {
			border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
	height: 500px;
	}
	
	.bottomcontent1 {
		height: 800px;
		width: auto;
	}
	
	
	.bassline {
	height: 200px;
	width: auto;	
}
	
	.mag {
	height: 400px;
	width: auto;
	}
	
	.meanna {
		height: 420px;
		width: auto;
	}
	
	.letterhead {
	height: 400px;
		width: auto;
	}
	
	.leave {
	width: 300px;
	height: auto;
}

	.middlecontent {
	margin-top: 3%;
	margin-bottom: 4%;
}

	.bottomcontent {
	;
	}
	
	
	.top-sidebar, .middle-sidebar {
	width: 94%;
	margin: 1% 0 2% 0;
	padding: 2% 3%;
}
	.bottom-sidebar {
		display: none;
	}
	
	.mainfooter {
	height: 80px;
	margin-bottom: 2%;
}

	.mainfooter p {
	width: 92%;
	margin: 10px auto;
}
	



} /* MOBILE CODE ENDS HERE */


/* TABLET CODE STARTS HERE */
@media only screen and (min-width: 601px) and (max-width: 1000px) {
	
	.body {
	width: 90%;
}
	.mainheader img {
	width: 90%;
	height: 200px;
}
	.mainheader nav {
	height: 50px;

}

.mainheader nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 5px;
}

.mainheader nav ul li {
	float: left;
	display: inline;
}

.mainheader nav a:link, .mainheader nav a:visited {
	color: #fff;
	display: inline-block;
	margin-left: 70px;
	padding: 10px 25px;
	height: 20px;
}

.mainheader nav ul li a {
	
}
	
	.smicons img {
	width: 80%;
	margin: 10px;
}
	
	.smicons a:link, .smicons a:visited {
	color: #fff;
	display: inline-block;
	padding: 0;
	height: 75px;
}
	
	.maincontent {
	line-height: 20px;
	border-radius: 5px;
}

	.content {
	width: 100%;
	float: left;
}
	
	.topcontent1 {
		border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
	height: 700px;
		
	}
	
	.topcontent2 {
			border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
	height: 900px;
	}
	
	.letterhead {
		height: 600px;
		width: auto;
	}
	
	.bassline {
	height: 350px;
	width: auto;
	}
	
	.meanna {
	height: 600px;
	width: auto;
	}

	.mag {
	height: 700px;
	width: auto;
	}

	.top-sidebar {
	width: 21%;
	height: 300px;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin: 1.5% 0 1.5% 8%;
	padding: 2% 3%;
}
	
	.middle-sidebar, .bottom-sidebar {
	width: 21%;
	height: 300px;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin: 1.5% 0 1.5% 3%;
	padding: 2% 3%;
	}

.mainfooter {
	width: 100%;
	height: 80px;
	float: left;
	border-radius: 5px;
	background-color: #000;
	margin: 2% 0;
}

.mainfooter p {
	width: 92%;
	margin: 10px auto;
	color: #fff;
	text-align: center;
}
	
	.email {
		text-align: center;		
	}
	
	.email a:link, .email a:visited {
	color: #fff;
	}
	
	.email a:hover, .email a:active {
	color: #fff;
	}
	.mainfooter ul {
	list-style: none;
}
	
	
} /* TABLET CODE ENDS HERE */















