* {
    box-sizing: content-box;
}

body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    min-width: 375px;
    color: white;
}

.mainLink {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 120px;
    height: 80px;
    z-index: 5000;
}

.mainLink a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
}

.mainLink a:hover {
    color: #02F9CC;
}
#projects{
    left: 40px;
}
#navbar {
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 110px;
    top: 0;
    z-index: 1200;
    border-bottom: 1px solid white;
    text-align: center;

}

#logo {
    margin-top: 20px;
    font-size: 2rem;
}

#content {
    width: 100%;
    height: 100%;
    margin: auto;
}

.full {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 20px auto 40px auto;
    text-align: left;
}

.full:first-child {
    margin-top: 120px;
}
.full img,video{
    width: 100%;
    margin: 0 auto 0 auto;
}
.half img,video{
    width: 100%;
}
.video {
/*    margin: 0 auto 0 auto;*/
}

.multi {
    max-width: 1920px;
    display: flex;
    margin-bottom: 10px;
}

.multi img,video {
    flex: 1 1 0;
    padding-right:10px;
}

.multi img,video:last-child {
    margin-right: 0;
    padding-right:-10px;
}

.half {
    width: 49.75%;
}

.third {
    width: 33%;
}
.fourth{
    width:25%;
}

h1,h2 {
    font-size: 3rem;
    letter-spacing: -0.1rem;
    margin: 40px 0 20px 20px;
    font-weight: 700;
    text-align: left;
    line-height: 3rem;
    width: 400px;
}
h2{
    font-weight: 500;
}

p {
    font-size: 1.2rem;
    font-weight: 400;
    margin-left: 22px;
    text-align: left;
    line-height: 1.5rem;
    width: 430px;
}

#content a {
    color: #02F9CC;
    margin-left: 22px;
    /*background-color: #ededed;
    padding: 0.5rem;*/
    text-decoration:underline;
    /*border-radius: 8px;
    border: 2px solid black;*/
}

#content a:hover {
    color: #ededed;
}

#disclaimer {
    font-size: 0.8rem;
    width: 400px;
    text-align: center;
    margin: -120px auto 40px auto;
}

.space {
    width: 300%;
    height: 1px;
    background-color: white;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: -100%;
}

@media only screen and (min-width: 1920px) {
    #content {
        width: 1920px;
        margin-top: 40px;
    }

    .full {
        margin-top: 20px;
    }

    .space {
        margin-top: 80px;
        margin-bottom: 160px;
    }

    h1,
    h2,
    p,
    #content a {
        margin: 0;
    }

    h1,h2 {
        width: 640px;
        font-size: 4rem;
        line-height: 3.6rem;
        margin-bottom: 20px;
        margin-top:40px;
    }
    h2 {
        font-size: 3rem;
        line-height: 3rem;
    }

    p {
        width: 820px;
        margin-top: 20px;
    }
    h1{
        margin-left: -5px;
    }
}
