@import url(https://fonts.googleapis.com/css?family=Raleway:500,300);
body, html {
  padding: 0;
  margin: 0;
  height: 100%; }

body {
  font-family: 'Raleway', sans-serif;
  color: #212121;
  line-height: 1.5em; }

.container {
  display: flex;
  min-height: 100%;
  flex-direction: column; }

nav {
  background: #3F51B5;
  padding: 15px 70px;
  font-size: 22px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  nav ul {
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block; }
    nav ul li {
      display: inline-block;
      padding: 0 15px;
      text-transform: uppercase; }
  nav social-icons {
    display: inline-block;
    color: white;
    text-align: center; }
    nav social-icons i {
      padding-left: 3px; }
  nav a {
    color: white;
    text-decoration: none; }
    nav a:hover {
      color: #FFC107;
      text-decoration: none; }
  @media (max-width: 1210px) {
    nav {
      padding: 15px; }
      nav ul {
        font-size: 15px; }
        nav ul li {
          padding: 5px; } }
  @media (max-width: 800px) {
    nav {
      display: block;
      text-align: center; }
      nav ul {
        margin: 0;
        padding: 0; }
      nav ul, nav social-links {
        display: block; } }
  @media (max-width: 480px) {
    nav ul {
      margin: 10px 0; } }

header {
  height: 70vh;
  position: relative;
  background: url(../img/hero.jpg) no-repeat center;
  background-size: cover;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  header a i {
    color: white;
    position: absolute;
    bottom: 20px; }
    header a i:hover {
      color: #FFC107; }
  header svg {
    position: absolute;
    left: 0;
    top: 0; }
  header .hero {
    z-index: 2;
    color: white;
    width: 75%;
    text-align: center;
    font-size: 28px;
    font-weight: 300; }
    header .hero b {
      font-weight: 500; }
    header .hero h1 {
      font-weight: 500;
      margin: 15px 0;
      color: white; }
  @media (max-width: 800px) {
    header .hero {
      font-size: 20px; }
      header .hero h1 {
        line-height: 40px; } }

#call-to-action {
  padding: 20px 50px;
  overflow: auto;
  background: #37474F;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  #call-to-action p {
    float: left;
    width: 80%; }
  #call-to-action .button {
    float: right;
    border-color: white;
    color: white;
    width: 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #call-to-action .button:hover {
      color: #37474F;
      background: white; }
    #call-to-action .button:focus {
      outline: none;
      background: white;
      color: #37474F; }
  @media (max-width: 1200px) {
    #call-to-action .button {
      padding: 10px;
      font-size: 22px; } }
  @media (max-width: 1030px) {
    #call-to-action .button {
      width: 40%; }
    #call-to-action p {
      width: 60%; } }
  @media (max-width: 580px) {
    #call-to-action {
      display: block; }
      #call-to-action .button, #call-to-action p {
        float: none;
        width: 100%; } }

cards {
  padding: 135px 25px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  cards card {
    text-align: center;
    padding: 0 50px;
    width: 33%;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    cards card i.fa {
      font-size: 58px;
      color: rgba(0, 0, 0, 0.54);
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
  @media (max-width: 960px) {
    cards {
      justify-content: space-around; }
      cards card {
        width: 100%; }
        cards card:nth-of-type(even) {
          padding: 20px 50px; } }

section {
  position: relative;
  display: block;
  padding: 50px 0; }
  section .picture {
    width: 100%;
    text-align: center; }
    section .picture img {
      max-width: 100%; }
  section description {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  section h2 {
    margin: 0; }
  section:nth-of-type(even) {
    background: #F5F5F5; }

.motto {
  padding: 15vh 50px;
  background: url(../img/bgpic.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  position: relative; }
  .motto h1, .motto h2 {
    color: white;
    font-weight: 300;
    text-transform: uppercase; }

.content-wrapper {
  padding: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .content-wrapper .content {
    width: calc(100% - 292px);
    padding: 0 50px; }
    .content-wrapper .content p + .button {
      margin-top: 25px; }
  @media (max-width: 830px) {
    .content-wrapper .content {
      width: 100%; }
    .content-wrapper iframe {
      display: none; } }

.alert {
  border: 1px solid;
  border-radius: 6px;
  color: white;
  padding: 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  margin: 20px 0; }
  .alert h3 {
    color: rgba(0, 0, 0, 0.54);
    text-transform: uppercase; }
  .alert h3, .alert p, .alert ul {
    margin: 0; }
  .alert.success {
    background: #81C784;
    border-color: #5eb762; }
  .alert.error {
    background: #f77066;
    borer-color: #F44336; }

form > * {
  width: 100%; }
form .form-group + .form-group {
  margin: 15px 0; }
form input, form textarea {
  border-radius: 6px;
  border: none;
  background: #37474F;
  padding: 15px 20px;
  color: white;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 13.3333px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  form input:focus, form textarea:focus {
    background: #222c31; }
form textarea {
  height: 100px; }
form label {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 32px; }
  form label:after {
    content: ' :'; }
form .button {
  width: auto;
  float: right; }

footer {
  padding: 25px 50px;
  background: #3F51B5;
  color: rgba(255, 255, 255, 0.54);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  footer .left {
    margin-right: auto; }
  footer .right {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    footer .right img + img {
      margin-left: 20px; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      color: #FFC107;
      text-decoration: none; }
  footer .text-center {
    font-size: 10px;
    margin-right: 20px; }
  footer ul {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase; }
    footer ul li {
      display: inline-block; }
      footer ul li + li {
        margin-left: 20px; }
  @media (max-width: 1070px) {
    footer ul li {
      display: list-item; }
      footer ul li + li {
        margin-left: 0; } }
  @media (max-width: 955px) {
    footer {
      display: block;
      padding: 20px 10px; }
      footer .left {
        margin-bottom: 20px; }
      footer .text-center img {
        width: 100%; } }

h1, h2, h3, h4, h5, h6 {
  color: #424242; }

h1 {
  line-height: 60px; }

h2 {
  margin: 15px 0;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 28px; }

.button {
  border: 3px solid #37474F;
  background: transparent;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 26px;
  color: #37474F;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  display: inline-block; }
  .button:hover {
    color: white;
    background: #37474F;
    text-decoration: none; }
  .button:focus {
    outline: none;
    background: white;
    color: #37474F; }

a {
  text-decoration: none;
  color: #3F51B5; }
  a:hover {
    text-decoration: underline; }

.text-center {
  text-align: center; }

/*# sourceMappingURL=styles.css.map */
