@charset "UTF-8";

*{margin: 0;
	padding: 0;
	border: 0;
}

.Tagline {
	height: 200px;
	width: auto;
	margin-top: 400px;
	margin-left: 75px;
	margin-bottom: 25px;
}

.Tagline h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 225%;
	color: #F03;
	font-weight: 600;
	font-style: italic;
	letter-spacing: .2em;
	line-height: 1.25;
	text-align: center;
	}

.Tagline h4 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
	color: #000;
	}
	
.Sidebar {
	grid-area: side;
	top: 25px;
	height: 575px;
	margin-left: 35%;
	border-left-width: 8px;
	border-left-style: double;
	border-left-color: #F03;
	position: relative;
}
.homebanner_logo {
	-moz-box-shadow: -3px 3px 4px #636;
	-webkit-box-shadow: -3px 3px 4px #636;
	box-shadow: -3px 3px 4px #636;
	border-radius: 90px 90px 90px 90px / 70px 70px 70px 70px;
	background-color: #FFF;
	height: 110px;
	width: 150px;
	z-index: 10;
	position: relative;
	left: -125px;
	top: 40px;
	padding-top: 20px;
	padding-left: 15px;
	}
	
#NavBar {
	margin: 0;
	padding: 0;
	height: 75px;
	position: absolute;
	right: 10px;
	top: 200px;
 	}
.navlist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
.navlist a {
	display: block;
	width: 200px;
	}
.navlist li a {
	text-decoration: none;
	color: #FFF;
	background-color: #636;
	border: 1px solid #F03;
	padding: 10px 15px;
	display: block;
}
.navlist li a:hover {
	background-color: #F03;
	color: #636;
	}

/*--- for tablet--*/

@media only screen and (min-width: 481px) and (max-width: 768px) {
.Tagline {
	height: 125px;
	width: auto;
	top: 400px;
}
.Sidebar {
	height: 590px;
	top: 50px;
}
.homebanner_logo {
	left: -105px;
	}
#NavBar {
	right: 30px;	
	}
.navlist a {
	display: block;
	width: 170px;
	}
}

/*---for iPhone--*/

@media only screen and (max-width: 480px) and (orientation: portrait) {
.Tagline, .Sidebar, #NavBar {
	margin: 0;
	padding: 0;
	}
.Tagline {
	width: 385px;
	margin-top: 360px;
	}
.Tagline h1 {
	font-size: 150%;
	}
.Tagline h4 {
	font-size: 100%;
	}
.homebanner_logo {
	display: none;
	}
.Sidebar {
	width: 420px;
	height: auto;
	border-left: none;
	}
#NavBar {
	position: relative;
	top: 0;
	}
.navlist a {
	display: block;
	text-align: center;
	width: 420px;
	}
.Credits {
	margin: 0;
	width: 385px;
	}
}

@media only screen and (max-width: 375px) and (orientation: portrait) {
.Sidebar {top: -25px;}
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
.Credits {
	margin: 0;
	padding: 20px 20px 0 25px;
	width: 620px;
	}	
}

@media only screen and (min-width: 1680px) {
.Tagline {margin-top: 550px;}

.homebanner_logo {
	width: 170px;
	height: 125px;
	}
.homebanner_logo img {
	width: 145px;
	height: auto;
	}
	
.Sidebar {margin-left: 15%;}
#NavBar {
	width: 300px;
	right: 110px;
	top: 220px;
	}
.navlist {width: 300px;}
}