/*
Theme Name: Great Scott
Version: 1.0
Description: Professional and clean theme
Tags: Simple, Bold, Professional
Author: Anthony O
*/

body {
    background-color: #222;
}

nav {
    background-color: var(--wp--preset--color--secondary);
}

.navbar {
    padding: 0px;
    height: 40px !important;
}

#nav-title {
    color: var(--wp--preset--color--text);
    font-size: 1em;
    text-decoration: none;
    font-weight: 600;
}

#nav-logo {
    max-height: 50px;
    width: auto;
    text-align: center;
    position: absolute;
    transform: translate(0%, 0%);
}


#nav-logo img {
    max-height: 50px;
    height: 100%;
    position: relative;
}

#navbarNav ul li {
    padding: 0px;
    display: block;
}

#navbarNav ul li a {
    padding: 0.5em 0.75em;
    display: block;
    margin: 0px;
    color: var(--wp--preset--color--text);
    text-decoration: none;
	font-weight: bold;
}

#navbarNav ul li a:hover {
    background-color: var(--wp--preset--color--highlight);
    box-shadow: inset 0 -2px 0 0 var(--wp--preset--color--texthighlight);
}

.navbar-nav .current-menu-item>a {
    background: var(--wp--preset--color--primary);
    /* example */
    color: var(--wp--preset--color--text);
    /* example */
    box-shadow: inset 0 -2px 0 0 var(--wp--preset--color--texthighlight);
    /* bottom highlight */
}

#navbarNav .menu {
    height: 40px;
}

#navbarNav {
	z-index: 100;
}

@media (max-width: 991px) {

    #navbarNav ul {
        border-top: 2px solid var(--wp--preset--color--highlight);
    }

    #navbarNav ul li {
        width: 100%;
        background-color: #222;
        text-align: center;
    }

    #navbarNav ul li a {
        display: block;
        padding: 0.5em;
        width: 100%;
        height: auto;
        text-decoration: none;
        color: var(--wp--preset--color--text);
    }

    #navbarNav ul li:last-child {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
    }

    #navbarNav ul li a:hover {
        background-color: #000;
        box-shadow: none;
    }

    #navbarNav .current-menu-item>a {
        color: var(--wp--preset--color--texthighlight);
        border-top: 1px solid var(--wp--preset--color--texthighlight);
        box-shadow: none;
    }

}

footer {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--text);
    padding: 2em;
}

#cool-edge {
  width: 200px;
  height: 200px;
  background-color: #e74949;
  clip-path: polygon(0% 0%, 100% 0%, 0% 30%);
  width: 140px;
}

.footer-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 2em;
    margin-bottom: 1.5em;
}

.footer-nav ul li a {
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
    color: var(--wp--preset--color--subtletext);
}

.icons a {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: 1em;
    margin-left: 1em;
    display: inline-block;
    text-align: center;
    color: var(--wp--preset--color--subtletext);
}