body{
    background-color: aliceblue;
}

h1{
    font-family: 'Nanum Gothic', sans-serif;
}

.NavBar{
    width: 90%;
    height: 75px;
    margin: auto;
    margin-top: 20px;
    left: 50%;
    right: 50%;
    background-color: #13293D;
}

.NavBar h1{
    font-family: 'Nanum Gothic', sans-serif;
    display: inline;
    color: white;
    margin-left: 10px;
}

.NavBar button{
    font-family: 'Nanum Gothic', sans-serif;
    display: inline;
    height: 100%;
    margin-left: 10px;
    background-color: #00000000;
    border: none;
    color: white;
}

.NavBar button:hover{
    color: #247BA0;
}

.NavBar button:active{
    color: #006494;
}

.CallToActionOne{
    width: 90%;
    height: 100%;
    display: inline;
}

.CallToActionOneImage {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 49%;
    left: 10%;
}

.CallToActionOneImage img{
    height: 60%;
    width: 60%;
}

.CallToActionOneQuote {
    font-family: 'Nanum Gothic', sans-serif;
    height: 49%;
    width: 49%;
    display: inline-block;
    right: 0%;
    bottom: 0%;
    margin:auto;
    position: absolute;
}

.BlueBodyContainer{
    background-color: #13293D;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    color: white;
    text-align: center;
}

.GreyBodyContainer{
    width: 90%;
    height: fit-content;
    padding: 10px;
    margin: auto;
    margin-top: 20px;
    background-color: #a3b8cb;
    left: 50%;
    right: 50%;
}

.GreyBodyContainer p{
    text-align: center;
    margin: auto;
    font-family: 'Nanum Gothic', sans-serif;
    width: 80%;
}

.NewsArticle{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px; 
    background-color: gainsboro;
    font-family: 'Nanum Gothic', sans-serif;
}

.NewsArticle p{
    text-align: center;
    margin: auto;
    font-family: 'Nanum Gothic', sans-serif;
    width: 80%;
}