_header.scss 1.53 KB
.pre-header{
    background-color: #0484B8;
    color:#fff;
    height: 57px;
    display: flex;
    .sponsored{
        text-align: right;
        .logo{
            width: 149px;
            margin-left: 30px;
        }
    }
}
#main-nav{
    max-height: 128px;
    .custom-logo-link {
        margin-left: 0px;
        img{
            max-width: 349px;
        }
    }
    .navbar-nav.sign-up{
        margin-bottom: 20px;
    }
    #login-menu{
        a{
            font-size: 14px;
            color: #0484B8;
            margin-left: 20px;
            text-align: center;
        }
        .log-in-button{
            background-color: #0484B8;
            margin-left: 20px;
            a{
                font-size: 14px;    
                color: #fff;
                padding: 7px 25px;
                margin-left: 0px;
            }
        }
    }

    #main-menu{
        a{
            font-size: 18px;
            font-weight: bold;
            color: #0484B8;
        }
    }
}

.hero-container {
    background-position: top right;
    background-size: cover;
    width: 100%;
    background-color: #ccc;
    height: 530px;

}


.header-section,
.full-image,
.image-loaded {
    height: 530px;
    background-position: top right;
    background-size: cover;
    width: 100%;
    position: relative;

}
.full-image::after{
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    bottom: -2px;
    right: 0px;
    width: 200px;
    height: 200px;
    background-image:url('../images/logo-border.png');
}