
* {
    font-family: 'Raleway', sans-serif;
    color: #333;
}

body {
    background-color: #3c342f;
}
/*header*/
section#header {
    height: 100%;
}
section#header .banner {
    width: 100%;
}
section#header .slide-home {
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -270px;
    margin-top: -150px;
}
section#header .slide-page {
    margin: 130px 0;
}
section#header .slide-contact {
    margin: 200px 0;
}
section#header .slide-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100%;
    width:100%;
    position: fixed;
    z-index: -10;
    background-color: #D3D3D3;
}
section#header h1,
section#header p {
    text-align: center;
    color: white;
}
section#header p span {
    color: white;
}
section#header h1 {
    font-family: 'Droid Serif', serif;
    font-size: 4.5em;
    text-transform: uppercase;
}
section#header p {
    font-size: 1.5em;
}
header .logo-container {
    float: left;
}
header a.logo {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    font-family: 'Italiana', serif;
    display: inline-block;
    padding: 10px 20px;
    margin-left: 10px;
}
header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}
header ul li {
    display: inline-block;
}
header ul li a,
header ul li a:hover {
    color: white;
    text-decoration: none;
    display: block;
    margin:15px;
    font-family: 'Droid Serif', serif;
}
header ul li a:hover {
    color: rgba(255,255,255,0.5);
}

    /*contetn*/
section#content {
 padding: 60px 0;
    background-color: white;
}
section#content p.home {
    text-align: center;
    line-height: 2em;
    font-size: 1.3em;
}

section#content .content-right p {
    font-size: 1.2em;
}

section#content .content-right a span {
    font-size: 2.2em;
    margin-right: 5px;
}

section#testimonials {
    background-color: #D3D3D3;
}
section#testimonials h3 {
    text-align: center;
    margin-top: 20px;
}
section#testimonials .testimonial-item {
    margin: 40px 0 50px;
}
section#testimonials p {
    text-align: center;
}

.testimonial {
    padding-bottom: 20px;
}

.testimonial hr {
    position: absolute;
    width: 95%;
    bottom: 12px;
    margin: 5px 0;
}


.slick-arrow {
    color: #333;
}
/*footer*/
footer {
    background-color: #3c342f;
    padding: 25px 0 20px;
}
footer p {
    text-align: center;
    color: white;
}
footer p a {
    font-size: 2em;
    margin: 0 5px;
}
footer p a span {
    color: white;
}
footer .divider {
    color: white;
}

footer a.netmatters,
footer a.netmatters:hover,
footer a.netmatters:focus {
    font-size: 16px;
    color: white;
    text-decoration: none;
}
.thumbnail{
    width: 100%;
}
.thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.thumbnail img {
    width:100%;
    margin-top: -100%;
}
.contact {
    text-align: center;
}

body {
    position: relative;
}
#wrapper {
    position: relative;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    transition: all 3s ease;
}
.cbp-spmenu {
    background: #3c342f;
    position: fixed;
}

.cbp-spmenu h3 {
    color: #bebebe;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #3c342f;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}

.cbp-spmenu a:hover {
    background: #3c342f;
}

.cbp-spmenu a:active {
    background: #bebebe;
    color: #3c342f;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #3c342f;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push, #wrapper {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

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

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after{
    background-color: white;
}
.hamburger {
    float: right;
    padding: 15px 15px 0;
}
.hamburger, .hamburger:focus {
    outline: none;
}
.down-arrow {
    position: absolute;
    font-size: 3em;
    margin-bottom: 10px;
    left:50%;
    bottom: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.down-arrow:hover {
    bottom: 65px;
}
.down-arrow span {
    color: white;
}

.about-me {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1350px){
    header a.logo {
        font-size: 1.2em;
        padding: 10px 0 20px 5px;
    }
    header .logo-container {
        width: 20%;
    }

}
@media screen and (max-width: 992px){
    header .logo-container {
        width: 30%;
    }
    img.about-me {
        margin: 30px auto;
    }
}
@media screen and (max-width: 766px){
    header a.logo {
        font-size: 1em;
        padding: 15px  0 15px 5px;
    }
    header .logo-container {
        width: 40%;
    }
    .content-right {
        margin-top: 20px;
    }
    .slick-arrow {
        display: none !important;
    }
    .divider {
        display: none;
    }
    section#header h1 {
        font-size:2.8em;
    }
    section#header .slide-home {
        margin: 130px 0;
        position: static;
    }
    section#header .down-arrow {
        position: relative;
        left: 48%;
    }
}
@media screen and (max-width: 392px){
    header .logo-container {
        width: 75%;
    }
}
