html {
    height: 100%;
}

body {
    font-size: 18px;
    color: #12100b;
    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;
    color: #b74637;

}

h2 {
    color: white;
    background: rgba(0,0,0,0.8);
    border-radius: 60px;
    padding: 30px 60px 30px 60px;
    font-size: 2rem;
    width: auto;
    display: inline-block;
    letter-spacing: 2px;
}

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) {



}
