body {
    background-color: #f0f0f0;
    margin: 0%;
}

.header a{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.portfolio-row{
    display: flex;
    justify-content: center;
}

.about-paragraph{
    text-align: center;
    font-family: 'Bricolage Grotesque', sans-serif;

}

.portfolio-row-margin{
    margin-right: 20px;
}

.contact-division{
    display: flex;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 40pt;
}

#contact-info{
    margin-top: 60px;
    margin-left: 20px;
}

.top-navigation ul{
    display: flex;
    justify-content: center;
    margin-top: 37px;
}

.top-navigation ul li{
    list-style: none;
    margin-right: 34px;
}

.top-navigation ul li a{
    text-decoration: none;
    color: black;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26pt;
    font-weight:500;
}

.hero-section{
    height: 393px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
    margin-top: 63px;
}

.hero-section-text{
    margin-right: 98px;
}

.hero-section-text h1,h2{

}

#hero-section-text-one{
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;
    font-size: 60pt;
    margin-top: 139px;
}

#hero-section-text-two{
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 31pt;
    color: #494949;
}

#hero-section-text-three{
    font-size: 22pt;
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #494949;
}

.hero-section-image{
    margin-top: 47px;
}

.youtube{
    margin-top: 112px;
    display: flex;
    justify-content: center;
}

.youtube iframe{
    width: 1244px;
    height: 401px;
}

.youtube-text-one, .youtube-text-two, .youtube-text-three{
    text-align: center;
    margin-top: 99px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 25pt;
}

.footer{
    display: flex;
    justify-content: center;
    margin-top: 154px;
    margin-bottom: 50px;    
}

.footer a img{
    margin-right: 63px;
}

.footer a{
    color: black;
    text-decoration: none;
    margin-right: 27px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;
}

.footer span{
    margin-left: 239px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #b5b5b5;
}