

body {
    background-color: #121212;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    background: url(imgs/bfbackground.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #121212;
}

.menu {
    font-size: 3em;
    margin-top: 45%;
    text-align: center;
}

.nav-tab {
    display: none;
    position: sticky;

    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 2vh;
    width: 100vw;
}

.menu-tab {
    padding: 10px 0;
    display: flex;
    width: fit-content;
    height: 8vh;
    background-color: none;
    color: #fff;
    border-radius: 1vh;
    text-align: center;
}

.menu-tab ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 1;
    flex-shrink: 0;
}

.menu-tab ul li {
    display: flex;
    align-items: center;
    list-style: none;
    width: 30vw;
    height: 7vh;

}

.menu-tab ul li a {

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.menu-tab ul li a .icon {
    display: block;
    font-size: 6em;
    align-items: center;
    text-align: center;
    color: #fff;
}

.menu-tab ul li a .text {
    position: relative;
    text-align: center;
    align-items: center;
    font-size: 1.8em;

}

.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10vh;
}

.row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 12vh;
}

.row1 img {
    margin: 1%;
}
.container {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: white;
  }

  .container:hover {
      filter: grayscale(100%);
      -webkit-transition: 400ms ease 100ms;
      -moz-transition: 400ms ease 100ms;
      transition: 400ms ease 100ms;
      transform: scale(1.05);
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.details {
    text-align: center;
}

h1 {
    font-size: 6vw;
    text-transform: uppercase;
    text-align: center;
    flex-direction: row;
}

h2 {
    font-size: 4em;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 3vw;
}

h4 {
    margin-top: -40px;
    font-size: 2vw;
    color: #ff6666;
}


img {
    width: 50vw;
    justify-content: center;
}

h1:hover {
    color: #e8cc66;
    -webkit-transition: 200ms ease 20ms;
    -moz-transition: 200ms ease 20ms;
    transition: 200ms ease 20ms;
    transform: scale(1.05);
}

p {
    margin-top: 10vh;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}



.menu a {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10vh;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.menu a:hover {
    color: #e8cc66;
    -webkit-transition: 200ms ease 20ms;
    -moz-transition: 200ms ease 20ms;
    transition: 200ms ease 20ms;
    transform: scale(1.05);
}

.sec {
    background-color:transparent;
    border: none;
    margin-top: 10vh;
    letter-spacing: 5px;
    font-size: 0.7vw;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100vw;
}

.secp {
    background-color:transparent;
    border: none;
    margin-top: 10vh;
    letter-spacing: 5px;
    font-size: 0.7vw;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100vw;
}


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

    body{
        background: url(imgs/bfbackground.jpg) no-repeat;
        background-color: #000;
    }
    
}

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

    h1 {
        font-size: 10vw;
        text-transform: uppercase;
        flex-direction: row;
    }

    h3 {
        font-size: 8vw;
    }

    h4 {
        font-size: 9vw;
    }

    

    .row1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .title {
        margin: 20vh 0;
    } 

    .menu {
        display: none;
        flex-direction: column;
        font-size: 6em;
        text-align: center;
        justify-content: center;
        margin-top: 10vh;
        margin-bottom: 30vh;
    }

    .nav-tab {
        display: flex;
    }

    .sec {
        font-size: 2vw;
        text-align: center;
        top: 5vh;
        margin-top: 0;
    }

    .secp {
        font-size: 2vw;
        text-align: center;
        top: 5vh;
        margin-top: 0;
    }

    .sep{
        display: none;
    }
}