/*Toygan Sevim */
/*home_styles.css*/
/*This file will contain the general css for aaronaviles.com*/

body, html {
    height: 100%
}

/*SOCIAL MEDIA ICONS*/
a.social-menu-big.mx-1 {
    padding-right: 5px;
    font-size: 2rem !important;
    text-decoration: none;
    text-size-adjust: auto;
    color: black;

}

a.social-menu {
    text-decoration: none;
    color: black;
    margin-left: 6%;
    margin-right: 6%;
}

.fa-facebook:hover {
    color: #3B5998;
}

.fa-instagram:hover {
    background: linear-gradient(-100deg, rgb(5, 29, 245), rgb(167, 45, 159), rgb(238, 49, 121), #ffe71a);
    color: #fff;
}

.fa-twitter:hover {
    color: #00aced;
}

.fa-ellipsis-h:hover {
    content: string(more);
}

@media (min-width: 992px) {

    #mediaExpanded {
        display: none !important;
    }

}

.user-login-box {
    opacity: .5;
}

#body {
    background: linear-gradient(to top left, #2097FE, #05FFA4) no-repeat center;
}

.navbar {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.link-style-none {
    text-decoration: none !important;
}

a.clear-text:hover {
    color: white;
}

a.link-style-none:hover {
    background: radial-gradient(ellipse at center bottom,
    rgba(211, 214, 217, 0.86) 5%,
    rgba(255, 255, 255, 0.04) 100%);
}

#main-row {
    height: 100%;
    position: absolute;
    top: 0;
}

#timeline-container {
    height: 100%;
}

#timeline-embed {
    height: 100%;
    width: 100%;
}

#main-container {
    position: absolute;
    top: 0;
}

#map {
    width: 100%;
    height: 400px;
}

ul.navbar-nav {
    z-index: 100;
}

#newPage {
    display: none;
}
