﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../Fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../Fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../Fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../Fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'the_frontmanregular';
    src: url('Fonts/The Frontman.ttf') format('truetype'), url('Fonts/The Frontman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*THE "ASTERISK" (*) IS THE UNIVERSAL SELECTOR AND APPLIES STYLES TO ALL ELEMENTS.*/
* {
    margin: 0;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

.logoImage {
    max-width: 40%;
    height: auto;
}


/* header */

.header {
    background: linear-gradient(70deg,#1d1c60 50%,#d65f1e 50%);
    box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 3;
    text-align: left;
}

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #d65f1e;
        opacity: 0.9;
       
    }

    .header li a {
        display: block;
        padding: 20px 20px;
        border-right: 1px solid #fff;
        text-decoration: none;
        color: #fff;
    }

        .header li a:hover,
        .header .menu-btn:hover {
            color: #fff2eb;
        }

    .header .logo {
        position: relative;
        top: 10px;
        display: inline;
        font-size: 2em;
        padding: 10px 10px;
        text-decoration: none;
        text-align: left;
    }
    .header .logo2 {
        position: relative;
        top: 5px;
        display: inline;
        font-size: 2em;
        padding: 10px 10px;
        text-decoration: none;
        text-align: left;
    }

    /* menu */

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }

/* menu icon */
.naviconText {
    position: relative;
    left: 25px;
    top: -8px;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    left: -50px;
    user-select: none;
}

    .header .menu-icon .navicon {
        background: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
        color: #fff;
    }

        .header .menu-icon .navicon:before,
        .header .menu-icon .navicon:after {
            background: #fff;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .header .menu-icon .navicon:before {
            top: 5px;
        }

        .header .menu-icon .navicon:after {
            top: -5px;
        }

/* menu btn */

.header .menu-btn {
    display: none;
}

    .header .menu-btn:checked ~ .menu {
        max-height: 240px;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .header .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .header .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

/* 48em = 768px */

@media (min-width: 900px) {
    .header {
        -webkit-box-shadow: 1px 35px 48px -12px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 35px 48px -12px rgba(0,0,0,0.75);
        box-shadow: 1px 35px 48px -12px rgba(0,0,0,0.75);
        position: fixed;
        width: 100%;
        height: 70px;
        z-index: 3;
        text-align: center;
       
    }

        .header .logo {
            position: relative;
            top: 14px;
        }

        .header ul {
            position: relative;
            top: 12px;
            display: inline-block;
            text-align: left;
            list-style: inside;
            width: 45%;
            background-color: #d65f1e;
           
        }

        .header li {
            display: inline-block;
            text-align: center;
        }

            .header li a {
                font-family: 'OpenSans-bold';
                font-size: 16px;
                padding: 10px 20px;
                color: #fff;
                -moz-transition: -moz-transform 0.5s ease;
                -webkit-transition: -webkit-transform 0.5s ease;
                -ms-transition: -ms-transform 0.5s ease;
                transition: transform 0.5s ease;
            }

                .header li a:hover,
                .header .menu-btn:hover {
                    color: #fed7c2
                }

        .header .menu {
            clear: none;
            float: right;
            max-height: none;
        }

        .header .menu-icon {
            display: none;
        }
}

.FacebookLogo {
   
    position: relative;
    top: 6px;
    left: 70px;
}
@media (max-width: 1300px) {
    .FacebookLogo {
       left: 20px;
    }
}
@media (max-width: 1230px) {
    .FacebookLogo {
        display:none;
    }
    .header ul {
        position: relative;
        top: 15px;

    }
}
@media (max-width: 1230px) {
    .btnQuote {
        display: none;
    }
}