/* Settings for foundation toggle-menu bar */ 
.menu-icon {
	font-color: white;
}
.top-bar {
  background-color: #77B5FE !important;
}
.top-bar.expanded .title-area {
    background: #77B5FE;
}
.top-bar.expanded .toggle-topbar a {
    color: white;
} 
.top-bar ul li a:not(.button) {
  background-color: #77B5FE !important;
} 
.top-bar ul li a:not(.button):hover {
  background-color: #7BAFD4 !important;
} 

/* Settings for the nav bar */ 
button {
	background: #77B5FE !important;
}

button:hover{
	background: #7BAFD4 !important;
}

/* Site style */
body {
	background-color: #fffdf9;
	/* background-color: #f7f8f9;*/
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}

.containerbox{
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.26);
	padding: 10px;
	margin: 5px;
}


.fullWidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

#banner-text {
	font-size: 42px;
	min-width: 250px;
	line-height: 100px;
	vertical-align: middle;
}

#banner-logo {
	padding-bottom:10px;
	padding-top: 10px;
	min-width: 120px;
	height: 95px; 
}

.banner {
	margin-top: 5px;
	margin-bottom: 5px;
}

.container {
	padding-top: 5px;
	margin-bottom: 25px;
	min-height: 100px;
	flex: 1 0 auto;
}

.top-bar-section ul li>a {
	font-size: 16px;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #77B5FE;
	padding-top: 5px;
	padding-bottom: 5px;
}