/*.navbar-default {
	background-color: rgba(0, 0, 0, 0.5);
}*/

body {
	font-family: 'Open Sans', Arial;
	font-size: 2em;
	line-height: 2em;
}

h2 {
	font-size:2em;
}

h3 {
	font-size:1.8em;
	margin-bottom:5%;
}

nav {
	z-index:1000!important;
}

#bgheader {
	background-color:#1EB7F2;
	padding: 5%; text-align:center;
}

#bgone {
	background-image:url(img/bg-smurfs.jpg);
}

.welcome {
	font-size: 2em;
	color:white;
	text-align: left;
	/*text-shadow: 2px 2px rgba(0, 0, 0, 0.5);*/
	padding: 10% 5%;"
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: rgba(30, 183, 243, 0.7);
	color:#FFF;
	font-weight:bold;
}

@media (min-width: 768px) {
	.navbar-nav {
		margin-left:5%;
	}
}

.dropdown-menu {
	z-index:999;
}

.field2 {
	display:inline!important;
	width:50%;
}

.fieldz div {
	margin:3% auto;
	font-size: 14px; font-weight: 400; line-height: 1.5; text-align: left; color: #555;
}

.intro {
	bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.myfooter {
	background-color:#1689B5;
	font-size:16px;
	color:#FFF;
}

.myfooter h3 {
	font-size:20px;
	}

.navbar {
	margin-bottom:0px;!important
}

.puffbutton {
	background-color:#1EB7F2; color:#fff; border:3px solid #fff
}

.row-container {
	width:80%; 
	position:relative; 
	max-width: 1080px; 
	margin: auto;
}

.step {
	font-size: 3em;
	color:#1EB7F2;
}

