@import "font.css";

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5em;
    background-color: #777;
}

hr {
    border: none;
    height: 1px;
}

/*
    Container width set
*/

.wrapper {
    height: 100%;
    max-width: 980px;
    padding: 0 20px;
}

/*
    Top Bar/Stick
*/

.sticky-nav {
    background-color: white;
    color: black;
    text-transform: uppercase;
    padding-top: 0;
}

.sticky-nav a{
    color: #000 !important;
    font-weight: 400;
    font-size: 14px;
}

.sticky-nav a:hover {
    color: #999 !important;
}

/*
    Nav bar/Log
*/

nav {
    background-color: white;
    width: 100%;
}

.logo {
    width: 100%;
}

/*
    Nav Searchbox
*/

#formSearch input {
    float: right;
}

#formSearch input[type="submit"] {
    background: #eeb111 url(../assets/images/lens-thin-white.png) no-repeat center center;
    cursor: pointer;
    border-right: none;
    height: 35px;
    margin: 0;
    padding: 0;
    float:right;
    width: 38px;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#formSearch input[type="text"] {
    color: black;
    width: 240px;
    height: 35px;
    line-height: 26px;
    border-left: none;
    padding: 0 0 0 10px;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}

#formSearch input[type="text"]::placeholder {
    color: black;
}

.nav-link-ac {
    margin: 0;
    padding: 0;
}

    .nav-link-ac li {
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0 2em;
    }

.nav-padding {
    padding: .5em;
}

a.nav-text-ac {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-transform: uppercase;
}

    a.nav-text-ac:hover {
        color: #eeb111 !important;
        text-decoration: none;
    }

/*
    Border class
*/

.wh-border {
    width: 100%;
    height: 10px;
    background-color: #eeb111;
    margin: 0;
    padding:0;
}


/*
    Footer class
*/

.wh-footer {
    color: black;
}

.wh-footer nav {
    justify-content: flex-start;
}

.wh-footer ul {
    display: flex;
    list-style: none;
    box-sizing: border-box;
}

.wh-footer a {
    color: black !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.wh-footer a:hover{
    color: #666!important;
}

/*
    Global
*/

.header-text {
    font-size: 24px;
    font-weight: 500;
    color: #eeb111;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
