.hide {
    display: none;
}

html {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'GothamBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    /*color: #676767; */
}


p {
    line-height: 1.75;
}

a {
    color: black;
}

a:hover,
a:focus,
a:active,
a.active {
    color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: normal;
    font-family: 'GothamBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
}

h3 {
    font-size: 22px;
}

section {
    padding: 70px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'GothamBook';
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar-toggler {
    z-index: 1;
}

::-moz-selection {
    background: var(--primary-color);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #063e59;
}

#bsd {
    position: fixed;
    top: 30px;
    right: 65px;
    z-index: 9999;
    font-family: 'GothamBook', Helvetica, Arial, sans-serif;
    color: #000000;
}


.text-primary {
    color: #000000 !important;
}

.btn-primary {
    cursor: pointer;
    color: #000000;
    border-color: #000000;
    background-color: #fff;
    font-family: 'GothamBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 15px auto;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 40px;
    display: table;
}

.btn-primary:focus,
.btn-primary.focus {
    color: white;
    border-color: #000000;
    background-color: #000000;
}

.btn-primary:hover {
    color: white;
    border-color: #000000;
    background-color: #000000;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #000000;
    background-color: #000000;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: white;
    border-color: #000000;
    background-color: #000000;
}

.btn-primary:active:focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    border-color: #063e59;
    background-color: #063e59;
}

.btn-primary .badge {
    color: #063e59;
    background-color: white;
}

.btn-xl {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 3px;
    color: white;
    border-color: #063e59;
    background-color: #063e59;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.btn-xl:focus,
.btn-xl.focus {
    color: white;
    border-color: #b48b01;
    background-color: #fec503;
}

.btn-xl:hover {
    color: white;
    border-color: #f6bf01;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open > .btn-xl.dropdown-toggle {
    color: white;
    border-color: #f6bf01;
    background-color: #fec503;
}

.btn-xl:active:hover,
.btn-xl:active:focus,
.btn-xl:active.focus,
.btn-xl.active:hover,
.btn-xl.active:focus,
.btn-xl.active.focus,
.open > .btn-xl.dropdown-toggle:hover,
.open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle.focus {
    color: white;
    border-color: #b48b01;
    background-color: #dcab01;
}

.btn-xl:active,
.btn-xl.active,
.open > .btn-xl.dropdown-toggle {
    background-image: none;
}

.btn-xl.disabled:hover,
.btn-xl.disabled:focus,
.btn-xl.disabled.focus,
.btn-xl[disabled]:hover,
.btn-xl[disabled]:focus,
.btn-xl[disabled].focus,
fieldset[disabled] .btn-xl:hover,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl.focus {
    border-color: #063e59;
    background-color: #063e59;
}

.btn-xl .badge {
    color: #063e59;
    background-color: white;
}


@media (max-width: 576px) {
	#bsd {
        top: 30px;
        right: 65px;
    }
}

@media (min-width: 768px) {
	section {
        padding: 50px 0;
    }

	#bsd {
        top: 25px;
        right: 25px;
        z-index: 9999;
    }
}

@media (min-width: 1400px ) {
    #bsd {
        top: 30px;
        right: 25px;
    }
}
/*@media (min-width: 992px) and (max-width: 1399px) {
    #bsd {
        top: 125px;
        right: 15px;
    }
}*/