::-webkit-scrollbar {
    background: #454545;
}

::-webkit-scrollbar-track {
    background: #454545;
}

::-webkit-scrollbar-thumb {
    background: #595959;
    box-shadow: inset 1px 1px 0 rgba(100, 100, 100, 0.2), inset -1px -1px 0 rgba(0, 0, 0, 0.4);
}

body,
html {
    width: 100%;
    height: 100%;
    background: #252525;
    color: #eee;
}

body {
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.65;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #FED330;
}

hr.light {
    border-color: #fff;
}

a {
    color: #FED330;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #FED330;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.smaller {
    font-size: 0.9em !important;
}

h2 {
    margin-top: 1.7rem;
    color: #ccc;
}

h2 a,
h2 b {
    color: #fff !important;
    font-weight: inherit !important;
}

h3 {
    margin-top: 1.7rem;
    font-size: 1.5rem;
    color: #ccc !important;
}

h3 a,
h3 b {
    color: #fff !important;
    font-weight: inherit !important;
}

.main-desc {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600 !important;
}

.main-desc a {
    color: #fff !important;
}

h2 a:hover,
h3 a:hover,
.main-desc a:hover {
    color: #FED330 !important;
    text-decoration: none !important;
}

.text-faded.sub-button {
	margin-top: 10px !important;
	font-size: 0.9em !important;
	color: #FED330 !important;
	font-weight: 600 !important;
}

.bg-primary {
    background-color: #FED330 !important;
}

.bg-dark {
    background-color: #252525 !important;
}

.text-faded {
    color: #bbb;
    font-weight: 400 !important;
}

section {
    padding: 8rem 0;
}

section.small-padding {
	padding: 1rem 0;
}

section.footer {
    padding: 2rem 0;
    font-size: 0.8em;
    border-top: solid 1px #303030 !important;
    background-color: #191919 !important;
}

section.footer .container {
    color: #777;
    line-height: 2.4em !important;

}

section.footer .container a {
    color: #999 !important;
    white-space: nowrap !important;
}

section.footer .container a:hover {
    color: #FED330 !important;
    text-decoration: none !important;
}

section.footer .container .madeby {
    padding: 0.7rem 0 0 0;
    margin: 0;
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: #fff;
    background: #252525;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #252525;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

#mainNav {
    background: #292929;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12),
    0 5px 5px -3px rgba(0, 0, 0, .4);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#mainNav.navbar-shrink {
    background: #393939;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12),
    0 5px 5px -3px rgba(0, 0, 0, .4);
}

#mainNav .navbar-brand {
    font-weight: 500;
    color: #FED330;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    display: flex;
    align-content: center;
	line-height: 30px;
}

#mainNav .navbar-brand img {
    height: 30px;
    margin-right: 7px;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: .9rem;
    font-weight: 500;
    color: #eee;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #FED330;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #FED330 !important;
    background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent;
}

header.masthead {
    margin-top: -20px;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 59px);
	background-color: #1e1d1e;
    background-image: url("../img/header.png");
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead.no-bg-image {
	background: #252525;
}

header.masthead.slim {
    height: auto !important;
    min-height: auto !important;
    padding-top: 8rem;
    padding-bottom: calc(8rem - 59px);
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
}

header.masthead p {
    font-weight: 300;
}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}

#portfolio {
    overflow: hidden;
    margin-bottom: -25px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto 25px;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(37, 37, 37, 0.7);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.text-primary {
    color: #FED330 !important;
}

.btn {
    font-weight: 700;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-xxl {
	padding: 1.4rem 4rem;
}

.btn-primary {
    background-color: #FED330;
    color: #111;
    font-size: 1.2em;
    border-color: transparent;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12),
    0 5px 5px -3px rgba(0, 0, 0, .4) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #F5C019;
    color: #000;
    border-color: transparent;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .28),
    0 3px 14px 2px rgba(0, 0, 0, .24),
    0 5px 5px -3px rgba(0, 0, 0, .8),
    0 0 25px rgba(245, 192, 25, 0.4) !important;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #F5C019;
    color: #000;
    border-color: transparent;
    box-shadow: none !important;
}

.deprecation-links {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.8em;
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-below-btn {
	color: #F5C019;
	margin: 10px 0 30px;
	font-weight: 500;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.navbar-dark .navbar-toggler {
    border: 0 !important;
    outline: 0 !important;
}



.comparison {
	font-weight: 400;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.2em;
    min-width: 420px;
    text-align: left;
    margin: 30px auto;
	padding: 0 10px;
    border-spacing: 0px;
    border-collapse: separate;

}

@media (max-width: 500px) {
    .comparison {
        min-width: auto;
		width: 100%;
    }
}


.comparison th {
    padding: 3px 3px;
    border-bottom: solid 1px #555;
    color: white;
    font-weight: normal;
    text-align: center;
    width: 70px;
	font-weight: 600 !important;
}

.comparison td {
    padding: 3px 3px;
    border-bottom: solid 1px #393939;
    color: #fff;
    text-align: center;
    width: 70px;
}

.comparison th:first-of-type,
.comparison td:first-of-type {
    text-align: left;
    width: auto;
    padding-left: 3px;
}

.comparison td a,
.comparison td a:visited,
.comparison td .key {
    color: #ccc;
}

.comparison td a:hover {
    color: #FED330;
	text-decoration: none !important;
}

.system-info {
	width: 100%;
	text-align: left;
	display: block;
	margin: 10px 0;
}

.system-info textarea {
	background: #333;
	color: #999;
	border: solid 1px #555 !important;
	padding: 5px 8px;
	text-align: left;
	width: 100%;
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
	font-family: monospace;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1em;
}

.contain-main {
	display: block;
}
.contact-bug {
	display: none;
}
.contact-payment {
	display: none;
}
.payment-instructions {
	color: #bbb;
	text-align: left;
	font-size: 15px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.payment-instructions b {
	font-weight: 600 !important;
	color: #ddd;
}
.payment-instructions h3 {
	font-weight: 600 !important;
	color: #eee !important;
}

svg.drk-check {
	fill: white;
	width: 18px;
	height: 18px;
	margin-top: 3px;
}


/* ----------------------------------------------------------------------------- */
.toucan {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 1rem;
	color: #bbb;
}

.toucan .label {
	margin-bottom: 7px;
}

.toucan a {
}

.toucan a img {
	width: 480px;
	height: 80px;
	border-radius: 4px;
	filter: brightness(0.9);
	transition: all 0.2s;
}

.toucan a img:hover,
.toucan a img:focus,
.toucan a img:active {
    filter: brightness(0.85) contrast(1.05) saturate(1.2);
	  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .28),
    0 3px 14px 2px rgba(0, 0, 0, .24),
    0 5px 5px -3px rgba(0, 0, 0, .8),
    0 0 15px rgba(100, 255, 190, 0.4) !important;
}


/* ----------------------------------------------------------------------------- */
.darkness-fixed-promo {
	z-index: 1010;
	display: flex;
	justify-content: flex-start;
	position: fixed;
	bottom: 0;
	left: 0;
}
.darkness-fixed-promo	> a {
	display: flex;
	justify-content: flex-start;
	filter: brightness(1);
	transition: filter 200ms ease-in-out;
}

.darkness-fixed-promo	> a:hover {
	filter: brightness(1.07);
	transition: filter 50ms ease-in-out;
}

.darkness-fixed-promo	> a > img {
	height: 40px;
}
