/* custom-css-document */

/* GLOBAL */

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #002f35;
    
  }
  
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  
  h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.bg-grey {
	background: #fafafa;
	margin-top: 50px;
	}


/* NAVIGATION */

.navbar {
    margin-bottom: 0;
    background-color: #002f35;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #002f35 !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  
  .navbar-brand {
  font-size: 12px;}
  
/* JUMBOTRON */  
  
  .jumbotron {
	background-image: url(../img/image1.jpeg);
	background-size: cover;
	padding-top: 480px;
}

.jumbotron h1 {
	width: 50%;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
	border-top: ridge thin #ffd480;
	padding-top: 25px;
  }


/* CONCEPT */

#about {
	background-image: url(../img/image5.jpeg);
	background-size: cover;
	padding: 50px;
	}
	
.about-txt {
	padding: 50px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	}


#concept {
	margin-top: 50px;
	}

#concept-bg {
	padding: 50px;
	background-image: url(../img/image8.jpeg);
	background-size: cover;
	color: #fff;
	}
	
.concept-txt {
	text-transform: uppercase;
	font-weight: bold
	font-size 1.2em;
	color: #ffd480;
	padding-top: 10px;
	}

	
	
/* CLUSTER */

#cluster-one {
	margin-top: 50px;
	}

.cluster {
	padding: 50px;
	}
	
.panel {
	background: #002f35;
	color: #fff;
	padding: 25px;
	font-size: 1.2em;
	border: ridge medium #fff;
	border-radius: 5px;
	}


	
	
/* TERMS */

#terms {
	margin-top: 50px;
	}
	
	
#terms-bg {
	background-image: url(../img/image1.jpeg);
	background-size: cover;
	padding: 50px;
	}
	
/* HWWI */	
	
#contact {
	background-image: url(../img/image1.jpeg);
	background-size: cover;
	color: #fff;
	padding: 50px;
	margin-top: 50px;
	}
	
#contact h2 {
	color: #fff;
	border-top: ridge thin #ffd480;
	padding-top: 25px;
	}
	
#contact h3, #contact small {
	color: #fff;
	}
	
#contact .glyphicon {
	color: #ffd480;
	padding-right: 10px;
	}
	
#contact a, a:active, a:visited {
	color: #fff;
	}
	
	
footer {
	background-color: #002f35;
	text-align: right;
	padding: 25px;
	}
	
footer a {
	color: #b2b2b2;
	margin-right: 25px;
	padding-right: 25px;
	border-right: solid thin #b2b2b2;
	}
	
footer a:hover {
	color: #fff;
	}
	
.modal-body {
	color: #002f35;
	}
