body {
	background-color: #a6a4b2;
	color: #c0ee1a;
	font-family: 'helvetica', sans-serif;
	font-weight: bold;
}


.btn-primary {
  background-color: #2932b8;
  border: none;
}

a {
  color: #07152c;
}
a:hover {
  color: #07152c;
}

canvas {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  pointer-events: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.container-fs {
  min-height: 100vh;
}

.carousel {
  height: 750px;
  margin-top: 20px;
}

.carousel img {
  max-width: 100%;
  max-height: 550px;
}

.carousel-indicators {
  bottom: 0;
}


h1 {
  font-size: 80px;
  font-weight: bold;
} 

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 200px;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 200px;
  }
}


p{
  padding-top:20px;
  padding-bottom:30px;
  color: #07152c;
}

h2{
  color: #c0ee1a;
  font-size: 30.5pt;
  position: relative;
  font-weight: bold;
}
span{
  color: #07152c;
  font-size: 30pt;
  position: absolute;
  top: 5px;
  left: 5px;
}


