@import url('https://fonts.googleapis.com/css2?family=Muli:wght@500&display=swap');

body {
  font-family:'Muli',sans-serif;
  color:#333;
  font-size:17px;
  line-height:30px;
}

#top{
  padding:20px 0;
  box-shadow:0px 5px 5px rgba(0,0,0,0.8);
}

header{
  background:url('../img/header.jpg') no-repeat center center;
  background-size:cover;
  position:relative;
  padding:80px 0 50px;
}

header:before{
  content:'';
  background:rgba(0,0,0,0.65);
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
}


h1{
  font-size:60px;
  color:white;
  font-weight:bold;
}
h1 .big{
  font-size:80px;
}

h2{
  font-size:40px;
  font-weight:bold;
  margin-bottom:20px;
}

h3{
  color:#007BFE;
  font-weight:bold;
  font-size:25px;
  margin-bottom:20px;
}

h4{
  font-weight:bold;
}

.highlight{
  color:#007BFE;
}


#form-container{
  background:#fff;
  border-radius:20px;
  box-shadow:0px 5px 5px rgba(0,0,0,0.15);
}

#form-container .heading{
  background:#3565BE;
  padding:10px;
  border-radius:20px 20px 0 0;
}

#form-container .heading h2{
  color:white;
  text-transform:uppercase;
}

#form-container .heading p{
  font-size:24px;
  color:white;
}

#form-container .content{
  padding:30px;
}

#form-container .form-control{
  margin-bottom:30px;
}

#form-container .cta{
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 25px !important;
  font-weight: bold;
}

.nz-badge{
  max-width:250px;
  display:block;
}

section{
  padding:100px 0;
}

.bordered{
  margin-top:30px;
  border:10px solid #cbd6fc;
  padding:20px;
}

#contact{
  background:#242223;
  padding:20px !important;
  color:white;
}

#contact .fa{
  display:inline;
}

#contact p{
  font-size:15px;
  display: inline;
  font-weight: 300;
}

#contact .col-md-3 {
  margin: 15px;
}

@media(max-width:960px){
  h1{
    font-size:40px;
    text-align:center;
  }

  h1 .big{
    font-size:50px;
  }

  .nz-badge {
    max-width: 200px;
    display: block;
    margin:0 auto 30px;
  }

  #contact{
    text-align:center;
  }
}