body{
	background-color: #FFFFE3;
	background-image:url('../img/bg.jpg');
}

p{	
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#main{
	padding: 10px;
	margin-top: 20px;
	background-color: #FFFFEE;
	min-height: 300px;
	height: 100
	-webkit-box-shadow: 0px 10px 20px 10px rgba(1, 1, 1, 0.3);
     box-shadow:  0px 10px 20px 10px rgba(1, 1, 1, 0.3);

}

h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	size: 58px;
	
}

h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	size: 15px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 8px;
}

a{
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 500;
}

#navbar p{
	margin-left: auto;
	float: right;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	size: 58px;
}

#navbar a{
	color: #333333; !important
	text-decoration: none; !important
}

#navbar a:visited {text-decoration:none;}

#grayDiv{
	margin-top: 15px;
	background-color:#f0f0f0;
}

.paraBody
{
	max-width:700px;
	margin-left: 170px;
}

.mainButtons
{
	float:right;
	margin-top:-50px;
	margin-right:20px;
}

#footer p
{
	float:left;
	width:400px;
}

#footerNav
{
	padding-top:30px;
	float:right;
}

.socialTabs
{
	padding-top: 20px;
}

.diabetesheader
{
	
	float:right;
	max-width: 940px;
	height:200px;

}

.pregHeader h1
{
	padding-left: 20px;
}

.DisclaimerBody 
{
	padding: 10px;
}

.headerText h1
{
	color: #000;
	margin-top: 50px;

}

.headerText
{
	float:left;
	margin-top: -250px;
	margin-left: 10px;
}

ul{
	padding: 10px;
	list-style-type: none;
	margin-top: -10px;
}

ul a{
	text-decoration: none;

}

.subSections
{
	padding:10px;
	height:450px;
}

.grid_3 img
{
	padding-bottom: 10px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
.paraBody
{
	
	margin-left: 5px;
}
}
