.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #97FCF4;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 4px;
    border-radius: 1px;
}
.navbar-header {
	padding: 7px;
}
.navbar-brand > img {
	height: 77px;
    margin-top: -22px;
    margin-left: -22px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle {
	margin-right: 9px;
    margin-left: 10px;
}
.navbar-header a > i, .collapse.navbar-collapse a > i {
	color: white;
	font-size: 22px;
	padding: 20px 7px;
}
.footer a:hover > i, .navbar-header a:hover > i, .collapse.navbar-collapse a:hover > i {
	color: #9BFFF7;
}

.collapse.navbar-collapse a > i {
    margin-top: 8px;
}
.navbar.navbar-inverse.navbar-fixed-top {
	background-color: #121116;
	background-image: none;
	border: none;
	/*border-bottom: 1px solid #302F34;*/
}
body, html {
	background-color: #1A191E;
	color: white;
}
/*roboto condensed bold - main titles*/
.main-title, .area {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
}

/*oswald medium - our names*/
.names {
	font-family: "Oswald", sans-serif;
}

/*oswald bold - headline titles*/
.headline-title {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-style: italic;
}

/*roboto black - read more*/
.read-more {
	font-family: "Roboto", sans-serif;
	font-weight: bolder;
}

/*roboto regular - body text*/
body {
	font-family: "Roboto", sans-serif;
	color: white;
	/*background-color: #121414;*/
	/*background-color: black;*/
}
p {
	font-style: italic;
	font-weight: bold;
}

.blue, .blue-hover:hover {
	color: #9BFFF7 !important;
}
.purple, .purple-hover:hover {
	color: #C298F9 !important;
}
.green, .green-hover:hover {
	color: #9CFF9C !important;
}
.red, .red-hover:hover {
	color: #E25460 !important;
}
.bullet.blue {
	background-color: #9BFFF7;
}
.bullet.purple {
	background-color: #C298F9;
}
.bullet.green {
	background-color: #9CFF9C;
}
.bullet.red {
	background-color: #E25460;
}


.btn {
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	color: white;
	background-color: transparent;
	border-radius: 1px;
}

.btn-lg {
	font-size: 14px;
	padding: 10px 25px;
}
.btn-blue {
	border: 1px solid #9BFFF7;
}
.btn-blue:hover {
	color: #9BFFF7;
	background-color: black;
}
.btn-red {
	border: 1px solid #E25460;
}
.btn-red:hover {
	color: #E25460;
	background-color: black;
}
.btn-default {
	background-color: #575560;
	background-image: none;
	border: none;
	text-shadow: none;
}
.btn-default:hover {
	background-color: black;
	color: white;
}


ul.nav.navbar-nav > li {
	padding: 11px 4px;
	margin-top: 4px;
}
ul.nav.navbar-nav > li > a {
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	color: white;
	font-size: 16px;
}
ul.nav.navbar-nav > li > a:hover {
	color: #9BFFF7;
}


/*@media (max-width:768px) {*/
	.container-fluid.main {
		padding: 0px;
	}
/*}*/

.partnerships {
	padding: 30px 15%;
}
.partnerships h1 {
	font-family: "Oswald";
	font-weight: 200;
	font-size: 48px;
}
.partnerships h1 span {
	padding-bottom: 0px;
	border-bottom: 1px solid #9BFFF7;
	color: white;
}
.partnerships h2 {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
}
.partnerships img {
	display: block;
    width: 40%;
    max-width: 400px;
    margin-top: 45px;
}
.partnerships p {
	font-weight: bold;
}
.partnerships .btn {
	margin-top: 20px;
	margin-bottom: 30px;
}

.contact {
	margin-top: 50px;
	padding: 0 15%;
}
.contact input, .contact textarea {
	text-align: center;
	background-color: #121116;
	border: none;
	width: 100%;
	padding: 15px;
}
.footer input::placeholder, .contact input::placeholder, .contact textarea::placeholder {
	font-weight: bold;
	font-style: italic;
}
.contact h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 40px;
}
.contact > div > span {
	width: 50%;
    display: inline-block;
    margin: 15px -1px;
    padding: 0px 10px;
}
.contact button {
	margin: 20px 0;
}

.dark {
	background-color: #121116;
	padding: 30px;
}
.dark > span {
	max-width: 600px;
	margin: 0 auto;
	display: block;
}

.footer {
	margin-top: 20px;
}
.footer input {
	border: none;
	padding: 15px;
	background-color: #1A191E;
}
.footer button {
    padding: 14px 20px;
    font-size: 16px;
    box-shadow: none;
    margin-top: -3px;
    margin-left: 8px;
}
.footer a > i.fab {
	color: white;
    font-size: 30px;
    padding: 11px 7px;
}
@media (max-width:527px) {
	.footer a > i.fab {
		display: none;
	}
}
.footer p {
	font-weight: bold;
	padding: 10px;
	margin: 0;
}
.text-muted {
	color: #575560;
}
li.active > a {
	color: #E25460 !important;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 152px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 152px;
}

.perks {
	text-align: left;
	padding: 10px 0;
	max-width: 600px;
}
.partnerships {
	padding: 50px 15%;
	color: #575560;
	font-weight: bold;
	font-style: italic;
}
.partnerships h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 40px;
	color: white;
}
.partnerships h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	margin: 20px 0 10px 0;
}
.partnerships h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: white;
	margin: 20px 0 10px 0;
}
.partnerships img {
	width: 35%;
	max-width: 400px;
}
.partnerships ol {
    padding-left: 14px;
}
.partnerships li {
	margin-bottom: 7px;
}
.partnerships a.btn {
	margin: 15px 0;
}
.partnerships ol li a {
	border-bottom: 1px solid #E25460;
	color: #575560;
	padding-bottom: 2px;
}
.partnerships ol li a:hover {
	color: #E25460;
}

.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121116;
    text-align: center;
    max-height: initial;
	padding: 40px 25%;
}
.navbar-collapse.collapse.in li, .navbar-collapse.collapsing li {
	margin: 0;
	padding: 0;
}
.navbar-collapse.collapse.in li a, .navbar-collapse.collapsing li a {
	font-size: 30px;
	border-bottom: 1px solid #9BFFF7;
	padding: 35px 0;
	margin: 0;
}
.navbar-collapse.collapse.in li:last-child a, .navbar-collapse.collapsing li:last-child a {
	border-bottom: none;
}
.navbar-inverse .navbar-nav>.active>a {
	background-image: none;
	background-color: transparent;
}

.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}