/*!
 * EXTRAS 
 */

@font-face {
  font-family: BalooDa2;
  src: url('BalooDa2-Regular.ttf') format('truetype');
}

@font-face {
  font-family: BalooDa2;
  src: url('BalooDa2-Bold.ttf') format('truetype');
  font-weight: bold;
}

html {
  font-family: BalooDa2, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
}

body {
  font-family: BalooDa2, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
}
.navbar {
  font-size: 24px !important;
}

.navbar-brand {
  font-weight: bold !important;
  font-size: 24px !important;
}
.live-section {
  background-color:#EEE !important;
}
.contact-section {
  background-color:white !important;
}

section h1 {
  font-weight:bold !important;
}

@media (max-width: 768px) {
  .welcome-section {
  padding-top:70px !important;
  }
}  
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 750px;
  }
}
