* {
    box-sizing: border-box;
    margin: 0px;
}

.padding {
    padding: 20px;
}

.navbar-brand img {
    width: 20%;
}

body { 
    padding-top: 65px; 
    padding-bottom: 65px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

footer {
    background-color: orange;
}

#footer-all {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-icons {
    color: white;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.nav > a {
    text-decoration: none;
    color: white;
}

.footer-text {
    color: white;
    /* font-size: 11px; */
    padding: 0;
    margin: 0;
}

.category-button {
    text-align: center;
}

.icon-label {
    margin-top: 0;
}

/* NAV BAR STUFF */

.navbar-brand img {
    width: 20%;
}

.call_to_action {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.masthead p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.masthead {
    padding-top: 5rem;
    /* padding-bottom: calc(20rem-0); */
    padding-bottom: 70%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(192, 122, 10, 0.8) 50%), url("../images/landing_background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.masthead img {
    border-radius: 50%;
    margin-bottom: 2rem;
    max-width: 100%;
    height: auto;
}

/* profile */
.container-profile {
    padding: 5%;
}