@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway');

h1, h3, p, t {
	color: white;
}


h1, h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}

p, t {
	font-family: 'Open Sans', sans-serif;
}

	
body 
{
	background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.samButton
{
	margin: .8em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor: pointer;
	border: 1px solid white;
	display: inline-block;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	font: sans-serif;
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 0.4s;
}

.samButton p:hover, .samButton .title:hover {
    color: #fff;
}

.samButton:hover{
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    font-weight: bold;
}	
.samButton p, .samButton .title
{
	margin: 0;
	padding: 1em;
    color: #fff;
    transition: all 0.4s ease;
}

.samButton .title {
    color: #cacaca;
}


/* Modal Stuff */
.modal-header {
    padding: 1em 1em;
    background-color: #981913;
    color: white;
}

.modal-body {
	padding: 2em 2em;
}

.modal-body p {color: black; margin: 0;}

button.close {
    color: #fff;
    font-weight: lighter;
	font-family: sans-serif;
	font-size: 2em;
	opacity: .5;
	margin: 0;
	text-shadow: 0px 2px 4px #000000;
}

button.close:hover,
button.close:focus {
    opacity: .9;
	color: #fff;
    cursor: pointer;
}

.carousel-inner img {
    width: 100%;
}

#showcase_carousel {
	background: #202020;
    background: rgba(0,0,0,0.5);
}

.carousel-caption {
	text-shadow: 1px 1px 4px #000000;
	background-color: #222222;
	background-color: rgba(0,0,0, 0.6);
}

.carousel-indicators li {
	box-shadow: 1px 1px 4px black, inset 1px 1px 1px black;
}

.bottom_link, .bottom_link > a {
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	width: 100%;
	transition: color 0.5s ease;
}

.bottom_link { 
	display: inline-block;
	text-shadow: 2px 2px 4px #000000;
}

.bottom_link > a:hover {
	text-decoration: none;
	color: #ffffff;
}
