.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
body{
	font-family: "Poppins", sans-serif;
	background:#371e05;
	background-image:url("https://blspnm.com/mnhs/images/bg1.jpg");
	background-size: 800px;
	
	color: #FFF;
}
h1{
	font-weight: 900;
}
a{
	color:#b1600e !important;
}

.wrapper{
	width: 100%;
	max-width: 1056px;
	margin: auto;
}
.wrapper2{
	width: 100%;
	max-width: 1600px;
	margin: auto;
}
	#main strong{
	}
	#main p{
		color:#e3af7b;
		margin: 0;
	}

hr.alt{
	border:0;
}

.cursive{
	font-family: "Great Vibes", cursive;
	font-weight: 400;
    font-size: 3em;
}
.cursive ~ small{
    font-weight: 900;
    margin-top: -20px;
    text-transform: uppercase;
    font-size: 130px;
    white-space: nowrap;
    color: rgba(203, 110, 18,0.35);
	/*color:rgba(48, 23, 3,0.75);*/
    display: block;
    position: absolute;
    width: 100%;
    top: 6%;
    left: 0;
    text-align: center;
	z-index: -1;
}
.gradient-text1 {
    display: block;
    background: -webkit-linear-gradient(45deg, rgb(222 131 11) 0%, rgb(247 229 116) 50%, rgb(183 86 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
	padding-top: 10px;
	padding-bottom: 10px;
}

.butt1{
	background: -webkit-linear-gradient(45deg, rgb(222 131 11) 0%, rgb(247 229 116) 50%, rgb(183 86 0) 100%);
    padding: 5px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    color: #FFF !important;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}

#reviewText{
    padding: 10px;
    background: #391a08;
    border: 1px solid #f0c956;
    width: calc(100% - 20px);
    max-width: 300px;
	font-size: 18px;
    color: #f0c956;
}
#reviewText::placeholder{
	color: #9d7500;
}

input.butt1{
	border:0;
	display: block;
	font-size: 16px;
	text-shadow: none;
	padding:10px 20px !important;
	color:#391a08 !important;
	background: #f7e574;
	width: calc(100% - 20px);
    max-width: 300px;
}

#review{
	width:100%;
	max-width: 500px; 
}
#socialnetworks{
	text-align:center;
	display: inline;
    vertical-align: middle;
}
#socialnetworks a{
	text-decoration: none;
	margin: 5px;
}
#socialnetworks a i.fa-facebook {
    background: #4465a4;
}
#socialnetworks a i.fa-youtube{
    background: #ff0000;
}
#socialnetworks a i.fa-spotify{
	/*
    padding: 0;
    font-size: 55px;
    color: #1ed760;
    background: #000;
    box-shadow: inset 0 0 0 5px #4c2506;
	*/
    padding: 0;
    font-size: 55px;
	line-height: 35px;
	background:#000;
	color:#1ed760;
}
#socialnetworks a i {
    font-size: 30px;
    width: 55px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-radius: 100px;
    opacity: 0.85;
    color: #FFF;
}

iframe{
	width:100%;
	max-width:1056px;
}
#nav{
	display:inline;
}
#nav a{
	margin:5px;
}

#gallery a{
	display: block;
	width: 25%;
	height:auto;
	position: relative;
}
	#gallery a img{
		
		width:100%;
		height:auto;
		
	}

.gallery.big img{
	width:100%;
}

@media only screen and (max-width: 600px){
	.videos div{
		display:inline-block;
		width: calc(50% - 20px);
	}
	iframe{
		height: 300px;
	}
}


@media only screen and (max-width: 600px){
	#socialnetworks{
		margin: 5px;
		display: block;
	}
	.cursive{
		line-height: 1em;
		font-size: 2em;
	}
	.cursive ~ br{
		display:none;
	}
	.cursive ~ small{
		top: 9%;
		/*margin-top: -10px !important;*/
	}
	.flipper-group label {
	  font-size: 30%;
	}
	#gallery a{
		display: inline-block;
		width: 33%;
		margin: 1px;
	}
}





