
body {
    font-family: "Roboto";
    background-color: #1F2937;   
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #E5E7EB;
}


/*Text Classes*/
.hero-main-text {
    font-size: 48px;
    font-weight: bolder;
    color: #F9FAF8;
    margin-bottom: 0%;
}

.hero-secondary-text{
    font-size: 18px;
    color: #F9FAF8;
}

.header-logo-text {
    font-size: 24px;
    color: #F9FAF8;
}

.information-header-text {
    font-size: 36px;
    color: #1F2937;
    font-weight: bolder;
}

.listed-text {
    margin-top: 220px;
    font-size: 18px;
    color: #1F2937;
}

.quote-text {
    font-size: 36px;
    color: #1F2937;
    font-style: italic;
}

.quote-handler-text {
    font-size: 24px;
    color: #1F2937;
    font-weight: bolder;
}

.placeholder-img-text {
    color: #E5E7EB;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 120px;
}

.call-to-action-text {
    color: #F9FAF8;
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
    margin-left: 120px;
    margin-bottom: 6px;
}

.call-to-action-secondary-text {
    font-size: 18px;
    color: #F9FAF8;
    margin-top: 0px;
    margin-left: 120px;
    margin-bottom: 24px;
}

.footer-text {
    color: #E5E7EB;
    font-size: 18px;
}


/*Flex classes*/
.flex-header  {
    display: flex;   
    justify-content: space-evenly;
}

.flex-header .flex-logo {
    margin: auto;
}

.flex-header .flex-links {
    margin: auto;
}

.flex-main-content {
    display: flex;
    margin-top: 40px;
    justify-content: space-evenly;
}

.flex-main-content-column {
    flex-direction: column;
    width: 330px;
    height: 300px;
}

.flex-main-content-column .main-content-button {
    background-color: #3882F6;
    color: #F9FAF8;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 8px;
    border: none;
    width: 120px;
    height: 34px;
}

.main-content-button:hover{
    background-color: #2b5fb4;
}

.flex-main-content-image-column {
    flex-direction: column;
    background-color: #676866;
    width: 500px;
    height: 240px;
    margin-top: 40px;
    justify-content: center;
}

.flex-information-content {
    display: flex;
    background-color: #F9FAF8;
    flex-direction: column;
    margin-top: 40px;
    text-align: center;
    justify-content: space-evenly;
}

.flex-illustration-content {
    display: flex;
    justify-content: space-evenly;
    height: 350px;
    margin-left: 380px;
    margin-right: 430px;
}

.flex-placeholder-art {
    border: #3882F6;
    border-radius: 12px;
    border-style: solid;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: 40px;
    flex-direction: column;
}

.quote-background-box {
    display: flex;
    flex-direction: row;
    background-color: #E5E7EB;
    justify-content: center;
    height: 400px;
    padding-top: 100px;
}

.quote-box {
    flex-direction: column;
    width: 900px;
}

.quote-box .quote-handler-box {
    text-align: right;
    margin-right: 60px;
}

.background-white-box {
    display: flex;
    height: 180px;
    background-color: #F9FAF8;
    justify-content: center;
}

.call-to-action-blue-box {
    display: flex;
    margin-top: 48px;
    border-radius: 6px;
    height: 100px;
    width: 1000px;
    background-color: #3882F6;
}

.call-to-action-box {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.call-to-sign-up-box {
    display: flex;
    width: 200px;
    margin-left: 110px;
    justify-content: center;
}

.call-to-sign-up-box .call-to-sign-up-button {
    background-color: #3882F6;
    color: #F9FAF8;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 8px;
    border-color: #F9FAF8;
    border-style: solid;
    margin-top: 38px;
    margin-bottom: 16px;
    border-width: 2px;
    width: 120px;
    height: 32px;
}

.call-to-sign-up-button:hover{
    background-color: #2b5fb4;
}

.secondary-action-box {
    display: flex;
}

.footer-box{
    display: flex;
    justify-content: center;
}