/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#main-carousel {
    z-index: 1;
}
.modal {
    z-index: 100000;
}
#main-carousel:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(127, 127, 127, 0.6);
	background-image: radial-gradient(black 33%, transparent 33%);
	background-size: 3px 3px;
}

.center-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 450px;
    padding: 65px 45px;  
    color: white;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    background-color:rgba(0, 0, 0, 0.8);
}
.btn-warning {
    background-color: #fba100;
    border-color: #fba100;
    color: white;
}
h1 {
    font-size: 4rem;
}

@media (min-width: 768px) {
    .center-container {
        width: 652px !important;
    }
    h1 {
    font-size: 3.25rem;
    }
    
}
@media (max-width : 768px) {
    .center-container {
      width: 85% !important;
    }
    h1 {
    font-size: 2.25rem;
    }
}