/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.fbband {
  position: relative;
  top: 5%;
  z-index: 2000;
  margin-left: auto;
  max-width: 720px;
  text-align: center;
}*/

.fbband {
  /*text-align: center;*/
  margin-left: auto;
  margin-right: 0;
  width: 325px;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.socband {
  /*text-align: center;*/
  margin-left: auto;
  margin-right: 0;
  /*width: 325px;*/
  position: absolute;
  z-index: 20;
  /*right: 200px;*/
  /*top: 58%;*/
  left: 0;
  background: rgba(0, 0, 0, 0);
  padding: 10px 20px;
  /*opacity: .8;*/
  color: white;
}
.about-container{
	position: absolute; right: 0; top: 490px; background: rgba(255,255,255,0.8); width: 325px;
}
.pad-30{
	padding: 15px;
}
@media (max-width:1023px){
	.fbband {
		display: none;
	}
	.desktop-instagram {
		display: none;
	}
	.mobile-instagram {
		display: block !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		max-height: 600px !important;
		height: auto !important;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 20px !important;
	}
	.fordp {
		margin-bottom: 30px;
	}
	.mobile-fb-page {
		display: block;
	}
}

@media (max-width:767px){
	.about-container{
		width: 100%;
		position: static;
		float: left;
		margin-top: 30px;
	}
.pad-30{
	padding: 0 20px;
}
	.socband {
		margin-left: 0;
		margin-right: auto;
		/*width: 200px;*/
		position: absolute;
		/*top: 65%;*/
		/*opacity: .8;*/
		background: rgba(0, 0, 0, 0);
		left: 0;
		color: white;
	}
	.quotesize {
		font-size: 15pt;
	}
}

@media (min-width:1024px){
	.fordp {
		display: none;
	}
	.mobile-fb-page {
		display: none;
	}
	.mobile-instagram {
		display: none;
	}
	.desktop-instagram {
		display: block !important;
		visibility: visible !important;
		position: fixed !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 1050px !important;
		width: 325px !important;
		margin: 0 !important;
		right: auto !important;
		z-index: 100 !important;
		opacity: 1 !important;
	}
	.fbband .desktop-instagram {
		position: fixed !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		right: auto !important;
		visibility: visible !important;
		z-index: 100 !important;
	}
	.fbband {
		display: block;
		height: auto;
		gap: 0;
		overflow: visible;
	}
	.fbband .fb-page {
		margin-bottom: 0;
		display: block !important;
		visibility: visible !important;
		min-height: 465px;
	}
	.fb-page {
		display: block !important;
		visibility: visible !important;
	}
	.about-container {
		top: 500px;
		z-index: 15;
	}
}

.quotesize{
	text-shadow: #000 2px 2px 2px;
}
