﻿.container {
    max-width: 75%;
    margin: 0 auto;
}

#image-container {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

#image-content {
    position: absolute;
    text-align: left;
    width: 70%;
    bottom: 0;
}

#talk {
    margin-top: 1rem;
    margin-left: 0;
    font-size: 22px !important;
}



.HeaderBackground {
    background-image: url('/Content/Images/Home/Heraldic Eagle 732px.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

#image-container {
    position: relative;
    height:75vh;
}

#banner-header {
    color: #fff;
    padding: 50px 10px;
    display:flex;
    justify-content:center;
}

    #banner-header h3 {
        max-width: 900px;
        width: 60%;
        color: #fff;
        font-weight: 100;
    }

#header-content {
    max-width: 900px;
    color: #fff;
    font-size: 40px !important;
    font-weight: 100;
    background: rgba(0,0,0,0.5);
    padding: 0.5rem .75rem;
    text-align: center;
    text-transform: capitalize;
}

.headerButton {
    margin: 15px 0;
}

.button {
    padding: .5rem .75rem;
    margin: .5rem;
    border-radius: 2rem;
    color: #000000;
    background-color: #DAA520;
    text-decoration: none;
    border: none;
}

    .button:hover {
        color: #fff;
    }


.sellingPoints{
    max-width:100%;
}

@media (max-width: 1386px) {
    #header-content {
        font-size: 30px !important;
    }
}

@media(min-width:1800px){

    .sellingPoints{
        max-width:60%;
    }


}