html {

    height: 100%;

}



body {

    font-size: 18px;

    color: #333333;

    background: url("img/background.jpg") center center no-repeat;

    background-size: cover;

    height: 100%;

    font-family: 'Roboto', sans-serif;

    padding-top: 10vh;

}





img {

    max-width: 80%;

}



h1 {

    text-transform: uppercase;

    font-size: 3.5rem;

    letter-spacing: 6px;

    font-weight: 700;



}



h2 {


    padding: 20px;
margin-bottom:0px;
padding-bottom: 10px;


    font-size: 2.3rem;
font-weight: 700;
}

hr {
margin-top:30px !important;
}



address {

    font-size: 1.5rem;

}



table td {



        font-size: 2rem;



}



a {

    color: #333333;

    transition: .3s;

}



a:hover {

    text-decoration: none;

      color: #333333;

    opacity: 0.7;

  }





@media screen and (max-width: 1440px) {



}





@media screen and (max-width: 680px) {







}