body {
	background: url('../img/subtle-pattern-1.jpg') fixed;
	font-family: 'Open Sans', sans-serif;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;		
}

.dropdown a {
	font-family: 'Raleway', sans-serif;	
}


p {
	text-align: justify;
	/*font-size: 1.5hmin;*/
}

a {
	color: #0000c4;
}

.resultlink:visited {
	color: #7b6b84;
}

ul {
	list-style-type:none;
}

hr {
    border-top: 1px solid #ccc;
}


/*----Nav Bar----*/

.brand {
	font-size: 2em;
}

.navbar  {
	background: #615468;
	border-bottom: 1px solid #473d4c;
	box-shadow: 0px 0px 23px 3px rgba(0,0,0,.75);
}

.testnavbar  {
    background: #ff5500;
	 border-bottom: 1px solid #473d4c;
	 box-shadow: 0px 0px 23px 3px rgba(0,0,0,.75);
}


.option, .caret {
	color: #fff;
}

.logo {
	position: absolute;
	max-width: 3em;
	margin-top: .3em;
}



/*----Main part of Body----*/

.marketing {
	padding-top: 3em;
	margin-top: 3em;
}

/*.headimg {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 60%;
}
*/


/*.headimg p {
	max-width: 100%;
	margin: 1em 0em .5em 0em;
	font-size: 11vmin;
	text-align: center;
	color: #615468;
	text-shadow: 1.5px 1px #b7ac6c;
}
*/

/*.info {
	margin: -4em 0 5em;
}
*/

.welcome {
	text-align: center;
	font-size: 5vmin;
	margin: 0;
	padding: 0;
}

.head {
	text-align: center;
	margin-top: 1em;
	margin-bottom: .5em;
}

.about {
	font-size: 1.5em;
}

.signintitle {
	font-size: 3vmin;
}

.signin {
	background: #615468;
	border-color: #7b6b84;
	color: #fff;
	margin: 0 auto;
}

.signin:hover {
	background: #54495a;
	color: #fff;
}

.signup {
	background: #615468;
	border-color: #7b6b84;
	color: #fff;
	text-align: center;
}

.signup:hover {
	background: #54495a;
	color: #fff;
}

.login {
	font-size: 1.4em;
	text-align: center;
}

.lead {
	text-align: justify;
}

.cloud {
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,.75);
	margin-top: 4em;
}


footer {
	margin: 3em -1.1em -1.1em -1.1em;
	min-height: 10em;
	background: #615468;
	box-shadow: 0 20px 20px -5px rgba(0,0,0,.35);
/*	-moz-box-shadow:    inset 0 1 10px #000000;
  	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 20px 20px -5px rgba(0,0,0,.35);	*/	
}

.copy {
	text-align: center;
	margin-top: 3em;
	font-size: 1.1em;
}


.foot {
	text-align: center;
}



.featurette-heading {
	margin-top: 2em;
	font-size: 3vmin;
}

.navtitle {
	margin-top: .7em;
	margin-left: 2.7em;
	font-size: 1.3em;
}

.srchtitle {
	margin-top: 1.3em;
}

.srchcat {
	text-align: center;
	display: block;
}


.reaffirm {
	background: #2fab54;
}

.reaffirm:hover {
	background: #248340;
}





#taboutside {
	margin: auto;
}

#footerNav p {
	text-align: center;
}

.grouplink {
	margin-right: 4em;
}


.result {
	margin: 1.5em auto 0 auto;
	background: #ece5b6;
}

.srch_results {
	margin: auto;
	max-width: 70em;
}

.srch_results div {
	text-align: justify;

}

.pdheaders {
	margin: 2em auto;
	max-width: 75%;
}

 .pdfooters {
	margin: auto;
	max-width: 75%;
}

.pageheader .title {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin-bottom: 1.5em;
	margin-top: 2em;
	font-size: 2em;
}

.pageheader .demo_warning {
	 font-family: 'Raleway', sans-serif;
    color: red;
    font-size: 0.6em;
}

#tabprompt {
	margin-bottom: 1em;
}

#User_Info {
	margin: auto;

}

.error {
	text-align: center;
}


.logincontainer {
	width: 75%;
}

.register_container{
    width: 97%;
    margin: auto;
}

/*for emphasis like required fields*/
.star {
    color: red;
}

.dropdown-menu {
	margin-right: -.08em;
}

#float_children *[name=float_child] { float: left; }

.curpagelink {
	color: #000;
	font-weight: bold;
}

.curpagelink:hover {
	text-decoration: none;
	color: #000;
}