
body {
    width: 100%;
    height: 100%;
    font-family: 'Vollkorn', serif;
    color: #000;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*margin: 0 0 35px;*/
    text-transform: uppercase;
    font-family: 'Unica One', cursive;
    font-weight: normal;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}


@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.key-values{
    color: #c31;
    font: 24px/24px "Unica One",sans-serif;
    text-transform: uppercase;
}

.col-md-8 h1{
    color: #c31;
    font: 40px/40px "Unica One",sans-serif;
    margin: 20px 20px 30px;
    text-align: center;
}
.col-md-8 h2 {
    color: #c31;
    font: 32px/35px "Unica One",sans-serif;
    margin: 36px 0;
}
.col-md-8 p{
    color: #333;
    font: 16px/24px "Vollkorn",serif;
    text-align: justify;
}
@media(min-width:767px) {

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}


@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}


@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}