/* CSS Document */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

html {
    height: 100%;
}

html * {
    font-family: 'aktiv-grotesk';
    color: #FFFFFF !important;
}

body {
    height: 100%;
}


/*Top Banner*/
.top-banner {
    width: 100% !important;
    height: 68vh !important;
    max-height: 1000px !important;
    position: relative !important;
    color: #ffffff !important;
    /*overflow: hidden;*/
}
.top-banner-image {
    background-image: url('../images/Auckland-dawn-city-hero-lge.jpg'); 
    border:0px;
    width: 100%;
    object-fit: cover !important;
    object-position: center center !important;
    height:68vh;
    background-position: center -400px;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-logo {
    margin-top: 20px;
}
.top-logo-container {
    border: 0px solid red;
    width: 225px; 
    background-color: #DA1B60;
    margin-left: 20%;
    margin-right:80%;
    padding-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 500;
}
.card-block p {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-weight: bolder;
}

p {
    padding-left: 10%;
    padding-right: 10%;
    font-size:  1.07rem;
}

.btn {
    background-color: #ef3f70;
    font-weight: 600 !important;
    width: auto !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
    z-index: 1 !important;
    font-family: 'aktiv-grotesk';
    font-size: 1.2rem;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    &:hover,
    &:active {
        opacity: 0.7;
    }    
    a {
        color: #FFFFFF;
    }
    &:visited {
        color: inherit;
        background-color: #be1f4f;
    }
}

.card {
    background-color: transparent !important;
    border: 0px solid transparent !important;
}

.card-block {
    padding: 15px;
}

.footer-section {
    background-color: #be1f4f;
    min-height: 32vh !important;
    padding-bottom: 4rem;
    padding-top: 2rem;
    position: relative !important;
}







@media (max-width:2250px) {
    .top-banner-image {
        background-position: center -500px;
    }
}

@media (max-width:1850px) {
    .top-banner-image {
        background-position: center -400px;
    }
}

@media (max-width:1750px) {
    .top-banner-image {
        background-position: center -300px;
    }
}

@media (max-width:1500px) {
    .top-banner-image {
        background-position: center -200px;
    }
}

@media (max-width:1200px) {
    .top-banner-image {
        background-position: center -100px;
    }
}

@media (max-width:1100px) {
    .top-banner-image {
        background-position: center;
    }
}

@media (max-width:768px) {
    .top-logo-container {
        margin: 0 auto;
        width: 175px;
        font-size: 0.9rem;
    }
    .top-banner-image {
        background-position: center;
    }
    .top-banner {
        height: 60vh !important;
    }
    p {
        font-size:  1rem;
    }
}