

body{
	margin: 0px;
	font-weight: 300;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff;
   	font-size: 1rem;
    line-height: 1.5;
    color: #212529;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

a{
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    outline: none !important;
    background-color: transparent;
   	border:0;
}
 img {
    border: none;
    border-style: none;
   	outline:none;

}


hr{
	max-width: 150px;
	height: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-sizing: content-box;
    overflow: visible;
}

header{
	/*height: 100px;*/
	padding:30px;
	position: absolute;
	z-index: 1;
	top:20px;
	left:0;
	right:0;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
	align-items: center;	
}

header ul {
	list-style-type: none;
    margin-left: 0;
}

header ul li {
	display: inline-block;
}

header ul li a {
	display: block;	
	text-decoration: none;
    background-color: transparent;
    padding: 15px;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

button {
  cursor: pointer;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 12px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid white;
  background-color: rgba(36,255,69,1.0);
}

button:active, button:focus, button:hover {
  color: white;
  border-color: white;
  background-color: rgba(36,255,69,0.5);
}

button:active, button:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5) !important;
}

input:focus,textarea:focus{
	outline: none;
}

.error{
  opacity: 1.0 !important;
  text-align: left;
  color: #b30000;
}

.success{
  opacity: 1.0 !important;
  text-align: center;
  font-size: 14px;
  color: #24ff45;
  font-weight: bold;
}

.main-section {
    background-image: url(bridge.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    min-height: 100vh;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	  display: -ms-flexbox;  /* TWEENER - IE 10 */
	  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	  
	  justify-content: center;
	  align-items: center;
}

.main-section img {
    height:86px;
    width: 249px;
}

.main-section h1 {
	color:#ffffff;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 5rem;
}

.main-section p {
	color:#ffffff;
    font-weight: 300;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2rem;
    line-height: 2rem;
}

.main-section hr {
	border-color: #24ff45;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.main-section a {
	display: block;
    position: absolute;
    bottom: 30px;
    left: 48.5%;
	font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    border: 2px solid white;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.page-section{
	padding:100px;
	text-align: center;
}

.page-section hr {
	border-color: white;
    border-top: 1px solid #24ff45;
    border-bottom: 1px solid #24ff45;
}

.about h1{
	font-size: 52px;
}

.about p{
    font-size: 18px;
    line-height: 1.5;
}

.team {
	background-color: #f8f9fa;
}

.team h2{
    font-size: 50px;
}

.team p{
    font-size: 18px;
    line-height: 1.5;
}

.team ul {
	list-style-type: none;	
	margin: 50px;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
}

.team li {
	margin:15px;
	position: relative;
}

.team li:hover .team-info  {
	background-color: rgba(36,255,69,0.5);
}

.team img {
	height: 100%;
	width: 350px;
}

.team .team-info{
	position: absolute;
	z-index: 1;
	background-color: rgba(34,34,34,0.5);
	top:0;
	bottom:0;
	left:0;
	right:0;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
	align-items: center;	
}

.team-info h3{
	color: rgba(255, 255, 255, 0.7)
}

.team-info p {
	color: rgba(255, 255, 255, 0.7);
}

.team-info a{
   color: rgba(255, 255, 255, 0.7);
   font-size: 25px;
}

.contact{

}

.contact-form {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

.contact-form label{
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}

.contact-form input,.contact-form textarea {
  z-index: 1;
  position: relative;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #495057;
}

.contact-2 {
	background-color: #222222;
}

.contact-2 ul {
	list-style-type: none;	
	margin: 50px;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
}

.contact-2 li {
	margin:30px;
	position: relative;
}

.contact-2 h4{
	color: rgba(255, 255, 255, 0.7);
}

.contact-2 a{
	color: rgba(255, 255, 255, 0.7);
}

.contact-2 small{
	color: rgba(255, 255, 255, 0.7);
}

@media (min-width:320px)  {
  .team ul {
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 0px;
  }
}
@media (min-width:481px)  {
 .team ul {
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 0px;
  }
}
@media (min-width:641px)  {
 .team ul {
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 0px;
  }
 }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

