body {
    background-image: url(imgs/Werewolves_TUOA_BG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-family: 'Garamond', 'Times New Roman', Times, serif;
}

.logo {
    display: block;
    width:100%;
    max-width: 800px;
    margin: 30px auto 15px;
}

.cover {
    display: block;
    width:80%;
    max-width: 500px;
    margin: 30px auto 15px;
}

.video {
    max-width:750px;
    margin: 0 auto 15px;
}

.youtube {
    position: relative;
    padding-bottom: 41%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}

.youtube__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 {
    color:#a1762b;
    text-align: center;
    margin: 0 auto 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.8em;
    font-weight: 100;
}

.links__item {
    display: block;
    max-width: 550px;
    margin: 0 auto 1px;
    padding: 15px 20px;
    font-size: 0.95rem;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.2 ease-in-out;
    color:#a1762b;
}

.links__item:hover {
    color:white;
}

.links__item .links__item--link {
    border-radius: 25px;
    border: 2px solid #a1762b;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    text-transform:uppercase;
    letter-spacing: 0.2em;
    }

.links__item .links__item--link:hover {
    border: 2px solid white;
    }

.socials {
    display: block;
    max-width: 550px;
    margin: 0 auto 1px;
    padding: 15px 20px;
    font-size: 0.95rem;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.2 ease-in-out;
    color:white;
    text-align: center;
}

.socials .fa {
    padding: 10px;
    margin: 0px 10px 0px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    color: black;
    border-radius: 50%;
    background:#a1762b;
  }

  .socials .fa:hover{
    background:white;
  }