/*
 * Globals
 */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #000;
  background-color: #cc0000;
  padding-top: 40px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  	margin-top: 0;
}
h1 {
	font-weight: bold;
	font-size: 36px;
    line-height: 1;
	color: #fff;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.preview {
    margin-bottom: 40px;
}

.preview a:link, .preview a:visited, .preview a:active {
	color: #fff;
    text-decoration: none;
    border-bottom: none;
    font-weight: normal;
    font-style: italic;
}
.preview a:hover {
	color: #fff;
    text-decoration: none;
    border-bottom: 2px dotted #fff;
    font-weight: normal;
    font-style: italic;
}
.modal-content {
    background-color: #cc0000;
    border-radius: 0;
}
.modal-body {
    padding: 0;
}
.smaller {
    font-size: 90%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
@media (min-width: 768px) {
body {
    padding-top: 70px;
    font-size: 32px;
    }
h1 {
    font-size: 42px;
}
.modal-dialog {
        max-width: 700px;
    }
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}
}

@media (min-width: 992px) {
.modal-lg {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
h1 {
font-size: 48px;
}
.modal-lg {
    width: 90%;
        max-width: 1400px;
    }
}



/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {

}


/*
 * Header
 */

@media (min-width: 768px) {

}

@media (min-width: 992px) {
 
}


/*
 * Nav overrides and customisation
 */


@media (min-width: 768px) {

}

@media (min-width: 992px) {
 
}


/*
 * Content
 */

@media (min-width: 768px) {

}

@media (min-width: 992px) {
 
}



/*
 * Footer
 */

@media (min-width: 768px) {

}

@media (min-width: 992px) {
 
}