﻿/*#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}*/



/*#region Header Basic CSS*/
.logo-svg {
    height: 42px;
    width: 120px;
    background-image: url('/images/Copperpot Logo.png');
    background-repeat: no-repeat;
}

.home-svg {
    width: 35px;
    height: 40px;
    background-image: url('/images/GLogo.svg');
    background-repeat: no-repeat;
    margin-top: 18px;
    margin-right: 25px;
}

    .home-svg:hover {
        background-image: url('/images/GLogo.svg')
    }

.hover-icon {
    height: 55px;
    width: 150px;
    background-image: none;
    background-repeat: no-repeat;
}

.hover-icon:hover {
    height: 33px;
    width: 112px;
    background-image: url('/images/PageAssets/Header Circle.svg');
}

.menu-text {
    font-size: 11px;
    text-align: center;
}


.topnav {
    overflow: hidden;
    background-color: #333333;
    height: 70px;
    z-index: 1;
    position: fixed;
    width: 100%;
    opacity: 0.7;
    height: 70px;
    padding-right: 50px;
    padding-left: 50px;
}

    .topnav-logo {
        height: 55px;
        width: 140px;
        background-image: url('/images/CopperPot Logo.svg');
        background-repeat: no-repeat;
        float: left;
        /*margin: 15px 0px 0px 0px;*/
    }

.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    font-size: 16px;
}

/*.nav {
    height: 70px;
    padding-right: 50px;
    padding-left: 50px;
}*/

.hover {
    height: 41px;
    width: auto;
    padding-right: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .hover:hover {
        height: 41px;
        width: auto;
        padding-right: 30px;
        background-image: url('/images/Shared/Header Circle.svg');
        background-repeat: no-repeat;
        font-style: italic;
    }

.active {
    background-color: #f36700;
    color: white;
}

.topnav .icon {
    display: none;
}

#overlay {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: auto;
    width: 40%;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
    z-index: 99;
    margin: 50px 0 0 60%;
    border-bottom-left-radius: 6px
}


.solid-line1 {
    border: 0 none;
    border-top: 2px solid rgba(255, 126, 31, 0.75);
    background: none;
    height: 0;
    width: 100%;
}


.wrap-nav > h4 > a {
    color: #f2f2f2;
    margin-left: 20px
}

/*END OF Header Basic CSS*/


@media screen and (max-width: 960px) {
    .topnav {
        padding-right: 25px;
        padding-left: 25px;
    }

}

/* Mobile */
@media screen and (max-width: 740px) {
     .topnav {
       height: 60px;
       padding: 0 2.5% 0 5%;
    }

        .topnav a:not(:first-child) {
            display: none;
        }

    .topnav-logo {
        height: 45px;
        width: 100px;
        /*margin: 11px 0px 0px 0px;*/
    }

    .topnav a {
        padding: 10px 0px;
    }

    .menu-icon {
        float: left;
        width: 28px;
        background-image: url('/images/White Menu Icon.svg');
        margin-top: 12px;
        background-repeat: no-repeat;
    }

        .menu-icon:hover {
            background-image: url('/images/Green Menu Icon.svg');
        }

    #overlay {
        visibility: visible;
    }

}

/* Mobile */
@media screen and (max-width: 480px) {

    #overlay {
        width: 90%;
        margin: 50px 5% 0 5%;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color: rgba(0,0,0,0.9);
    }

}

    /*OVERLAY*/

