



/* Layout
================================ */

body {
	padding-bottom: 50px;
	font-family:"Palatino Linotype","Book Antiqua", Palatino, serif;
}

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.container {
	max-width: 1280px;
}


#main-tint {
	background: rgba(1,153,190,0.75);
	color: white;
}


#footer {
	position: relative;
	color: #ffffff;
}

#footer-bar {
	bottom:0px;
	background: rgba(1,153,190,1);
}


#footer-nudge {
	height: 10px;
	width: 100%;
}

#sunaiadlogo {
	display: inline;
	max-height: 40px;
	overflow: visible;
	padding: 0;
	margin: 0;
}

#sunaiadlogo:hover,
#sunaiadlogo:active {
	background: rgba(0,133,170,1);
}


.img-center {
	margin-left: auto;
	margin-right: auto;
}
