@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');

html, body{
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	
}

label{
	
	font-family: 'Raleway', sans-serif;
}
.col-sm-4 p{
	
	margin-top:70px;
	
}

.logo{
	
	margin-top:110px;
	margin-left:10px;
	
	
}
.navbar {

  background-color: #f8f6f6;
    position: fixed;
   
	width:100%;
    opacity: 0.7;
    z-index: 1;
    top: 0;
    left: 0;
}

.container{
	
	
	/*max-width: 800px;
	position: relative;
	margin-top:-250px;*/
	margin-top:-100px;
	font-size:11pt;
		
}
a{
	
	font-family: 'Raleway', sans-serif;
	color:#f9f3f4;
}

/* unvisited link */
a:link {
  color: #f9f3f4;
}

/* visited link */
a:visited {
  color: #f9f3f4;
}

/* mouse over link */
a:hover {
  color: #f9f3f4;
  text-decoration:none;
}

/* selected link */
a:active {
  color: #f9f3f4;
}



.top{
	
	 position: fixed;
	 top:0px;
	 font-family:Georgia;
	 max-width: 1110px;
	 margin:auto;
	 margin-left:120px;
	 z-index: 999;
	 background-color:#FFFFFF;
}

.purpose{
	height:30%;
	width:100%;
	margin:auto;
	/*background-image: url('http://www.gismartinvestigator.com/coffee-and-camera.jpg');*/
	background-image: url('http://www.gismartinvestigator.com/tidy-desk-in-window-light.jpg');
	
	/*background-color: #f0ad4e;*/
	display:table;
	background-repeat: no-repeat;
	top:0;
	background-size:cover;
}

.purpose p{
	
	font-family: 'Raleway', sans-serif;
	color:#f9f3f4;
	text-shadow: 0px 0px 300px #000;
	font-size: 160%;
	padding:30px 0px 0px 0px;
}

.purpose .inner {
	
	display:table-cell;
	vertical-align:middle;
	width:100%;
	max-width:none;
	
}

.content{
	
	max-width:500px;
	margin:0 auto;
	text-align:center;
}

.content h1{
	
	font-family: 'Raleway', sans-serif;
	/*color:#f9f3f4;*/
	color:#000000;
	text-shadow: 0px 0px 300px #000;
	font-size: 300%;
}


.content{
	
	max-width:500px;
	margin:0 auto;
	text-align:center;
}

.content h1{
	
	font-family: 'Raleway', sans-serif;
	/*color:#f9f3f4;*/
	color:#000000;
	text-shadow: 0px 0px 300px #000;
	font-size: 300%;
}

.btn{
	border-radius:9px;
	font-family: 'Oswald', sans-serif;
	color:#036A81 3px;
	font-size: 135%;
	padding: 10px 20px;
	border: solid #036A81 3px;
	text-transform:uppercase;
	text-decoration:none;
}

.btn:hover{
	color:#fff;
	border:solid #fff 3px;
}

p{
	font-size:100%;
	line-height:210%;
	text-align:justify;
	margin:0;
	font-family: 'Raleway', sans-serif;
}	
	

.footer{
	
	height:0%;
	width:100%;
	margin:auto;
	/*background-color: #f0ad4e;*/
	display:table;
	top:0;
	background-size:cover;
}

.footer p{
	
	font-family: 'Raleway', sans-serif;
	color:#000000;
	text-shadow: 0px 0px 300px #000;
	font-size: 70%;
	padding:30px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
}



