body{
    font-family: "Montserrat";
}
nav{
    width: 100%;
}


.aboutTitle{
    font-size: 6rem;
    color: black;
    line-height: 20vh;
    font-family: "Roboto Slab";
}
.aboutImg{
    max-width: 90%;
    height: auto;
}
.hamburger div {
    background-color: black;
}
.chapterOne{
    background-color:#001e38 ;
    color: white;
    padding: 1%;
    padding-bottom:0 ;
}
.chapterTitleWhite{
    font-size: 4rem;
    font-family: "Roboto Slab";
    border-bottom: 5px solid white;
    padding-bottom: 4%;
}
.chapterTitleBlack{
    font-size: 4rem;
    font-family: "Roboto Slab";
    border-bottom: 5px solid black;
    padding-bottom: 4%;
}
.chapterOneImg{
    position: relative;
    bottom: 0;
}
.chapterOne .row{
    margin-bottom: 0;
}
.chapterOne .container-fluid{
    padding:0  5%;
}
section .row h1{
    margin-top: 0;
}

.chapterTwo{
    padding: 1%;
    padding-bottom:0 ;
    color: black;
}
.chapterTwo .container-fluid{
    padding:0  5%;
}
.sectionTitle{
    font-size: 3rem;
}
.card{
    margin: auto;
    box-shadow: none;
    border: 5px solid black;
    color: black;
    border-radius: 10%;
    padding: 5%;
}





@media only screen and (max-width: 1024px) {
    .aboutTitle{
        font-size: 4rem;
        color: black;
        line-height: unset;
    }
    .chapterTitleWhite{
        font-size: 2.5rem;
    }
    .chapterTitleBlack{
        font-size: 2.5rem;
    }
    .row h1{
        font-size: 2.5rem;
    }
    .chapterTwo .container-fluid h1{
        margin-top: 20%;
    }
  }