html,body {
    height: 100%;
    font-family: Segoe UI;
    
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

main {
    padding-bottom: 60px;    /* height of footer */
    padding-top: 60px;    /* height of footer */
}

.divider, .content-element {
    margin: 5rem 0;
    max-width: 85%;
    min-width: 70%;
}

.content-element_image {
    width: 500px;
    height: auto;
}

.content-element_social_image {
    width: 45px;
    height: auto;
}

.content-element_playstore_image {
    width: 250px;
    height: auto;
}

.content-element_image:hover, .content-element_social_image:hover, .content-element_playstore_image:hover {
    opacity: 0.7;
}

#holder {
    min-height: 100%;
    position:relative;
}

#home-image-mark-the-us {
    max-width: 100%;
    max-height: 37px;
}

#top-carousel{
    max-width: 95%;
}