@charset "UTF-8";


/* ----------------- RESET ALL STYLES ----------------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #FFFFFF;
    font: 20px 'Montserrat', sans-serif;
    color: #333333;
    line-height: 1.5em;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}


header {
    margin: auto;
    align: center;

    width: 99%;
    height: auto;
    background: #FFFFFF;
}

header h5 span {

    font-family: 'Montserrat', sans-serif;
    color: #f39100;
    font-size: 160%;
}


.clearfix {
    float: none;
    clear: both;
}


.wrapper {
    margin: auto;
    width: 60%;
    height: auto;
}

#top {
    height: auto;
}


#logo {
    margin-top: 2%;
    text-decoration: none;
    color: #fff;
}


#logoimage {
    width: 180px;
    padding-right: 0px;
    float: left;

}


nav {
    display: block;
    width: 100%;
    margin: 2px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 900;
}

nav ul {
    list-style: none;
}

nav li {
    display: inline-block;
}

nav a {
    display: inline-block;
    background: transparent;
    color: #f39100;
    padding: 5px 15px;
    font-weight: 900;
    border: 0px solid white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 900;
}

nav a:hover {
    border: 0px solid white;
    background: transparent;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 900;
}

nav a:active {
    background: #f39100;
    color: #fff;
}

nav select {
    display: none;
    background: #f39100;
    color: #fff;
}


a {
    text-decoration: none;
    color: #f39100;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #333333;
    font-weight: normal;
}


.effect1 {
    color: #FFFFFF;
    text-shadow: -3px 5px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.3em;
}

.effect2 {
    color: #FFFFFF;
    text-shadow: -3px 5px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.3em;
}


h1 {
    font-size: 20px;
    color: #f39100;
    text-align: center;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif', sans-serif;
    text-transform: none;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    line-height: 1.5em;
}

h2 {
    font-size: 32px;
    color: #f39100;
    text-transform: none;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 1%;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #f39100;
    margin-bottom: 1%;

}

h4 {
    font-size: 22px;
    color: #f39100;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 1%;
}

h5 {
    font-size: 19px;
    color: #f39100;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 2%;
}

h6 {
	font-size: 13px;
	color: #666666;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 19px;

}


.left {
    margin-top: 4%;
    width: 48%;
    float: left;
    margin-bottom: 2%;
}

.left h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    letter-spacing: 2px;
    font-size: 110%;
    font-weight: 700;
    text-align: left;
    color: #f39100;
    margin-bottom: 5%;
}

.left p {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 100%;
    color: #333333;
    line-height: 140%;
}

.right {
    margin-top: 4%;
    width: 48%;
    float: right;
    margin-bottom: 2%;
}


.right h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    letter-spacing: 2px;
    font-size: 110%;
    font-weight: 700;
    text-align: left;
    color: #f39100;
    margin-bottom: 5%;

}


.right p {
    font-family: 'Montserrat', Helvetica, Arial;
    text-align: left;
    font-size: 100%;
    line-height: 140%;
    color: #333333;
}


hr {
    height: 1px;
    width: 100%;
    background-color: #2d2d2d;
    margin: 1% 0;
}


img.scaled {
    width: auto; /* Firefox */
    max-width: 100%;
    max-height: 100%;
}

img.liquid {
    width: 100%;
}

.imgleft {
    float: left;
    border: 0;
    margin: 5px 10px 10px 0px;
    padding: 5px;
}

.imgright {
    float: right;
    border: 0;
    margin: 5px 10px 10px 0px;
    padding: 5px;
}


.btn-2 {
    color: #fff;
    background: #651212;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    text-shadow: none;
    border: 1px;
    border-color: #651212;
    border-style: solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-2:hover {
    color: #000;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}


footer {
    width: 100%;
    padding: 10px 0;
    background-color: #FFFFFF;
    position: bottom;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #f39100;
}


footer a {
    text-decoration: none;
    color: #f39100;
    font-weight: normal;
}

footer a:hover {
    text-decoration: none;
    color: #333333;
    font-weight: normal;
}

footer p {
    color: #333;
    text-align: center;
    font-size: 17px;
}


/* ---------------------- RESPONSIVE----------------------  */

@media only screen and (max-width: 1200px) {

    .wrapper {
        width: 90%;
    }

}

@media only screen and (max-width: 860px) {

    h1 {
        font-size: 160%;
    }

    h2 {
        font-size: 110%;
    }


    header h5 span {
        font-size: 110%;
    }
}

@media only screen and (max-width: 720px) {


    #logo {
        width: 150px;
        display: block;
        margin: auto;
        margin-bottom: 5%;
    }


    header h5 {
        font-size: 100%;
        margin-bottom: 5%;
    }


    .left {
        width: 100%;
    }


    .right {
        width: 100%;
    }
}


@media (max-width: 960px) {
    nav ul {
        display: block;
        text-align: center;
    }

    nav select {
        display: inline-block;
    }
}
