*, *:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  
  }
  html,
  body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      
  }
  
  .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .col-0-5{
    width: 4.16%;
  }
  .col-1{
    width:8.33%;
  }
  .col-1-5{
    width:12.5%;
  }
  .col-2{
    width:16.66%;
  }
  .col-2-5{
    width:20.83%;
  }
  .col-3{
    width:25%;
  }
  .col-3-5{
    width: 29.16%;
  }
  .col-4{
    width:33.33%;
  }
  .col-5{
    width:41.66%;
  }
  .col-6{
    width:50%;
  }
  .col-7{
    width:58.33%;
  }
  .col-8{
    width:66.66%;
  }
  .col-9{
    width:75%;
  }
  .col-9-5{
    width:79.16%;
  }
  .col-10{
    width:83.33%;
  }
  .col-11{
    width:91.66%;
  }
  .col-12{
    width:100%;
  }
  .Navigationbar{
    padding-top: 10px;
    height: 65px;
    background-color: rgba(36, 37, 42, 1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }
  .logo{
    height: auto;
  }
  .imglogo{
    display: block;
    width: 50%;
    height: auto;
    margin-left: 10%;
  }
  .navbutton{
    display: inline-block;
    width:90%;
    padding: 10px;
    font-size: 16px;
    font-weight:bolder;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    background-color: inherit;
    border:0px;
    margin:5px;
    letter-spacing: 3px;
    color: white;
    transition-property: all;
    transition-duration: 0.25s;
    transition-delay: 0.1s;
  }
  .navbutton:hover{
    cursor: pointer;
    box-shadow: 5px 6px 8px 0 rgba(255,255,255,0.24),0 17px 50px 0 rgba(255,255,255,0.19);
    background-color: white;
    color: black;

    letter-spacing: 4px;
    /*color: white;*/
  }
  .motto{
    padding:20px 0px 20px 0px;
    
    font-family: 'Righteous', cursive;
    width: auto;
    text-align: center;
    font-size: 35px;
    letter-spacing: 4px;
    margin: 50px 10% 0 10%;
  }
  .icons{
    margin-top: 60px;
    height: 60px;
  }
  .icon{
    height: 100%;
  }
  .ic{
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
  }
  @media only screen and (max-width:1280px){
    .blank{
      display: none;
    }
    .buto{
      width:27.77%;
    }
    .butoo{
      width:10.22%;
    }
    .navbutton:hover{
      letter-spacing: 3px;
    }
  }
@media only screen and (max-width:710px){
  .Navigationbar{
    display: block;
    height: 220px;
  }
  .logo,.blank,.buto,.butoo{
    width: 100%;
  }
  .imglogo{
    width: 57%;
    height:auto;
    margin: auto;
  }
  .buto,.butoo{
    display: block;
    width: 70%;
    margin: auto;
  }
  .motto{
    margin-top: 20px;
  }
}
@media only screen and (max-width:870px){
  .ic{
    height: 80%;
    width: auto;
  }
  
}
@media only screen and (max-width:711px){
  .ic{
    height: 70%;
    width: auto;
  }
  
}
@media only screen and (max-width:625px){
  .navbutton{
    border:2px solid white;
    border-radius: 5px;
  }
  .icons{
    display: block;
    margin-top:20px;
    height: auto;
  }
  .icon{
    width:100%;
  }
  .ic{
    margin-top:10px;
    width:50%;
    height: auto;
  }
  .motto{
    margin: 20px 0px 0px 0px;
    width:100%;

    font-size: 20px;
  }
}

@media only screen and (max-width:305px){
  .buto,.butoo{
    width: 90%;
  }
}