/* CSS Document */

body {
	
    height: 100%;
}

body { 
  	background: url(../img/start-bg.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: #000000;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
	
    overflow-x: hidden;
}

a {
    color: #3f97c9;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}


.bg-white-translucent { background-color: rgba(255,255,255,0.9); }

.bg-white-translucent p { color: black; }

.textbox { 
	display: inline-block; 
	width: 100%;
	padding: 35px 30px;
    margin-bottom: 30px;
}

.textbox_start {
	line-height: 1.6;
}

a .text-title {
    color: #000002;
	
}

a:hover .text-title {
    color: #3f97c9;
	
}

h2 .text-title {
    color: #000002;
	font-size: 1.8em;
    font-weight: 400;
}

.vertical-center {
  margin-top: 5%;
}


.navbar-brand {
	margin: 20px;
		
}





