body {
	background-image: url(/img/Shape3.png);
	background-repeat: no-repeat;
	background-position: 50% 185px;
	background-color: #FDFEFB;
	}

#menutext a, #menutext a:link, #menutext a:visited, #menutext a:active {
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
		-webkit-transition: color 0.4s;
		-moz-transition:    color 0.4s;
		-ms-transition:     color 0.4s;
		-o-transition:      color 0.4s;
		transition:         color 0.4s;
		}
#menutext a:hover {color: #7B7B7B}

#menutext {
	color: #7B7B7B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	}

a, a:link, a:visited, a:active {
	color: #FDBC00;
	text-decoration: none;
	}

#body {
	position: absolute;
 	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    }

#header {
	background-image:url(/img/Donutello_Logo_White_NOTM.png);
	background-size: 478px 90px;
	background-position: 50% 140px;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 337px;
	background-color: #FDBC00; 
	}

#menu {
	background-color: #FDBC00;
	position: relative;
	top: 0px;
	height: 40px;
	width: 100%;
	min-width: 800px;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
	}
	
#menutext {
	position: relative;
	top: 10px;
	text-align: center;
	}

.foot {
	position: fixed;
	bottom: 12px;
	right: 50px;
	color: #7B7B7B;
	font-size: 90%;
	font-family: 'Muli', sans-serif;
  }

#content {
	position: relative;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	}
	
.fb-like {
	position: relative;
	top: 3px;
	}

span.title {
	font-size: 105%;
	font-family: 'Muli', sans-serif;
	}

span.body {
	font-size: 80%;
	font-family: 'Merriweather Sans', serif;
	}
	
span.bodyit {
	font-size: 80%;
	font-family: 'Merriweather Sans', serif;
	font-style: italic;
	}

span.body2 {
	font-size: 70%;
	font-family: 'Merriweather Sans', serif;
	font-style: italic;
	}