@font-face {
    font-family: 'Burst_My_Bubble';
    src: url('../font/BurstMyBubble.woff2') format('woff2'),
        url('../font/BurstMyBubble.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


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


/*.mt-4, .my-4 {
    margin-top: 7.5rem!important;
}
*/
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    text-decoration: underline;
    color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000 !important;
}

.menubar {
  font-family: 'Burst_My_Bubble'; font-weight: normal; font-style: normal;
  font-size: 1.7em;

}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    /*background-color: #e9ecef;*/
    background-image: url("../img/test1.jpg") !important;
    border-radius: .3rem;
}

header {
  height: 500px !important;
}

.display-3 {
    font-size: 8.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #FFFFFF;
    /* text-transform: uppercase; */
    font-family: 'Burst_My_Bubble';
    font-weight: normal;
    font-style: normal;
}

.lead {
    font-size: 1.9em;
    font-weight: 300;
    font-family: 'Burst_My_Bubble';
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
}

h2.article {
	font-size: 2.0rem;
	font-family: unset !important;
}

.h2, h2 {
    font-size: 2.5rem;
    font-family: 'Burst_My_Bubble';
}

h1, h1.title {
	font-size: 3.5rem;
    font-family: 'Burst_My_Bubble';
}

.h5, h5 {
	font-weight: 800;
	font-size: 1.6rem;
    font-family: 'Burst_My_Bubble';
}


.h6, h6 {
	font-weight: 800;
	font-size: 1.3rem;
    font-family: 'Burst_My_Bubble';
}


.h4, h4 {
	font-size:2.0rem;
	font-weight: 800;
	font-family: 'Burst_My_Bubble';
}


p.footertext {
	font-size: 1.4rem;
	font-weight: 500;
    font-family: 'Burst_My_Bubble';
}

p.playertext {
	font-size: 1.8rem;
	font-weight: 500;
    font-family: 'Burst_My_Bubble';
}



.header_logo{width: 70%;}
.page_logo{width: 50%;}



/* AUTOTYPE CSS */

.text-js{
  opacity: 0;
}
.cursor{
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: -5px;
  width: 2px;
  /* Change colour of Cursor Here */
  background-color: white;
  z-index: 1;
  animation: flash 0.5s none infinite alternate;
}
@keyframes flash{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: unset;
    border-bottom: 1px solid rgba(0,0,0,.125);
}


h1.locationName.ng-binding {
    width: 5.25rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.8em;
    margin: 0;
    font-weight: 900;
    display: none !important;
}






