body {
    background-image: url('../img/funky-linesTEST.png');
}

.navbar-brand {
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: xx-large;
    color: ghostwhite;
    letter-spacing: 1px;
}

.navbar-brand:hover {
    color: rgb(162, 115, 227);
}

#landing{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    width: 75%;
}

footer {
    background-color: #32205e;
    padding: 5px;
}

#BSLink {
    text-decoration: none;
    color: inherit;
}

#BSLink:hover {
    color: ghostwhite;
}

.nav-item img {
    margin-right: 1em;
}

#topNavButtons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#headshotPic {
    margin-bottom: 25px;
}

#headshotPicMobile {
    width: 50%;
}

.border-dark {
    border-color: rgb(162, 115, 227) !important;
}

/* Desktop settings */

@media (min-width: 1200px) {
    #landing {
        width: 55%;
    }

    .nav-item img {
        margin-right: 1em;
    }

    #sideNavExpand {
        display: none;
    }

    #headshotPicMobile {
        display: none;
    }
}

/* Mobile styles */

@media (max-width: 600px) {
    footer{
        visibility: hidden;
    }

    .navbar-brand {
        font-size: xx-large;
    }

    #topNavButtons {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    #LinkedInIcon, #BehanceIcon, #GitIcon {
        width: 35px;
    }

    #sideNav {
        display: none;
    }

    #tagline {
        display: none;
    }

    #expSection {
        display: none;
    }

    #mobileNavItems > li > a{
        text-decoration: none;
        color: rgb(126, 78, 195);
        font-size: 24px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
}

#sideNav {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

#sideNav li{
    padding-top: 1em;
}

#sideNavMenu li {
    color: ghostwhite;
    font-size: xx-large;
    font-family: 'Cantarell', sans-serif;
}

#expSection {
    color: ghostwhite;
    background-color: #32205e;
    border-radius: 15px;
    padding: 10px 25px;
}

#LinkedInIcon:hover {
    content: url('../img/LinkedInIconOVER.png');
}

#BehanceIcon:hover {
    content: url('../img/BehanceIconOVER.png');
}

#GitIcon:hover {
    content: url('../img/GitIconOVER.png');
}

#sideIcon0, #sideIcon1, #sideIcon2, #sideIcon3 {
    visibility: hidden;
}

#sideNavItems > li {
    margin-top: -5px;
}

#sideNavItem0, #sideNavItem1, #sideNavItem2, #sideNavItem3 {
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:  #32205e;
}

#sideNavItem0:hover {
    color: rgb(126, 78, 195);
    #sideIcon0 {
        visibility: visible;
    }
}

#sideNavItem1:hover {
    color: rgb(126, 78, 195);
    #sideIcon1 {
        visibility: visible;
    }
}

#sideNavItem2:hover {
    color: rgb(126, 78, 195);
    #sideIcon2 {
        visibility: visible;
    }
}

#sideNavItem3:hover {
    color: rgb(126, 78, 195);
    #sideIcon3 {
        visibility: visible;
    }
}

