
/* --------- Ads Section ------------- */

.ads {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 200px;
    height: 100%;
    cursor: pointer;
}

#ad-image {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.ads i {
    position: absolute;
    top: 5px;
    right: 5px;
    color: rgb(37, 37, 37);
    border: 1px solid rgb(79, 79, 79);
    cursor: pointer;
}
#ad-text {
    margin-top: 10px;
    padding: 20px;
    font-size: 1.2em;
    color: #333;
}

/* --------- ./ Ads Section ------------- */

/*------------ Logo Styles  -------------*/
.nav-brand {
    position: absolute;
    top: 20px;
    left: 20px;
}

.nav-brand .brand {
    position: absolute;
    top: 25px;
    color: #000;
}

img{
    width: 80%;
    float: right;
}
