body{
    background-color: #000108;
    margin: 0% auto;
    width: 1440px 100%;
}

.header{
    display: flex;
    justify-content: center; 
    margin-top: 54px;
}

.head-logo{
    margin-right: 300px;
}

.navigation a{
    margin-right: 30px;
    text-decoration: none;
    color: white;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 35pt;
}

.hero-section{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.hero-section div div{
    color: white;
    font-family: 'Bricolage Grotesque', sans-serif;

}

.hero-text{
    margin-right: 100px;
}

#hero-name{
    font-size: 47pt;
}

#hero-id{
    font-size: 31pt;
}

.matte-folio{
    margin-left: 160px;
}

.matte-folio div{
    margin-top: 20px;
}

.youtube{
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.youtube iframe{
    width: 1080px;
    height: 720px;
}

.article-title-one{
    font-family: 'Bricolage Grotesque', sans-serif;
    color: yellow;
    font-size: 35pt;
    text-align: center;
    margin-top: 60px;
}

.article-image-one{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.article-text{
    margin-top: 40px;
    text-align: center;
    color: white;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 25pt;
}

.article-image-two{
    display: flex;
    justify-content: center;
    margin-top: 72px;
}

.article-text-two{
    margin-top: 40px;
    text-align: center;
    color: white;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 25pt;
}

.learn-more{
    display: flex;
    justify-content: center;
}

.learn-more a{
    font-family: 'Bricolage Grotesque', sans-serif;
}

.learn-more a button{
    background-color: #a1a1a1;
    border-width: 0px;
    padding-top: 15px ;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.footer{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer div{
    margin-top: 30px;
}

.footer div a{
    text-decoration: none;
    color: white;
    font-family: 'Bricolage Grotesque', sans-serif;
    margin-right: 30px;
    margin-top: 40px;
}

#copyright{
    color: rgb(151, 151, 151);
    margin-top: 30px;
    margin-left: 90px;
}

.contact-info{
    width: 100%;
    height: 499px;
    background-image: url(images/contact-header.png);
    margin-top: 70px;
}

.address-header{
    color: white;
    font-family: 'Bricolage Grotesque', sans-serif;
    margin-left: 118px;
    margin-top: 54px;
    font-size: 27.8pt;
}

.contact-info-text{
    color: white;
    display: flex;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26pt;
}

.contact-info-text-one{
    margin-left: 118px;
    margin-top: 45px;
}

.contact-info-text-two{
    margin-left: 100px;
}

.about-body{
    background-color: white;
    width: 900px;
    height: 688px;
    margin-left: 250px;
    margin-top: 50px;
    font-size: 12pt;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}