html, body {
	height: 100%;
}

body {
  padding-top: 50px;
}

body:after{
    display:none;
    content: url('../images/doors-bright.jpg');
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	color: white;
	font-family: 'Courier New', Courier;
	outline: 0;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #fff;
	color: #e74c3c;
}
.navbar-inverse .navbar-nav>li>a.selected-tab {
	background-color: #fff;
	color: #e74c3c;
}

.navbar-inverse .navbar-brand {
	color: white;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
}

#get-involved {
	background-color: #f5f5f5;
}

#get-involved h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

#get-involved .col-md-4 p.page-descrip {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 300;
}

.jumbotron {
	background-image: url('../images/doors-bright.jpg'); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
	margin-bottom: 0px;
    text-align: center;
	color: white;
}

.jumbotron h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 52px;
}

.jumbotron h1.main-title {
	font-size: 40px;
}

.jumbotron p {
	font-weight: 100;
	padding: 0px 50px;
	font-weight: bolder;
}

.btn-lg {
	font-size: 36px;
}

.homepage {
	text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.wrapper {
	min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0px 0px -20px 0px;
    /* Pad bottom by footer height */
    padding: 0px 0px 20px 0px;
    position: relative;
}
footer {
	background-color: #e74c3c;
	text-align: center;
	color: white;
	font-family: 'Playfair Display', serif;
	font-style: italic;

	height: 20px; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#who-we-are ul{
	margin: 0px auto;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#who-we-are ul li {
	text-align: left;
	font-family: 'Courier New', Courier;
	font-variant: small-caps;
	font-size: 30px;
}

#who-we-are h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}


.homepage h2, h3 {
	color: #e74c3c;
	/*font-family: 'Arvo', serif;*/
	text-transform: uppercase;
}

.homepage h2 {
	font-size: 30px;
}

.homepage h3 {
	font-size: 26px;
}

.homepage p {
	font-weight: 300;
	font-size: 24px;
}

.homepage a {
	color: #e74c3c;
}

.homepage a:hover {
	color: #e74c3c;
	text-decoration: none;
	opacity: .8;
}

.vk-icon {
	margin-left: 10px;
}
.vk-btn {
	margin-top: 30px;
}

.homepage hr {
	border-top: 1px solid #e74c3c;
    width: 160px;
    margin-top: 15px;
}

/* examples page */
.door-imgs .row {
	margin-bottom: 15px;
}

.door-imgs a {
	display: block;
	cursor: default;
}

.door-imgs a:active, .door-imgs a:focus {
	outline: 0;
}

.door-imgs a:hover {
	opacity: 1;
}

.door-imgs a img {
	max-width: 90%;
	max-height: 220px;
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px;
}

.door-imgs a img:hover {
	cursor: zoom-in;
	opacity: .85;
}

.spinner {
	margin-bottom: 40px;
	color:black;
}

/* examples modal*/

.modal.fade {
  opacity: 1;
}

.modal.fade .modal-dialog, .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#image-modal {
	margin: 0 auto;
	display: block;
}

#image-modal .modal-content {
	height: 95%;
	margin: 0 auto;
	background-color: black;
	color: white;
}

#image-modal .modal-dialog {
	height: 95%;
	margin: 0 auto 0 auto;
}

#image-modal .modal-header {
	border-bottom: none;
}

#image-modal .modal-body {
	height: 94%;
}

#image-modal .close {
	opacity: 1;
	color: white;
}

.modal-header .close {
    margin-top: -31px;
}

#image-modal .close:active {
	outline: 0;
}

#image-modal img {
	margin: 0 auto;
	padding: 10px;
	max-height: 95%;
	display: block;
}

#image-modal .modal-header {
	text-align: center;
}

.arrow {
	color: white;
}

.arrow:first-child {
	margin-right: 13px;
}

.arrow:hover, .arrow:active, .arrow:focus {
	outline: 0;
	color: white;
}

/* instruments page */

.instrum-slider {
	margin: 0px auto;
}

.instrum-slider img {
	display: block;
	margin: 0px auto 15px auto;
	max-height: 400px;
}

.instrum-slider .arrow, .instrum-slider .arrow:active, 
.instrum-slider .arrow:hover, .instrum-slider .arrow:focus {
	color: black;
	opacity: 1;
}

.arrow-container {
	width: 53px;
    margin: 0px auto 0px auto;
}

.instrum-slider .arrow-container {
	margin-bottom: 10px;
}

.instrum-slider .instrum-descrip {
	width: 70%;
    margin: 0px auto;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}

/* About company */


.cert {
	display: block;
	margin: 0px auto;
	height: 85vh;
	width: auto;
}

/* Responsive styling */
@media (min-width: 992px) and (max-width: 1182px) {
	.jumbotron h1 {
		font-size: 33px;
	}

	.jumbotron h1.main-title {
		font-size: 33px;
	}

	#who-we-are ul {
    	width: 72%;
    }

    #who-we-are ul li {
    	font-size: 21px;
    }

    #get-involved .col-md-4 p.page-descrip {
		font-size: 17px;
	}

	#get-involved .col-md-4 h3 {
		font-size: 23px;
	}

	.homepage .instrum-descrip {
    	font-size: 19px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
	.navbar-inverse .navbar-nav>li>a {
	   font-size: 15px;
	   /*color: white;*/
    }

    .jumbotron h1 {
		font-size: 33px;
	}

	.jumbotron h1.main-title {
		font-size: 30px;
	}

    #who-we-are ul {
    	width: 82%;
    }
    #who-we-are ul li {
    	font-size: 21px;
    }

	.jumbotron p {
		padding: 0px 10px;
		font-size: 20px;
	}

	#get-involved .col-md-4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#get-involved .col-md-4 h3 {
		font-size: 23px;
	}

	.homepage .instrum-descrip {
    	font-size: 18px;
    }
}

@media (min-width: 361px) and (max-width: 768px) {
	.jumbotron h1 {
		font-size: 24px;
	}

	.jumbotron h1.main-title {
		font-size: 24px;
	}

	.jumbotron p {
		padding: 0px;
		font-size: 16px;
	}

	#get-involved .col-md-4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.btn-lg {
		font-size: 18px;
	}

    .vk-btn {
		margin-top: 20px;
	}

	.homepage p {
		font-size: 18px;
	}

    #who-we-are ul li {
    	font-size: 17px;
    }

    #who-we-are h2 {
    	font-size: 20px;
    }

    #get-involved .col-md-4 p.page-descrip {
		font-size: 15px;
	}

	#get-involved .col-md-4 h3 {
		font-size: 20px;
	}

	.homepage .instrum-descrip {
    	font-size: 17px;
    }
}

@media (max-width: 360px) {
	.jumbotron h1 {
		font-size: 20px;
	}

	.jumbotron h1.main-title {
		font-size: 20px;
	}

	.jumbotron p {
		padding: 0px;
		font-size: 16px;
	}

	#get-involved .col-md-4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.btn-lg {
		font-size: 14px;
	}

    .vk-btn {
		margin-top: 20px;
	}

	.homepage p {
		font-size: 18px;
	}

    #who-we-are ul li {
    	font-size: 16px;
    }

    #who-we-are h2 {
    	font-size: 20px;
    }

    #get-involved .col-md-4 p.page-descrip {
		font-size: 15px;
	}

	#get-involved .col-md-4 h3 {
		font-size: 18px;
	}

	#get-involved .col-md-4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.homepage .instrum-descrip {
    	font-size: 15px;
    }
}

@media (max-width: 766px) {
	.door-imgs a img {
		min-height: 290px;
	}
}

@media (max-width: 500px) {
	.door-imgs .row a {
       pointer-events: none;
       cursor: default;
    } 
}

@media (max-height: 600px) {
	.instrum-slider img {
		max-height: 300px;
	}
}

@media (min-height: 300px) and (max-height: 599px) {
	.instrum-slider img {
		max-height: 200px;
	}
}