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

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } input,select{ margin:0; padding:0; }

body {
	margin: 0 auto;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	background: #3d3d3d; /* Old browsers */
	background: -moz-radial-gradient(30%, ellipse cover,  #424242 0%, #111111 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(30% ellipse cover,  #424242 0%, #111111 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at 30%,  #424242 0%, #111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#111111',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h2 {
	font-family: 'Josefin Slab', serif;
	font-weight: 100;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 100px;
	line-height: 135px;
	text-align: center;
	text-shadow: 11px 11px 15px #000000;
}

h3 {
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	color: #E0E0E0;
	font-size: 47px;
	line-height: 45px;
	text-align: center;
	text-shadow: 2px 2px #000000;
}

a {
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	color: #E0E0E0;
	text-shadow: 1px 1px #000000;
	text-decoration: none;
}

#mjeffers {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	background-image: url(images/MarciaJeffers.png);
	background-position: right calc(100% + 50px);
	background-repeat: no-repeat;
	background-size: contain;
}

#pagecontent {
	margin: 0 auto;
	width: 90%;
	max-width: 1300px;
	overflow: visible;
	margin-top: 1vh;
	min-height: 80vh;
}

#sociallinks {
	margin: 0 auto;
	padding: 1vh;
	z-index: 10;
	position: absolute;
	width: 25%;
	height: 50px;
	float: left;
	margin-top: -2vh;
}

#sociallinks img {
	margin: 5px;
}

#logo {
	margin: 0 auto;
	width: 50%;
	height: 22vh;
	margin-top: 2vh;
	background-image:url(images/marciajeffers_namescript.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: visible;
}

#tagline {
	margin: 0 auto;
	width: 50%;
	float: left;
	padding-top: 15vh;
	padding-bottom: 15vh;
}

#homesplash {
	width: 45%;
	position: right;
	float: right;
}

#bottombar{
	margin: 0 auto;
	width: 100%;
	background-color: #1c1c1c;
	min-height: 18vh;
}

#homenavbar {
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	position: relative;
	z-index: 10;
	padding-left: 5%;
	padding-right: 5%;
}

#tweets {
	width: 40%;
	margin: auto;
	height: 13vh;
	margin-top: 3.5vh;
	float: left;
}

#navholder {
	width: 60%;
	margin: auto;
	height: 13vh;
	float: right;
}

#navigation {
	margin: 0 auto;
	width: 98%;
	float: right;
	text-align: right;
	margin-top: 5vh;
}

.orion-menu li {
	display: inline-block;
	font-family: 'Josefin Slab', sans-serif;
	font-size: 26px;
	font-weight: 200;
	margin: 0;
	line-height: 25px;
	padding: 18px 15px 18px 15px;
	position: relative;
}

.orion-menu li a {
	margin: 0px 5px;
	color: #ffffff;
	text-align: right;
	display: inline;
	text-decoration: none;
	-webkit-transition:border-color 1s ease; 
	-moz-transition:border-color 1s ease; 
	-o-transition:border-color 1s ease; 
	transition:border-color 1s ease;
}

.orion-menu li:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	margin-top: 18px;
	background: transparent;
	transition: width .75s ease, background-color .75s ease;
}

.orion-menu li:hover:after {
	width: 100%;
	background: #818a9b;
}

#twitter-widget-0 .timeline-Tweet-text {
	color: #ffffff;
}

/* Responsive behavior
----------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
#mjeffers {
	background-position: calc(100% + 75px) calc(100% + 50px);
	background-repeat: no-repeat;
	background-size: contain;
}

#tagline {
	width: 65%;
	padding-top: 15vh;
}

#homenavbar {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

}


@media only screen and (max-width: 1000px) {
#mjeffers {
	background-position: calc(100% + 100px) calc(100% + 100px);
	background-repeat: no-repeat;
	background-size: contain;
}

#tagline {
	width: 65%;
	padding-top: 20vh;
}

h2 {
	font-size: 85px;
	line-height: 100px;
}

h3 {
	font-size: 40px;
	line-height: 55px;
}

#tweets {
	margin-top: 1.5vh;
}

.orion-menu li {
	font-size: 24px;
	padding: 18px 8px 18px 8px;
}


}

@media only screen and (max-width: 850px) {
#mjeffers {
	background-position: calc(100% + 150px) calc(100% + 100px);
}

#tagline {
	width: 65%;
	padding-top: 20vh;
}

h2 {
	font-size: 75px;
	line-height: 100px;
}

h3 {
	font-size: 35px;
	line-height: 45px;
}

.orion-menu li {
	font-size: 22px;
	padding: 18px 5px 18px 5px;
}


}

@media only screen and (max-width: 750px) {
#mjeffers {
	background-position: calc(100% + 200px) calc(100% + 75px);
}

#tagline {
	width: 65%;
	padding-top: 20vh;
}

h2 {
	font-size: 65px;
	line-height: 80px;
}

h3 {
	font-size: 30px;
	line-height: 35px;
}

.orion-menu li {
	font-size: 20px;
	padding: 18px 3px 18px 3px;
}

}

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

#mjeffers {
	background-position: calc(100% + 250px) calc(0% + 25px);
	background-size: cover;
}

#pagecontent {
	width: 100%;
	min-height: 80vh;
}

#tagline {
	width: 100%;
	padding-top: 32vh;
}

h2 {
	font-size: 65px;
	line-height: 80px;
}

h3 {
	font-size: 30px;
	line-height: 35px;
}

#logo {
	margin-right: 45%;
	width: 65%;
	height: 15vh;
	background-image:url(images/marciajeffers_namescript.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: visible;
}

#sociallinks {
	margin: 0 auto;
	padding: 1vh;
	z-index: 10;
	position: absolute;
	width: auto;
	height: 50px;
	float: right;
	margin-top: -2vh;
	margin-left: 65%;
}

#sociallinks img {
	margin: 5px 5px;
}

#tweets {
	display: none;
}

#navholder {
	width: 100%;
	float: none;
}

#navigation {
	margin: 0 auto;
	width: 98%;
	float: none;
	padding-top: 5vh;
	text-align: center;
	margin-top: 0vh;
}

.orion-menu li {
	font-size: 25px;
	font-weight: 200;
	margin: 0;
	line-height: 25px;
	padding: 18px 5px 18px 5px;
	position: relative;
}

.orion-menu li a {
	margin: 0px 5px;
	color: #ffffff;
	text-align: right;
	display: inline;
	text-decoration: none;
	-webkit-transition:border-color 1s ease; 
	-moz-transition:border-color 1s ease; 
	-o-transition:border-color 1s ease; 
	transition:border-color 1s ease;
}

}

@media only screen and (max-width: 500px) {
#mjeffers {
	background-position: calc(100% + 175px) calc(0% + 25px);
	background-size: cover;
}

#logo {
	margin-right: 42%;
}

h2 {
	font-size: 55px;
	line-height: 80px;
}

h3 {
	font-size: 25px;
	line-height: 25px;
}

#sociallinks {
	float: right;
	width: 55px;
	margin-left: calc(100% - 60px);
}

#pagecontent {
	min-height: 75vh;
}

#bottombar {
	height: 23vh
}

#navigation {
	margin: 0 auto;
	width: 100%;
	float: none;
	padding-top: 1vh;
	text-align: center;
	background-color: #1c1c1c;
}

#navholder {
	width: 90%;
	min-height: 20vh;
	margin-top: 0vh;
}
.orion-menu li {
	display: block;
	font-family: 'Josefin Slab', sans-serif;
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	line-height: 25px;
	padding: 8px 15px 8px 15px;
	position: relative;
}

.orion-menu li a {
	margin: 0px 5px;
	color: #ffffff;
	text-align: right;
	display: inline;
	text-decoration: none;
	-webkit-transition:border-color 1s ease; 
	-moz-transition:border-color 1s ease; 
	-o-transition:border-color 1s ease; 
	transition:border-color 1s ease;
}

.orion-menu li:after {
	margin-top: 5px;
}

}

@media all and (orientation:landscape) {
#mjeffers {
	margin: 0 auto;
	background-position: calc(100% + 75px) calc(0% + 0px);
	background-repeat: no-repeat;
	background-size: 50%;
}

#tagline {
	padding-top: 8vh;
	padding-bottom: 7.5vh;
}


}
