/* YOUR CUSTOM STYLES */
/*
	FST blue: #00a0e1
*/


@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');

body {
  font-family: 'Bitter', serif;
  font-weight: 400; 
 }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300; }

.navbar-brand {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2rem;
}
.top-nav-collapse {
    background-color: #00a0e1 !important; 
}
.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

h1.main-head {
	font-size: 5rem;
}
.main-head {
	text-transform: uppercase;
}
.cnt-head {
	text-transform: uppercase;
	border-bottom: 1px solid #00a0e1;
	padding-bottom: 0.5rem;
	/* margin-bottom: 1.5rem; */
	width: inherit !important;
	color: #00a0e1;
	display: table;
	/* margin: auto; */
}
.cnt-intro {
	font-size: 1.5rem;
	color: #00a0e1;	
	font-style: italic;
}
.head-center {
	margin: auto;
}


.btn-indigo {
  background-color: #37e8df; }
  .btn-indigo:hover, .btn-indigo:focus, .btn-indigo:active, .btn-indigo.active {
    background-color: #00a0e1 !important; }
  .btn-indigo.dropdown-toggle {
    background-color: #37e8df !important; }
    .btn-indigo.dropdown-toggle:hover, .btn-indigo.dropdown-toggle:focus {
      background-color: #00a0e1 !important; }
