.dropbtn {
    color: #404242;
	background-color: #fde3d3;
    padding: 6px;
    font-size: 20px;
    border: none;
    cursor: pointer;
	font-family: 'Roboto Condensed';
	font-weight: 300;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-family: 'Roboto Condensed';
	font-weight: 300;
	font-size: 15px;
}

.dropdown-content a {
    color: #e05112;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #fde3d3}

.dropdown:hover .dropdown-content {
    display: block;
}



li.currentpage {
	font-color: #404242;
	display:inline;
	padding: 5px;
	}

li.nav {
	display:inline;
	padding: 5px;
	border-radius: 8px;}

#mainnav {
	font-family: 'Roboto Condensed';
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	}
	
ul {
	list-style-type: none;}



.mainbody {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  width: 70%;
  border: none;
  color: #404242;
  background-color: #fccac8;
    margin: 20px auto;
    padding: 30px;
}

.home {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
	font-size: 20px;
  border: none;
  color: #404242;
	text-align: center;
}
    
body {
    background-color: #fde3d3;
}
    
h1 {
    font-family: 'Dancing Script', cursive;
	font-size: 60px;
    color: #404242;
}
h2 {
    font-family: 'Roboto Condensed';
	font-weight: 700;
    color: #3e3e3e;
	margin:0;
	padding:0;}
h3 {
    font-family: 'Sue Ellen Francisco';
	font-size: 30px;
    color: #7f443b;
	margin:0;
	padding:0;}
i {
    color: #5b6cb7}
	
p b.website {
    font-family: 'Roboto Condensed';
	font-weight: 700;
	color: #2b74b9;
	margin:0;
	padding:0;}

p b {
	font-family: 'Roboto Condensed';
	font-weight: 700;
}

    
a:link {
    color: #e05112;
    text-decoration: none;}
a:visited {
    color: #e05112;}
a:hover {
    color: #bc382e;
    text-decoration: underline;}
a:active {
    color: #000000;}


input, textarea {
    font-size: 90%;
	font-family: 'Roboto Condensed';
	font-weight: 300;
    font-color: #fffff;
    border-radius: 5px;
    border: 0px solid;
	padding: 5px;
    background-color: #ba3a55;
}

input.submit {
    background-color: #fde3d3;}
	
hr {
	border-color: #704b76;
}

img.pregnantmom {
	float: left;
	margin-right:10px;}