body {
    font-family: 'Open Sans', verdana, helvetica, sans-serif;
    min-width: 275px;
    overflow-x: hidden;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0px;
}

h1, h2, h3 {
    color: #153562;
}

a {
    color: #00498d;
    text-decoration: none;
    transition: color 0.3s 0s;
}

a:hover, a:active, a:focus {
    color: #faa100;
    text-decoration: none;
}

.btn-orange {
    background: #faa100;
    background: -moz-linear-gradient(center top, #faa100, #ff7b23);
    background: -ms-linear-gradient(center top, #faa100, #ff7b23);
    background: -o-linear-gradient(center top, #faa100, #ff7b23);
    background: -webkit-linear-gradient(-90deg, #faa100, #ff7b23);
    background: linear-gradient(-180deg, #faa100, #ff7b23);
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    margin: 10px 0;
    padding: 15px;
    transition: background-color 0.2s 0s, box-shadow 0.2s 0s, padding 0.2s 0s;
    width: 100%;
}

button:hover {
    color: white;
}

button:focus {
    outline: none;
}

button:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
}

button:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px inset;
}

button:disabled {
    opacity: 0.7;
    box-shadow: none;
}

form input[type=text] {
    background-color: white;
    border: 1px solid #faa100;
    border-radius: 4px;
    color: #545454;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0;
    max-width: 100%;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

form input:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px inset;
    outline: none;
}

form input::-webkit-input-placeholder {
    color: #d3d3d3;
    font-weight: 400;
}

form input:-moz-placeholder {
    color: #d3d3d3;
    font-weight: 400;
}

form input::-moz-placeholder {
    color: #d3d3d3;
    font-weight: 400;
}

form input:-ms-input-placeholder {
    color: #d3d3d3;
    font-weight: 400;
}

 .submit-form input[type=text] {
    min-width: 100%;
    height: 50px;
    border: 1px solid #d3d3d3;
}

 .submit-form input[type=email] {
    min-width: 100%;
    height: 50px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #545454;
    font-size: 1.1em;
    margin: 10px 0;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
}

 .submit-form input[type=message] {
    min-width: 100%;
    height: 300px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #545454;
    font-size: 1.1em;
    margin: 10px 0;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    vertical-align: top;
}




#message {
    height: 200px;
}


header {
    background-color: #081f41;
    color: #fff;
    text-align: center;
}

header a {
    transition: all 0.3s 0s;
}

header a {
    color: #fff;
    text-decoration: none;
}

header a:hover {
    color: #faa100;
    text-decoration: none;
}

header .active {
    top: 50px;
    z-index: 5;
}

header nav input {
    border-style: none;
    border-radius: 5px;
    color: #1b82d0;
    font-size: 1.5em;
    font-weight: 700;
    overflow: hidden;
    margin: 3px 0;
    padding: 10px 15px;
    width: 100%;
}

header nav input::-webkit-input-placeholder {
    color: #1b82d0;
    font-weight: 700;
}

header nav input:-moz-placeholder {
    color: #1b82d0;
    font-weight: 700;
}

header nav input::-moz-placeholder {
    color: #1b82d0;
    font-weight: 700;
}

header nav input:-ms-input-placeholder {
    color: #1b82d0;
    font-weight: 700;
}

/* Hamburger Menu */
@media (min-width: 768px) {
    .menu-toggle, .nav-sidebar {
        display: none;
    }
}

/*menu button for nav sidebar*/
.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.nav-trigger + label,
.nav-trigger + .menu-toggle,
.site-wrap {
    transition: left 0.2s;
}
label[for="nav-trigger"] {
    background-size: contain;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 0%;
    height: 0%;
}
.nav-trigger:checked + label {
    left: 80%;
}
.nav-trigger:checked ~ .site-wrap {
    left: 80%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-trigger ~ label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s 0s;
    content: "";
}
.nav-trigger:checked ~ label {
    height: 100%;
    width: 100%;
}
.nav-trigger:checked ~ label::after {
    opacity: 1;
}
.menu-toggle {
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    margin: 10px;
    opacity: 1;
    padding: 0.5em;
    position: absolute;
    width: 40px;
    z-index: 10;
    overflow: hidden;
}
.menu-toggle em {
    background: #fff;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
    width: 100%;
    transition: all 0.3s 0s;
}
.menu-toggle em:first-child {
    margin: 0;
}
.nav-trigger:checked ~ label .menu-toggle em:first-child {
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-trigger:checked ~ label .menu-toggle em:nth-child(2) {
    margin-left: -40px;
}
.nav-trigger:checked ~ label .menu-toggle em:last-child {
    margin-top: -10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* End Hamburger Menu*/

footer {
    clear: both;
    display: block;
    position: relative;
    z-index: 100;
}

footer a {
    color: #fff;
}

footer .container-fluid {
    padding: 0;
}

@media (min-width: 768px) {
    header {
        text-align: left;
    }

    header nav {
        height: auto;
    }
}