body {
    background-color: black;
    color: rgb(255, 255, 255);
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'Avenir Light', Arial;
    /* width: 800px; */
    margin: auto;
    /* padding-top: 30px; */
}

a {
    color: white;
}

header {
    margin-top: 10px;
    padding-left: 30px;
    /* position: absolute; */
    width: calc(100% - 30px);
}

header img {
    max-height: 60px;
    max-width: auto;
    /* background: rgba(0, 0, 0, 0.41) */
}

header * {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

header h1 {
    margin-left: 10px;
    font-size: 22px;
    /* color: black; */
}

menu {
    /* position: relative; */
    float: right;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    /* display: block; */
    /* margin-right: 100px; */
}

menu a {
    text-decoration: none;
    margin-right: 10px;
}


menu a:hover {
    text-decoration: underline;
}

img.hero {
    height: 125px;
    margin: auto;
    width: auto;
    display: block;
}

video.hero {
    width: 100vw;
    /* max-width: 100%; */
    margin: auto;
    margin-top: -180px;
    /* margin-top: 30px; */
}

.container {
width: 100vw;
margin: auto;
overflow: hidden;
display: block;
height: 500px;
}

div#content {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

div.title * {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    /* display: none; */
}

div.title h1 {
    font-size: 50px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

footer {
    margin-top: 70px;
}

footer p {
    font-size: 24px;
}

    
p.copyright {
    font-size: 18px !important;
}

div#content p {
    font-size: 22px;
}

div#content ul {
    width: fit-content;
    margin: auto;
    text-align: center;
    list-style: none;
    padding: 0px;
    font-size: 20px;
}

div#content li {
    margin-top: 10px;
}

div#content ul a {
    text-decoration: underline;
}

.press-release {
    text-align: left !important;
}

.press-release p {
    font-size: 18px !important
}

.press-release p strong {
    font-weight: 900;
}

div.top {
    text-align: center;
    margin: auto;
}

div.images img {
    max-height: 204px;
}

div.top img.hero {
    max-width: 100%;
    width: 600px;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

div.img-section {
    max-width: 600px; 
    text-align: center;
    margin: auto;
}

div.img-section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

img.logo {
    height: 117px;
    width: auto;
}

a.social {
    text-decoration: none !important;
}

a.social svg {
    vertical-align: bottom;
stroke-width: 1.8px;

}

b.big {
    font-family: 'Avenir';
    font-weight: 900;
}

@media (max-width: 880px)  {

    header h1 {
        display: none;
    }

    div#content {
        padding: 10px;
    }

    div#content ul.benefits {
        padding-left: 40px;
    }
    
}

@media (min-width: 881px)  {

    div#content {
        padding: 40px;
    }
    
}


@media (max-width: 300px)  {

    menu {
        padding-left: 0px;
    }
    
}