@import url('//fonts.googleapis.com/css?family=Lato:300,400');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
#demo-nav {
    top: auto;
    bottom: 0;
    margin: 0;
    width: 260px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

body {
    padding-top: 0 !important;
}

a, .btn {
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-custom {
    background-color: #12a3a3;
    border-color: #12a3a3;
    color: #fff;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active {
    background-color: #0f8c8c;
    border-color: #0d7575;
}

.btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active, .btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active, fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom.active {
    background-color: #12a3a3;
    border-color: #12a3a3;
}

.btn-custom-2 {
    background-color: #a31272;
    border-color: #a31272;
    color: #fff;
}

.btn-custom-2:hover, .btn-custom-2:focus, .btn-custom-2:active, .btn-custom-2.active {
    background-color: #8c0f62;
    border-color: #750d52;
}

.btn-custom-2.disabled:hover, .btn-custom-2.disabled:focus, .btn-custom-2.disabled:active, .btn-custom-2.disabled.active, .btn-custom-2[disabled]:hover, .btn-custom-2[disabled]:focus, .btn-custom-2[disabled]:active, .btn-custom-2[disabled].active, fieldset[disabled] .btn-custom-2:hover, fieldset[disabled] .btn-custom-2:focus, fieldset[disabled] .btn-custom-2:active, fieldset[disabled] .btn-custom-2.active {
    background-color: #a31272;
    border-color: #a31272;
}

.btn-custom-3 {
    background-color: #e5e843;
    border-color: #e5e843;
    color: #444;
}

.btn-custom-3:hover, .btn-custom-3:focus, .btn-custom-3:active, .btn-custom-3.active {
    background-color: #e2e52c;
    border-color: #d9dd1b;
}

.btn-custom-3.disabled:hover, .btn-custom-3.disabled:focus, .btn-custom-3.disabled:active, .btn-custom-3.disabled.active, .btn-custom-3[disabled]:hover, .btn-custom-3[disabled]:focus, .btn-custom-3[disabled]:active, .btn-custom-3[disabled].active, fieldset[disabled] .btn-custom-3:hover, fieldset[disabled] .btn-custom-3:focus, fieldset[disabled] .btn-custom-3:active, fieldset[disabled] .btn-custom-3.active {
    background-color: #e5e843;
    border-color: #e5e843;
}

.push-wrap {
    min-height: 1000px;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#topper {
    margin-bottom: 30px;
}

#content {
    /*font-family: 'Lato';*/
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

#content h1 {
    font-weight: 300;
    font-size: 70px;
    margin: 0 0 15px;
}

#content h2 {
    font-weight: 300;
    font-size: 30px;
    margin: 0;
}

#content hr {
    width: 50px;
}

.examples {
    text-align: left;
}

.examples a {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.18em;
}

#content h3 {
    font-weight: 300;
}

.prev-next {
    margin-top: 50px;
}

.prev-next a {
    color: #fff;
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 300;
    margin: 0 20px;
}

.prev-next a:hover {
    color: #e3e3e3;
}

.burger-x {
    position: absolute;
    top: 45%;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    margin: 0 auto;
}

.burger-x:before, .burger-x:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
}

.burger-x:before {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}

.burger-x:after {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

.show-nav .burger-x, .show-nav .burger-x:before, .show-nav .burger-x:after {
    /*background: rgb(255, 69, 112);*/
    background: #FFF;
}

.toggle-nav {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #fff;
    font-size: 40px;
    display: block;
    width: 60px;
    height: 60px;
}

.toggle-nav:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.toggle-nav .option {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    width: 80px;
    right: 125%;
    text-align: center;
    top: 20%;
}

#body-nav {
    /*background: #2b343f;*/
    background: #000;
    text-align: center;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
}

#body-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#body-nav ul li a {
    display: block;
    text-decoration: none !important;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    /*border-bottom: solid 1px #333D4A;*/
    border-bottom: solid 1px #191919;
}

#body-nav ul li a:hover {
    /*background: #4EFFFF;*/
    background: #93C54B;
    color: #000;
}

@media only screen and (max-width : 1200px) {}

@media only screen and (max-width : 992px) {
    #content h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width : 768px) {
    #content h1 {
        font-size: 45px;
    }

    #content h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width : 480px) {
    #content h1 {
        font-size: 30px;
    }

    #body-nav ul li a {
        display: block;
        text-decoration: none !important;
        height: 60px;
        line-height: 60px;
        font-size: 36px;
        color: #fff;
        /*border-bottom: solid 1px #333D4A;*/
        border-bottom: solid 1px #191919;
    }
}

@media only screen and (max-width : 320px) {
    #body-nav ul li a {
        display: block;
        text-decoration: none !important;
        height: 60px;
        line-height: 60px;
        font-size: 36px;
        color: #fff;
        /*border-bottom: solid 1px #333D4A;*/
        border-bottom: solid 1px #191919;
    }
}
