@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: left;
	text-shadow: 2px 2px #000000;
}

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

#pagecontent {
	margin: 0 auto;
	width: 90%;
	max-width: 1100px;
	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;
}

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

.formicon {
	border-radius: 0px 0px 0px 10px;
	width: 20px;
	height: 16px;
	background-color: #ffffff;
	padding: 10px 10px;
	float: left;
}

.noteicon {
	border-radius: 10px 0px 0px 10px;
	width: 20px;
	height: 150px;
	background-color: #1d1d1d;
	padding: 10px 10px;
	margin-top: -3px;
}

fieldset{
	border:0px solid silver;
	margin:0 0px;
	padding: 1%;
	margin-top: 2vh;
	width: 100%;
}

label {
	font-family: 'Josefin Slab', serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	text-shadow: 2px 2px #000000;
}

.form-control {
	background-color: #FFFFFF;
    padding-left: 10px;
	width: 100%;
	padding-top: 3px;
	height: 35px;
	border: 0px;
	font-family: 'Josefin Slab', serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 5px;
	text-align: left;
	border-radius: 0px 8px 0px 8px;
}

textarea#Message.form-control {
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    padding-left: 4px;
	width: 100%;
	height: 125px;
	border: 0px;
	font-family: 'Josefin Slab', serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 5px;
	text-align: left;
	border-radius: 0px 8px 0px 8px;
	resize: none;
}

.form-group{
	margin-bottom: 20px;
}

.submitbutton {
	width:50%;
	height: 45px;
	text-align: center;
	padding-top: 7px;
	background-color: #e1dede;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	color: #1d1d1d;
	font-size: 24px;
	line-height: 35px;
	border-radius: 0px 8px 0px 8px;
	border: 0px;
}

#status {
	margin: 3vh 0% 3vh 0%;
	font-family: 'Josefin Slab', serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	text-shadow: 2px 2px #000000;
	}

#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;
}

/* Responsive behavior
----------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
#mjeffers {
	background-position: calc(100% + 100px) calc(100% + 100px);
	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% + 285px) calc(0% + 25px);
	background-size: cover;
}

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

#left {
	width: 50%;
	margin-left: 5%;
}

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% + 225px) 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 {
	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 only screen and (max-width: 500px) {
#mjeffers {
	background-image: none;
}

#left {
	width: 85%;
	margin: 0px 5%;
	}

}

@media all and (orientation:landscape) {
/* Responsive behavior
----------------------------------------------------------------------#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;
}


}
