#container1{
	/*background-color: #D4ECFA;*/
	/*background-image: -webkit-linear-gradient(top, rgb(49, 69, 133) 7.5332%, rgb(57, 79, 153) 151.6916%);*/
	height: 50px !important;
	margin-bottom:20px;
	/*#9FCEF8*/
	position:fixed;
	top:0px;
	opacity:.97;
	z-index:200;

	-webkit-box-shadow: 0 4px 8px -8px black;
	-moz-box-shadow: 0 4px 8px -8px black;
	box-shadow: 0 4px 8px -8px black;

	width:100%;
	height:200px;
}

#loggedInContainer:hover{
	cursor:pointer;
}

#loggedInContainer{
	display: none;
    padding: 10px 8px 6px 6px;
    margin-top: -10px;
    border-radius: 8px;
    transition: .3s background-color;
	-webkit-transition: .3s background-color;
}

#loggedOutContainer{
	font-size: 15px;
    color: white;
    background-color: #3b5998;
    padding: 6px 13px 6px 14px;
    margin-top: -7px;
    border-radius: 7px;
    cursor: pointer;
    display:none;
    transition: .3s background-color;
	-webkit-transition: .3s background-color;
}

#loggedOutContainer:hover{
	background-color: rgba(59, 89, 152, 0.77);
}

#loggedOutContainer .fa-facebook-square{
	margin-right: 2px;
	font-size: 17px;
}



#rightNew .shareDescription{
	font-size:10px;
	margin-top:4px;
	margin-bottom:13px;
}

#rightNew .switchery-small{
	height: 18px !important;
    margin-left: 7px;
    margin-top: -4px;
}

#rightNew .switchery-small > small{
	height:17px !important;
	width:17px !important;
}

#rightNew .popover-content{
	width:170px !important;
}

#rightNew .shareText{
	float: left;
    font-weight: bold;
    margin-left: 0px;
    width: 99px;
    text-align: center;
    font-size:12px;
}

#rightNew .shareSwitch{
	float:left;
	margin-top:15px;
}


#logo{
	font-family: 'Oleo Script', cursive;
	font-size: 34px;
}


#titleDot{
	margin-left:2px;
	font-family: 'Times New Roman';
	font-size: 35px;
}

#mainTitle{
    font-size: 24px;
    font-family: 'Raleway';
    line-height: 110%;
    text-align: center;
    color: white;
    margin-left: -30px;
    margin-top: 12px;
    font-weight: normal;
    width: 380px;
    position: fixed;

}


#divider{
	color: white;
    font-size: 17px;
    font-family: 'Times New Roman';
    margin-top: -3px;
    opacity: .7;
}


/*New Nav Bar CSS*/
#rightNew{
	float: right;
	margin-top: 15px;
	margin-right: 40px;
}

.navitemNew{
	font-family: "Raleway";
	float:right;
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
}

#schoolTag{
	font-size:17px;
	margin-left:1px;
}

a.stayBlack{
	color:white;
	text-decoration: none;
}


a.stayBlack:hover{
	text-decoration: none;
}