/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
    background-color:black;
}

#myCarousel {
    min-height: 900px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}


header .logo-container {
    position: absolute;
    top: 52px;
    margin: 0 auto;
    z-index: 10;
}
.carousel-caption {
    top: 15%;
}
   padding-bottom: 30px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;
}
 
 
 .button {
    padding: 20px 60px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    outline: none;
    border: 0;
}

 .button:hover {
    color: #fff;
    text-decoration: none;
}


.main-bg {
    background: #F7323F;
}

h2, h3, h4, h5, h6, .bold-text {
    font-family: "Campton Bold", sans-serif;
}
a {
    color: white;
    text-decoration: none;
}
a {
    color: #337ab7; 
    text-decoration: none; 
}
a {
    background-color: transparent; 
}

h2, h3, h4, h5, h6, .bold-text {
    font-family: "Campton Bold", sans-serif;
}

.carousel-caption h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;
}

header p {
    font-size: 18px;
}
p {
    margin: 0 0 10px;
}


::selection {
    background: #e74c3c;
    color: #fff;
    text-shadow: none;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/slider-overlay.png) repeat;
}


.button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #ef222f;
  text-decoration: none;
}
.button:focus {
  color: #fff;
  background-color: #ef222f;
  text-decoration: none;
}
.button:active {
  color: #fff;
  background-color: #ef222f;
  text-decoration: none;
}


.carousel-caption h1{
 margin-top: 150px; 
}


@media screen and (min-width: 1200px) {
    .carousel-caption h1 {
         margin-top: 400px;
    }
}










