@font-face
{
    font-family: 'Akzidenz-Grotesk Next-light';
    src: url(../fonts/AKZIDENZNEXT/AGNextLight.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'Akzidenz-Grotesk Next';
    src: url(../fonts/AKZIDENZNEXT/AGNextRegular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

body
{
    background-color: black;
    margin: 0;
    font-family: 'Akzidenz-Grotesk Next-light';
    overflow-x: hidden;
}

h1
{
    font-family: 'Akzidenz-Grotesk Next';
    font-weight: bold;
    font-size: 33px;
    color: #E5BF10;
}

.bolder{
    font-family: 'Akzidenz-Grotesk Next' !important;
    font-weight: bolder;
}


li
{
    margin-left: 20px;
}
li::marker
{
    color: #E5BF10;
}

.logobanner
{
    display: flex;
    justify-content: center;
    height: 153px;
    width: auto;
    background-color: #E5BF10;
    margin: 0;
    padding: 0;
}
.logobanner img
{
    width: 298px;
    height: 85px;
    margin-top: 30px;
}

.footer
{
    display: flex;
    justify-content: center;
    height: 153px;
    width: 100%;
    background-color: #E5BF10;
    margin: 0;
    padding: 0;
}
.footer img
{
    width: 496px;
    height: 60px;
    margin-top: 40px;
}

.banner
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(../images/banner2.png);
    background-size: cover; 
    background-repeat: no-repeat;
    width: 100%;
    height: 693px;
}

.textbanner
{
    text-align: center;
    margin-left: 50px;
    margin-top: 50px;
    color: white;
    font-family: 'Akzidenz-Grotesk Next-light';
}
.textbanner p
{
    font-size: 54px;
}
.textbanner h1
{
    font-size: 120px;
    margin-top: -50px;
    color: white;
}
.textbanner h2
{
    font-size: 80px;
    margin-top: -100px;
    color: #E5BF10;
}

.downloadbutton
{
  font-family: 'Arial';
  font-size: 20px;
  width: 220px;
  height: 45px;
  border-radius: 5px;
  font-weight: bold;
  border: 0px solid;
  background-color: white;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.downloadbutton:hover
{
  background-color: #E5BF10;
}

.maintext
{   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: white;
    font-size: 24px;
    padding: 20px;
}
.maintext div
{
    max-width: 1500px;
}

.terms
{
    
    display: flex;
    flex-direction: column;
    margin-top: -80px;
}
.terms h1
{
    font-family: 'Akzidenz-Grotesk Next';
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 60px;
}

.boldtext
{
  font-weight: bold;
}

@media (max-width: 1115px)
{   
    .logobanner
    {
        height: 100px;
    }
    .logobanner img
    {
        width: 200px;
        height: 55px;
        margin-top: 25px;
    }

    .footer
    {
        height: 100px;
    }
    .footer img
    {
        width: 296px;
        height: 40px;
        margin-top: 30px;
    }

    .banner
    {
        width: 100%;
        height: 300px;
    }

    .textbanner p
    {
        font-size: 20px;
        margin-top: -20px;
    }
    .textbanner h1  
    {
        font-size: 40px;
        margin-top: -25px;
        color: white;
    }
    .textbanner h2
    {
        font-size: 20px;
        margin-top: -30px;
    }

    .maintext
    {
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1115px) and (max-height: 800px)
{
    .banner
    {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0%;
        padding: 0%;
    }

    .textbanner p
    {
        font-size: 25px;
        margin-top: 50px;
    }
    .textbanner h1
    {
        font-size: 60px;
        margin-top: -25px;
        color: white;
    }
    .textbanner h2
    {
        font-size: 40px;
        margin-top: -50px;
    }

    .maintext
    {
        font-size: 20px;
        padding-left: 200px;
    }
}
@media (max-width: 500px)
{
    .banner
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0%;
        padding: 0%;
    }
    .textbanner
    {
        margin: 0%;
    }
}

