@import "normalize.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

body {
    background: #000;
}

header {
    background: #1c1b1b;
    height: 200px;
    width: 100%;
}

header img {
    width: 550px;
    display: block;
    margin: 0 auto;
    padding: 0px 10px 35px 0px;
}
/* NAVIGATION */

.topNav {
    text-align: right;
    font-size: 20px;
    background: #1c1b1b;
    height: 40px;
    color: #000;
}

.topNav a {
    display: block;
    color: #c7c7c7;
    padding: 0 20px;
    line-height: 60px;
    text-decoration: none;
    font-family: 'Oswald';
}

.topNav a:hover {
    color: #0e9d29;
}

.topNav li {
    display: inline-block;
}

.topNav ul {
    display: block;
}

topNav P {
    color: fff;
}

.subNav {
    text-align: center;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    color: #000;
    position: relative;
    z-index: 9999;
}

.subNav a {
    display: block;
    color: #b1b1b1;
    padding: 0 20px;
    line-height: 60px;
    text-decoration: none;
    font-family: 'Oswald';
}

.subNav a:hover {
    color: #0e9d29;
    transition: .3s;
}

.subNav li {
    display: inline-block;
}

.subNav ul {
    display: block;
}
/* SLIDER */

.my-slider ul li {
    padding: 100px;
    text-align: left;
}

.unslider {
    background: rgba(0, 0, 0, 0.15);
    margin-top: -60px;
}

.unslider ul {
    height: 660px;
}

.unslider ul li {
    height: 100%;
    padding-top: 400px;
    box-sizing: border-box;
}

.unslider-nav {
    height: 70px;
    margin-top: -70px;
    z-index: 9999;
    position: relative;
}

.unslider-arrow {
    display: block;
    width: 30px;
    height: 30px;
    top: 610px;
    margin-top: -16px;
    overflow: hidden;
    color: transparent;
}

.unslider-arrow.prev {
    background: url(../img/prev.png) no-repeat center center;
    background-size: 15px 30px;
    left: 60px;
}

.unslider-arrow.next {
    background: url(../img/next.png) no-repeat center center;
    background-size: 15px 30px;
    right: 60px;
}

.unslider-arrow:hover {
    color: transparent;
}

.unslider-nav ol {
    line-height: 100%;
}

.unslider-nav ol li {
    height: 15px;
    width: 15px;
    border-radius: 10px;
}
/* SLIDE SPECIFIC */

#slide1 {
    background: url(../img/horse1.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-family: 'Oswald';
    font-size: 50px;
}

#slide2 {
    background: url(../img/horse2.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-family: 'Oswald';
    font-size: 50px;
}

#slide3 {
    background: url(../img/horse3.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-family: 'Oswald';
    font-size: 50px;
}

.button {
    margin: -40px -30px -0px -3px;
}

.my-slider p {
    margin-left: -30px;
}

#btn {
margin-top: 10px;
}
/* medium size screens */

@media screen and (max-width: 64.063em) {

    .topNav ul {
        font-size: 14px;
        text-align: center;
    }
    .topNav a:hover {
        color: #0e9d29;
        transition: .3s;
    }
    .subNav {
        height: auto;
        background: #000;
        text-align: right;
    }
    .subNav ul {
        /* Default styles */
        max-height: 0;
        overflow: hidden;
        /* Set our transitions up */
        -webkit-transition: max-height 0.8s;
        -moz-transition: max-height 0.8s;
        transition: max-height 0.8s;
    }
    .subNav.open ul {
        max-height: 450px;
    }
    .subNav.open a {
        max-height: 450px;
    }
    .subNav ul li {
        display: block;
    }
    .subNav a {
        line-height: 40px;
    }
    .unslider ul li {
        padding-top: 300px;
    }
    .unslider {
        margin-top: -55px;
    }
}
/* small size screens */

@media screen and (max-width: 40em) {

    header {
        background: #1c1b1b;
        height: 150px;
        width: 100%;
    }
    .topNav ul {
        font-size: 14px;
        text-align: center;
    }
    .topNav a:hover {
        color: #0e9d29;
    }
    .subNav {
        height: auto;
        background: #000;
        text-align: right;
    }
    .subNav ul {
        /* Default styles */
        max-height: 0;
        overflow: hidden;
        /* Set our transitions up */
        -webkit-transition: max-height 0.8s;
        -moz-transition: max-height 0.8s;
        transition: max-height 0.8s;
    }
    .subNav.open ul {
        max-height: 450px;
    }
    .subNav.open a {
        max-height: 450px;
    }
    .subNav ul li {
        display: block;
    }
    .subNav a {
        line-height: 40px;
    }
    .unslider ul {
        height: 220px;
    }
    .unslider {
        margin-top: -55px;
    }
    #slide1 {
        padding-bottom: 140px;
        font-size: 30px;
        padding-left: 130px;
    }
    #slide2 {
        padding-bottom: 140px;
        font-size: 30px;
        padding-left: 130px;
    }
    #slide3 {
        padding-bottom: 140px;
        font-size: 30px;
        padding-left: 130px;
    }
    .unslider-nav ol {
        margin-top: 40px;
    }
    .my-slider p {
        margin-left: -2px;
    }
    .content3 img {
        margin-right: 50px;
    }
    #footer {
        height: 100px;
    }
    #footer1 img {
        height: 35px;
        margin-left: 130px;
        margin-bottom: 0px;
    }
    #footer2 img {
        height: 30px;
        margin-top: -50px;
        padding-right: 110px;
    }

}
/* Content */

.content1 {
    background-color: #1c1b1b;
    color: #bcb7b7;
    font-family: 'oswald';
    text-align: center;
}

.content1 h1 {
    font-family: 'oswald';
    padding: 6px;
    color: #fff;
}

.content1 h2 {
    font-family: 'oswald';
    padding: 6px;
    color: #fff;
    font-size: 70px;
}

.content1 img {
    width: 650px;
    margin-top: 45px;
    text-align: left;
}

.content1 p {
    text-align: justify;
}

.content2 {
    background: #1c1b1b;
    margin-bottom: 25px;
    margin-top: 35px;
    color: white;
    text-align: center;
    font-family: 'oswald';
}

.content2 h1 {
    font-family: 'oswald';
}

.content3 {
    background: #000;
    margin-bottom: 25px;
    color: white;
}

.content3 h1 {
    font-family: 'oswald';
    color: white;
    text-align: center;
    margin-left: 10px;
}

.content3 p {
    font-family: 'oswald';
    color: white;
    padding-left: 0px;
    padding-top: 30px;
    text-align: justify;
}

.content3 img {
    width: 880px;
    margin-top: 5px;
    padding: 0;
    padding-left: 10px;
}

.content4 {
    background: #1c1b1b;
    margin-bottom: 35px;
    margin-top: 65px;
    color: #bcb7b7;
    font-family: 'oswald';
    text-align: center;
    height: 300px
}

.content4 h1 {
    font-family: 'oswald';
    color: white;
}

.content5 {
    background: #1c1b1b;
    margin-bottom: 25px;
    margin-top: 60px;
    color: #bcb7b7;
    font-family: 'oswald';
    text-align: center;
}

.content5 h1 {
    font-family: 'oswald';
    color: white;
}

.content5 p {
    padding: 10px;
    color: white;
}
/* Footer */

footer {
    background: #1c1b1b;
    margin: 0;
    height: 120px;
    position: relative;
    margin-top: 10px;
}

#footer1 {
    width: 400px;
    float: left;
    padding: 10px 40px;
}

#footer2 {
    width: 220px;
    margin-top: 40px;
    margin-right: 40px;
}