/*!
 * Start Bootstrap - Grayscale v4.0.0-beta (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

body {
    font-family: Lora, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: rgb(167, 230, 156);
}
html {
    width: 100%;
    height: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 1px;
    text-transform: uppercase
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px
}
@media (min-width: 768px) {
    p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 7px
    }
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #42dca3
}
a:focus,
a:hover {
    text-decoration: none;
    color: #1d9b6c
}
#mainNav {
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: #000
}
#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: #fff;
    border: 1px solid #fff
}
#mainNav .navbar-brand {
    font-weight: 700
}
#mainNav a {
    color: #fff
}
#mainNav .navbar-nav .nav-item {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}
#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}
@media (min-width: 992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        -moz-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: 0 0
    }
    #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: rgba(0,0,0,0.4);;
    }
    #mainNav .nav-link.active {
        outline: 0;
        background-color: rgba(255, 255, 255, .3)
    }
    #mainNav .nav-link.active:hover {
        color: #fff
    }
}
.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: #fff;
    background: url(../img/hh-v.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: rgb(224, 239, 0);
}
.masthead .intro-body {
    margin-top: 30%;
}
.masthead .intro-body .brand-heading {
    font-size: 50px
}
.masthead .intro-body .intro-text {
    font-size: 18px
}
@media (min-width: 768px) {
    .masthead {
        height: 100%;
        padding: 0
    }
    .masthead .intro-body .brand-heading {
        font-size: 100px
    }
    .masthead .intro-body .intro-text {
        font-size: 48px
    }
}
.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 38px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%!important;
    background: 0 0
}
.btn-circle:focus,
.btn-circle:hover {
    color: #fff;
    outline: 0;
    background: rgba(255, 255, 255, .1)
}
.content-section {
    padding-top: 150px;
    padding-bottom: 150px
}
.download-section {
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
#map {
    width: 100%;
    height: 300px
}
@media (min-width: 992px) {
    .content-section {
        padding-top: 54px;
		padding-bottom: 60px;
    }
    #map {
        height: 350px
    }
}
.btn {
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0
}
.btn-default {
    color: #42dca3;
    border: 1px solid #42dca3;
    background-color: transparent
}
.btn-default:focus,
.btn-default:hover {
    color: #000;
    border: 1px solid #42dca3;
    outline: 0;
    background-color: #42dca3
}
ul.banner-social-buttons {
    margin-top: 0
}
@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
    }
}
footer {
    padding: 50px 0
}
footer p {
    font-size: 14px;
    margin: 0
}
::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
    text-shadow: none
}
::selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
    text-shadow: none
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}
body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .2)
}

.sapo{
	font-style: italic;
	font-weight: 600;
}

.img-fluid{
	margin: 0 auto;
	margin-bottom: 20px;
}

.su-title{
	font-weight: bold;
}

.section-row-space{
	width: 100%;
	height: 3px;
	background: #1c1e1f;
	margin: 0 auto;
}

.caption-img{
	font-style: italic;
	font-weight:400;
	color: #1F62CA;
	font-size: 15px;
}

section#menu-2{
	background: rgba(164,179,86,1);
	background: -moz-linear-gradient(left, rgba(164,179,86,1) 0%, rgba(164,179,86,1) 42%, rgba(164,179,86,1) 44%, rgba(115,136,12,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(164,179,86,1)), color-stop(42%, rgba(164,179,86,1)), color-stop(44%, rgba(164,179,86,1)), color-stop(100%, rgba(115,136,12,1)));
	background: -webkit-linear-gradient(left, rgba(164,179,86,1) 0%, rgba(164,179,86,1) 42%, rgba(164,179,86,1) 44%, rgba(115,136,12,1) 100%);
	background: -o-linear-gradient(left, rgba(164,179,86,1) 0%, rgba(164,179,86,1) 42%, rgba(164,179,86,1) 44%, rgba(115,136,12,1) 100%);
	background: -ms-linear-gradient(left, rgba(164,179,86,1) 0%, rgba(164,179,86,1) 42%, rgba(164,179,86,1) 44%, rgba(115,136,12,1) 100%);
	background: linear-gradient(to right, rgba(164,179,86,1) 0%, rgba(164,179,86,1) 42%, rgba(164,179,86,1) 44%, rgba(115,136,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b356', endColorstr='#73880c', GradientType=1 );
}

section#menu-3{
	background: rgba(183,222,237,1);
	background: -moz-linear-gradient(left, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 43%, rgba(113,206,239,1) 65%, rgba(183,222,237,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(183,222,237,1)), color-stop(43%, rgba(33,180,226,1)), color-stop(65%, rgba(113,206,239,1)), color-stop(100%, rgba(183,222,237,1)));
	background: -webkit-linear-gradient(left, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 43%, rgba(113,206,239,1) 65%, rgba(183,222,237,1) 100%);
	background: -o-linear-gradient(left, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 43%, rgba(113,206,239,1) 65%, rgba(183,222,237,1) 100%);
	background: -ms-linear-gradient(left, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 43%, rgba(113,206,239,1) 65%, rgba(183,222,237,1) 100%);
	background: linear-gradient(to right, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 43%, rgba(113,206,239,1) 65%, rgba(183,222,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=1 );
}

section#menu-4{
	background: rgba(235,233,249,1);
	background: -moz-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 41%, rgba(206,199,236,1) 57%, rgba(193,191,234,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,233,249,1)), color-stop(41%, rgba(216,208,239,1)), color-stop(57%, rgba(206,199,236,1)), color-stop(100%, rgba(193,191,234,1)));
	background: -webkit-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 41%, rgba(206,199,236,1) 57%, rgba(193,191,234,1) 100%);
	background: -o-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 41%, rgba(206,199,236,1) 57%, rgba(193,191,234,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 41%, rgba(206,199,236,1) 57%, rgba(193,191,234,1) 100%);
	background: linear-gradient(to bottom, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 41%, rgba(206,199,236,1) 57%, rgba(193,191,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea', GradientType=0 );
}

section#menu-5{
	background: rgba(242,246,248,1);
	background: -moz-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 35%, rgba(181,198,208,1) 59%, rgba(224,239,249,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,246,248,1)), color-stop(35%, rgba(216,225,231,1)), color-stop(59%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
	background: -webkit-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 35%, rgba(181,198,208,1) 59%, rgba(224,239,249,1) 100%);
	background: -o-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 35%, rgba(181,198,208,1) 59%, rgba(224,239,249,1) 100%);
	background: -ms-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 35%, rgba(181,198,208,1) 59%, rgba(224,239,249,1) 100%);
	background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 35%, rgba(181,198,208,1) 59%, rgba(224,239,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
}

section#menu-6{
	background: rgba(243,226,199,1);
	background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 30%, rgba(182,141,76,1) 75%, rgba(233,212,179,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(30%, rgba(193,158,103,1)), color-stop(75%, rgba(182,141,76,1)), color-stop(100%, rgba(233,212,179,1)));
	background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 30%, rgba(182,141,76,1) 75%, rgba(233,212,179,1) 100%);
	background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 30%, rgba(182,141,76,1) 75%, rgba(233,212,179,1) 100%);
	background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 30%, rgba(182,141,76,1) 75%, rgba(233,212,179,1) 100%);
	background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 30%, rgba(182,141,76,1) 75%, rgba(233,212,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );
}

.media-box{
	padding: 0;
	display: inline-block;
}

.video-box{
	padding-top: 2.5%;
}

.video-item{
	margin-top: 10px;
	float: left;
}

.video-item video{
	width: 100%;
}

.back-to-top, .social-box {
    cursor: pointer;
    position: fixed;
    display:none;
	z-index: 20;
}

.back-to-top{
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0,0,0,0.7);
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
	bottom: 56px;
    right: 33px;
}

.social-box{
	right: 31px;
    bottom: 120px;
}
