﻿html {
    height: 100%;
    position: relative;
}

body {
    height: 100%;
    background-color: #e5e5e5;
}

#wrapper {
    min-height: 100%;
    position: relative;
}
#header #logo {
min-width: 256px;
}
#header #logo a.alternate-logo {
    margin: auto;
    display: inline-block;
}
#header #logo a.alternate-logo img {
    position: relative;
    display: block;
    transition: all 0.4s;
}

    #header #logo a.alternate-logo img.whale-logo-img {
            height: 45px;
    left: -2px;
    margin: 0px 0px 14px 97px;
    }

    #header #logo a.alternate-logo img.name-logo-img {
            height: 44px;
    margin: 0px 0 8px;
    left: 5px;
    }

    #header #logo a.alternate-logo img.tagline-logo-img {
            height: 9px;
    left: 1px;
    margin: 0px 0 0 56px;
    }

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo a.alternate-logo img.additional-logo-img {
    height: 0px;
}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo a.alternate-logo img.tagline-logo-img {
    left: 18px !important;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo a.alternate-logo img.main-logo-img {
    height: 24px;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo a.alternate-logo img.additional-logo-img.whale-logo-img {
        margin: -14px 0;
    height: 26px;
    top: 10px;
    left: -51px;
}

#backgroundHeader {
    position: relative;
    background-size: cover;
    width: 100%;
    top: 0;
    overflow:visible;
}


#background-header .section-end > div {
    background-color: #e5e5e5;
}

#content {
    overflow: visible;
    position: static;
}

    #content .section-end > div {
        background-color: #171a22;
    }

.section-end > div {
    width: 50%;
    height: 40px;
    position: absolute;
    bottom: -1px;
}

.section-end > .left, .section-start > .left {
    border-radius: 0 40px 0 0;
}

.section-end > .right, .section-start > .right {
    border-radius: 40px 0 0 0;
    left: 50%;
}

button.hollow-btn {
    background-color: transparent;
    border: 2px solid;
    padding: 10px 28px 14px;
    font-size: 16px;
    font-family: Arvo;
    font-weight: 500;
    border-radius: 2px;
    margin-left: 46px;
    transition: all 0.4s;
}

    button.hollow-btn > span.arrow {
        font-weight: 100;
        display: inline;
        font-size: 20px;
        position: relative;
        top: 2px;
        padding-left: 10px;
        color: inherit;
    }

.footer-logo {
    max-width:30%;
}
#copyrights div.tiny-dark {
    line-height: 1.5;
}
#copyrights div.tiny-dark a {
    color: #999 !important;
}
 #copyrights div.tiny-dark a.underline {
    text-decoration: underline !important;
 }

@media (max-width: 799px) {

    button.hollow-btn {
        display: block;
        margin: 20px auto;
    }

    div#publishedFooterLogo {
        float: none;
        text-align: center;
        margin: auto;
        padding: 0;
        max-width: 450px;
    }
}
