/* red-hat-text-regular - latin */
@font-face {
	font-family: 'captainicon';
	src:url('../fonts/captainicon.eot?-1i2a56');
	src:url('../fonts/captainicon.eot?#iefix-1i2a56') format('embedded-opentype'),
		url('../fonts/captainicon.woff?-1i2a56') format('woff'),
		url('../fonts/captainicon.ttf?-1i2a56') format('truetype'),
		url('../fonts/captainicon.svg?-1i2a56#captainicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Red Hat Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/red-hat-text-v3-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Red Hat Text'), local('RedHatText-Regular'),
            url('../fonts/red-hat-text-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/red-hat-text-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/red-hat-text-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
            url('../fonts/red-hat-text-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/red-hat-text-v3-latin-regular.svg#RedHatText') format('svg'); /* Legacy iOS */
    }
    
    /* red-hat-text-700 - latin */
    @font-face {
    font-family: 'Red Hat Text';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/red-hat-text-v3-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Red Hat Text Bold'), local('RedHatText-Bold'),
            url('../fonts/red-hat-text-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/red-hat-text-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/red-hat-text-v3-latin-700.woff') format('woff'), /* Modern Browsers */
            url('../fonts/red-hat-text-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/red-hat-text-v3-latin-700.svg#RedHatText') format('svg'); /* Legacy iOS */
    }
      

html {
    scroll-behavior: auto !important;
}

body {
    background: #111;
    color: #66FCF1;
    font-size: 20px;
}

* {
    transition: .2s all;
}

#topbar {
    background: #66FCF1;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    padding: .5em;
    overflow: hidden;
}

header {
    border-bottom: solid #66FCF1 1px;
    font-weight: 300;
    color: #333;
    width: 100%;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    color: #66FCF1;
}

a:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: #66FCF1;
}

.logo img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
	h1 {
		font-size: 120%;	
		font-weight: 900;
	}
}

h1 {
    font-family: 'Red Hat Text';
    color: #66FCF1;
    text-transform: uppercase;
    font-weight: bold;
}

.slogan {
    font-family: 'Red Hat Text';
    color: #66FCF1;
    font-size: 20px;
    font-weight: 300;
}

footer {
    border-top: 1px solid #66FCF1;
    width: 100%;
}

.btn-primary {
    border: solid #00000000 2px;
    background: #66FCF1;
    color: #111;
    transition: all .4s;
}

.btn-primary:hover {
    border: solid #66FCF1 2px;
    background: none;
    color: #66FCF1;
    transition: all .4s;
}

.list-group li {
    background: none;
    border: solid #66FCF1 1px;
    color: #66FCF1;
}

.icon {
    position: relative;
    top: -3px;
    margin: 0 5px 0 5px;
}

.box {
    background: #66FCF1;
    border-radius: 7px;
    color: #111;
    padding: 1em;
}

.box a,
.box li {
    color: #111;
}

h3.have-fun {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.bg-primary {
    background: #66FCF1 !important;
    color: #111;
}

.btn-dark {
    background: #111;
}

.leform-inline input,
.leform-input {
    background: none !important;
    background-color: inherit !important;
}

.leform-inline label,
.leform-inline a,
.leform-inline i {
    color: #66FCF1 !important;
}

.leform-inline .leform-button {
    color: #111 !important;
}

.leform-inline .leform-button:hover {
    color: #66FCF1 !important;
}

.leform-cr-box label {
    background: none !important;
    border: solid #66FCF1 1px !important;
}

.leform-inline .form-control {
    background: #111 !important;
    background-color: #111 !important;
    border: solid #66FCF1 1px !important;
    color: #66FCF1 !important;
}

input {
    margin-top: 0.5rem;
}
  
input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #66FCF1 !important;
}

h3 a {
    text-decoration: underline;
}