/* Variables */
:root {
    --ha_red: #b91a00;
    --ha_gold: #fbae17;
    --ha_grey: #8a98a0;
}

body {
    background-color: #FFF;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}

ul {
    list-style:  none;
    padding-inline-start: 0px;
}

.first-level-list {
    font-weight: bold;
}

#main_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sub_content {
    display: flex;
    width: 800px;
    flex-direction: column;    
}

#main_body {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

#main_nav {
    width: 100%;
    min-height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

#main_footer {
    display: flex;
    justify-content: center;
}

#footer_nav {
    width: 75%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;}

#col_1 {
    margin: 0 50px;    
}
#col_2 {
    margin: 0 50px;    
    
}
#col_3 {
    margin: 0 50px;    
    
}

a {
    color: #000000;
    text-decoration: none;

}


a:hover {
    color: var(--ha_red);
}

.main_nav_link {
    text-transform: uppercase;
    margin: 0 30px;
}

#hero_image {
    display: flex;
    justify-content: center;
    width: 25%;
}

#hero_logo {
    display: flex;
    justify-content: center;
    width: 100%;
}

#index_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-content: flex-end; */
    align-items: center;}

#main_description {
    width: 800px;
    margin-left: 25px;
}

#store_links {
    display: flex;
    justify-content: space-around;
}

.main_logo {
    max-width: 500px;
    margin-top: 35px;
}

.app_image {
    max-width: 350px;
}

.store_images {
    max-width: 300px;
}
