/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: Helvetica,Arial,sans-serif;
    background: url('../img/darkstage.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #C6AC95;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #F7F0E0;
}

hr {
    max-width: 400px;
    border-color: #F7F0E0;
}

.brand,
.address-bar {
    display: none;
}

nav {
	background: rgba(97, 65, 71,0.9);
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-dark .navbar-brand {
	color: #F7F0E0;
}

.navbar-dark {
	background-color: #1B1005;
}

.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 {
    color: #F7F0E0;
}


.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #F7F0E0;
}

.box {
	width: 100%;
    margin-bottom: 20px;
    padding: 30px 15px;
	background: rgba(97, 65, 71,0.9);
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
	width: 100%;
	background: rgba(97, 65, 71,0.9);
}

footer .copyright {
    margin: 0;
    padding: 20px 0;
	color: #C6AC95;
}

ul.icons {
    padding: 20px 0;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25em 0 0;
    font-size: 1.75em;
}

ul.icons li a {
    text-decoration: none;
}

.carousel {
	margin-top: 2%;
	background-color: rgba(0,0,0,0.1);
}

.carousel-caption {
	color: #F7F0E0;
}

.carousel-item {
	width: 100%;
	max-height: 480px;
}

.carousel-item > img {
	object-fit: contain;
	width: 1080px;
	height: 480px;
}

.subtitle {
	margin: 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: rgba(0,0,0,0.1);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	text-shadow: 3px 3px black;
}

.card-img-overlay {
	opacity: 0;
	color: #F7F0E0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0));
	transition: opacity 0.3s;
	border-radius: 3px;
}.card-img-overlay:hover, .card-img-overlay:active {
	opacity: 1;
	transition: opacity 0.3s;
}

.card-text {
	color: #F7F0E0;
}

.linkButton, .linkButton:hover, .linkButton:active {
	text-decoration: none;
	color: #F7F0E0;
}

.card {
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	max-height: 720px;
}

.card > img {
	object-fit: contain;
	max-width: 100%;
	height: 480px;
}

.btn-secondary {
    color: #F7F0E0;
	background: #3B2D20;
	border-color: #372A1D;
}

.h2, h2 {
	font-size: 1.35rem;
}

.logo {
	width: auto;
	max-height: 5vh;
}

.logo-inline {
	height: auto;
	max-width: 150px;
	margin: 5px;
	padding: 0;
}
	
div#contact p {
	width: 100%;
}

@media screen and (min-width:768px) {
	.logo {
		width: auto;
		max-height: 35vh;
	}
	
	.logo-inline {
		display: none;
	}
	
	.h2, h2 {
		font-size: 2rem;
	}
	
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #F7F0E0;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #F7F0E0;
    }
	
	.carousel-item {
		max-height: 720px;
	}

	.carousel-item > img {
		height: 720px;
	}
	
	.card > img {
		height: 720px;
	}
}

@media screen and (min-width:1200px) {
	.logo {
		width: auto;
		max-height: 45vh;
	}
	
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
