/*  typography */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');


@font-face {
  font-family: 'futura-bold';
  src: url('../fonts/Futura-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



p, .paragraph {
  font-weight: 400;
  color: rgba(0,0,0, .5);
  
  font-size: 15px;
  line-height: 1.6;

}

h1,h2,h3,h4,h5,h6 {
  color: rgba(0,0,0, .7);
  
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1{
  font-size: 50px;
  font-family: "Lobster", sans-serif;
  @include mobile {
    font-size: 45px;
  }
}

h2, .h2{
  font-size: 40px;
  @include mobile {
    font-size: 30px;
  }
}

h3, .h3{
  font-size: 25px;
  font-family: "BebasNeue";
  font-weight: 200;
  @include mobile {
    font-size: 20px;
  }
}

h4, .h4{
  font-size: 20px;
  @include mobile {
    font-size: 18px;
  }
}

h5, .h5{
  font-size: 18px;
  @include mobile {
    font-size: 16px;
  }
}

h6, .h6{
  font-size: 16px;
  @include mobile {
    font-size: 14px;
  }
}

input, text, textarea, select{
    color:darkgrey;
    border: 1px blue solid;
    border-radius: 20px;
}
label{
    display: inline-block;
    max-width: 100% !important;
    padding-top: 10px !important;
    font-weight: 300;
    font-size: 16px;
  }
.subtitle{
    display: inline-block;
    max-width: 100% !important;
   margin-bottom: 20px !important;
    font-weight: 300;
    font-size: 20px;
    text-decoration: underline;
  }
  .admin_bg{
    height: 80px;
    background-color: aquamarine;
    margin-bottom: 20px;
    border-radius: 30px;
  }
  .admin_bg h2{
    padding-top: 10px;
    color: grey;
    font-size: 12;
    text-align: center;
  }
  
  .bar{
    background-color: #10559A;
    width: 92%;
    height: 20px;

    opacity: 0.8;
    bottom: 0;
  }
