/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	color: #3B161F !important;
	background: #fff;
	font-family: 'Poppins',sans-serif;
	    overflow-x: hidden;
		font-size: 16px;
		    line-height: 160%;
    word-wrap: break-word;
    letter-spacing: 0.04em;
}


@media (min-width: 640px) {
	body {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1440px;
	}
}


body:before{
	display: none !important;
}

#page {
	width: 100%;
}

.head-subline {
    font-size: 21px;
}

@media (min-width: 960px) {
	.head-subline {
		font-size: 29px;
	}
}

.uppercase {
	text-transform: uppercase;
}

.anchor {
    display: block;
    position: relative;
        top: -302px;
	visibility:hidden;
	flex: 0 0 100%;
}

.border-5 {
	border: 5px solid #fff;
}

.red {
	color: #a60000;
}

i {
    font-style: unset;
}

.logo img {
	max-width: 200px;
	padding: 20px 0 0;
}

@media (min-width:500px) {
	.logo img {
		max-width: 300px;
	}
}


@media (min-width:660px) {
	.logo img {
		padding: 20px 0;
		max-width: 100%;
	}
}

@media (min-width:1024px) {
	.logo img {
		padding: 50px 0 20px;
	}
}


nav > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}



nav ul li a {
	color: #405553;
	font-size: 20px;
	font-weight: 900;
}

nav ul li a:hover {
	color: #609994;
	text-decoration: none;
}

header {
	margin-bottom: 130px;
}

@media (max-width: 1090px) {
	nav ul li a i {
		display: none !important; 
	}
	
	nav ul > li >  ul a{
		font-weight: normal;
		font-size: 25px;
	}
}

nav ul > li >  ul {
	display: none;
	list-style: none;
		padding: 0;
		margin: 0;
}

@media (max-width:1320px) {
	nav ul > li >  ul {
		display: block;
	}
}


@media (min-width:1321px) {
	
	
	nav ul li{
		position: relative
	}
	
	nav ul li:hover ul {
		display: block;
		position:absolute;
		background: #fff;
		z-index: 100;
		width: 250px;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px;
		-webkit-box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26); 
		box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26);
	}
	
	
	nav ul li ul li a {
		font-size: 18px; 
		font-weight: normal;
		padding: 5px;
		width: 100%;
	}
	
	nav ul li ul li a:hover {
		background: #E4C9D1;
		color: #842F42 !important;
	}

	
	
	nav ul li a {
		background: transparent;
		transition: all ease-in-out .3s;
		background-position: center center;
		padding: 0 15px;
	}
	
	nav ul li a:not(.social):hover,
	nav ul li a:not(.social).active	{
		color: #609994;
		transition: all ease-in-out .3s;
	}
	
	
}

@media (min-width:1430px) {
	nav ul li a {
		font-size:22px;
	}
	

}

.social-links {
	margin: 0;
	padding: 0;
	right: 0;
	top: 20%;
	list-style: none;
	position: fixed;
	z-index: 100;
}

.social-links li a {
	background: #842F42;
	color: #fff;
	margin-bottom: 5px;
	width: 50px;
	height: 50px;
	display: block;
	text-align:center;
	line-height: 50px;
	transition: all ease-in-out .3s;
	-webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.26); 
	box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.26);
}

.social-links li a:hover {
	background: #BC8293;
	color: #fff;
	transition: all ease-in-out .3s;
}


img {
	max-width: 100%;
	height: auto;
}


@media all and (max-width: 844px) {
	
.btn {font-size: 13px; }
}

.btn-primary {
	background: transparent;
	color: #7C2C3B;
	text-transform: uppercase; 
	border: unset;
	box-shadow: unset;
	border-radius: unset;
	margin: 0 auto;
	padding: 0;
	font-weight: 600;
	transition: ease-in-out all .3;
	border-bottom: 5px solid #B6788A;
	transition: all ease-in-out .3s; 
}

.btn-secondary {
	border-radius: 2px;
	text-transform: uppercase; 
	margin-top: 15px;
}

.btn-primary.small, .btn-secondary.small {
	    font-size: 13px;
    padding: 7px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background: transparent;
	transition: ease-in-out all .3;
border: none;
box-shadow: inherit;

	border-bottom: 5px solid #8D2C3B;
	transition: all ease-in-out .3s; 
}


.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: inherit;
}

.btn-secondary.focus, .btn-secondary:focus {
	    box-shadow: inherit;
}

body:before {
	content: "";
	background: rgba(255,255,255,.6);
	width: 100%; 
	height: 100%;
	display: block; 
	position: fixed;
	top: 0;
  bottom: 0;
}
body:not(.theme-preset-active) #page-sub-header h1 {
	color: #c1889b;
	text-shadow: unset;
	font-size: 30px !important;
}

body:not(.theme-preset-active) #page-sub-header h1 a {
	align-self: center;
	font-weight: 600;
}



header#masthead {
	background: #cdadb2; 
}


.head-contain h1 a {
	color: #009386;
}
body:not(.theme-preset-active) #page-sub-header {
	  background: transparent;

}



h1, h2, h3, h4, h5, h6 { 
	font-weight: 600;
	font-size:34px;
	margin-top: 0;
	color: #792A3C;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
    letter-spacing: 1px;
	color: #792A3C;
}

@media all and (max-width: 844px) {
.h1, h1 {
	    font-size: 1.3rem;
}

h2 {
	font-size: 1.3rem;
}
}
h2 {
	margin-bottom: 35px;
}
a {
	color: #a60000;
    font-weight: 500;
    position: relative;
    display: inline-block;
	transition: ease-in-out all .3;
}

a.underline-link:after {
	content: "";
    width: 100%;
    height: 2px;
    background: #842f42;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
	
	transition: ease-in-out all .3;
}

a.underline-link:hover {
	text-decoration: none;
	color: #842f42;
	transition: ease-in-out all .3;
}

a.underline-link:hover:after {
    background: #c1889b;
	transition: ease-in-out all .3;
}

a:active,
a:hover {
	cursor: pointer;
	color: #eb3127;
}

h3 {
	font-size: 25px;
	color: #fff;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}

h4 {
	font-size: 18px;
}
#toggle {
  display: none;
}

.nav-wrapper {
margin: 0 auto;
width: 100%
}


@media all and (max-width: 1200px) {


/**
  Hamburger
**/
.hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-left: -2em;
  width: 2em;
  height: 45px;
  z-index: 105;
}

.hamburger div {
	position: relative;
    width: 27px;
    height: 5px;
    background-color: #a60000;
    margin-top: 5px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
nav {
  text-align: center;
  padding-top: 4rem;
}

nav ul {
	flex-wrap: wrap;
}

nav ul li {
	width: 100%;
	flex: 0 0 100%;
}

nav ul li a {
  position: relative;
  text-decoration: none;
  color: #405553;
  display: block;
  width: 100%;
  font-size: 29px;
  margin-bottom: 15px;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}

nav ul li a i {
	display: none;
}



nav ul li a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -5px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
  z-index: 100;
}

}	

/* HOME */

.index-headline {
	flex: 0 0 100%;
	width: 100%;
}

.index-img,
.index-text {
	flex: 0 0 50%;
	width: 50%;
	padding: 0 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 920px) {
.index-img,
.index-text {
	flex: 0 0 100%;
	width: 100%;
	padding: 0 15px;
}

}


/* MEMBERS */

.member-img{
	position: relative;
}

.member-img img {
	width: 100%;
	height: auto;
}

.member-img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/template/pictureframe.png); 
	background-size: contain;
	z-index:10;
}

.member-social {
	position:absolute;
	z-index:15;
	color: #fff;
    top: 30px;
    left: 27px;
    font-size: 30px;
}

.member-social a {
	color: #fff;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 2px #a60000;
	transition: ease-in-out all .3s;
}

.member-social a:hover {
	color: #a60000;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 2px #ffffff;
	transition: ease-in-out all .3s;
}

.member-name {
	font-size: 21px;
	margin-bottom:30px;
	margin-top: 15px;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.member-name {
		font-size: 35px;
	}
}

.rose { 
	margin-bottom: 30px;
	background: #E3C9D1;
	padding: 1.5rem 1rem;
	-webkit-box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26); 
	box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26);
	margin-top: -100px;
}

.unrose {
	margin-top: 0;
	padding: 0.2rem 1rem;
}

.rose > div {
align-self: center;
}

.dark-rose {
	background: #792A3C;
	color: #fff;
	padding: 1.5rem 1rem;
	-webkit-box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26); 
	box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26);
	text-align: center;
	margin-bottom: 30px;
}

.dark-rose h2 {
    color: #E2C8CF;
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 15px;
}

.dark-rose .btn-primary {
	color: #E2C8CF; 
	border-color: #fff;
	transition: all ease-in-out .3s;
}

.dark-rose .btn-primary:hover {
	color: #fff;
	border-color: #E2C8CF;
	transition: all ease-in-out .3s;
}

@media (min-width: 921px) {
	.dark-rose {
		width: 48%;
		flex: 0 0 48%;
	}
	
	.dark-rose.undark-rose{
		width: 100%;
		flex: 0 0 100%;
	}
	
}

.member-text-wrapper {
	padding: 15px;
}

.member-text-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.member-text-wrapper ul li:before {
	content:"\f54c";
	margin-right: 5px;
	font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}

.question-box {
	margin-bottom: 15px
}

.question-box:last-child {
	margin-bottom: 0;
}

.question {
	font-size: 18px;
	color: #a60000;
	font-weight: 700;
}

.answer {
	font-size: 18px;
	color: #fff;
}



.charity-text,
-charity-img {
	width: 48%;
	flex: 0 0 48%;
}

.charity-headline {
	width: 100%;
	flex: 0 0 100%;
}

.charity-table {
	width: 100%;
}

.charity-table td{
	padding: 0 5px;
}

.charity-table .header-table {
	font-weight: bold;
	color: #caa84a !important;
}

.charity-table tr:nth-child(odd) {
	background: rgba(255,255,255,12%);
}

.card-body {
	background: transparent;
	padding: 0;
}

.charity-table td:nth-child(odd) {
	width: 80%;
}

.charity-table td:nth-child(even) {
	width: 20%;
}
.modal-content {
background: black;
font-size: 22px;
}

.modal-content a {
font-weight: bold;
}

.modal-header {
	display: none;
}

section {
	padding-bottom: 30px;
}

#primary {
background: rgb(133,54,75);
background: linear-gradient(180deg, rgba(133,54,75,1) 0%, rgb(190 129 147) 100%);
}

#primary > .container >.row >.col-12 {
position:relative;
}

.green-teaser {
	width: 100%;
	flex: 0 0 100%;
	-webkit-box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26);
	background: #47605d;
	color: #fff;
	margin-bottom: 30px;
}

@media (min-width: 845px) {
	.green-teaser {
		width: 48%;
		flex: 0 0 48%;
	}
}

@media (min-width: 1092px) {
	.green-teaser {
		width: 30%;
		flex: 0 0 30%;
	}
}

.green-teaser h2 {
	color: #d7e0df;
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 20px;
}

.green-teaser .text-box {
	padding: 0 20px;
}

.green-teaser .btn-primary {
	color: #fff;
	border-color: #d7e0df;
}

#teaser, #council, #savefile-worlds, #minecraft-creations {
	background: url(../img/template/cloud_pattern.jpg) #BE8193;
}

#teaser .d-flex {
	justify-content: space-around;
}

@media (min-width: 1092px) {
	#teaser .d-flex {
		justify-content: space-between;
	}
}

.gm-text-box {
    color: #fff;
	background: #6C2537;
    padding: 30px;
    height: 100%;
    margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.26);
}

.bottom-spacer {
    margin-bottom: 30px;
}

.gm-text-box img {
    width: 250px;
    height: 250px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.gm-text-box > div {
		width: 100%;
		flex: 0 0 100%;
}


.social-link:hover {
	color: #E6CFD6;
}

.social-link {
	color: #c1889b;
}

.fab, .fa-brands {
    font-size: 28px;
	line-height: 50px !important;
}

.gm-text-box .fab, .gm-text-box  .fa-brands {
    margin-right: 10px;
}


#savefile-worlds  .savebox-wrapper {
	margin-bottom:30px;
}

.save-box {
height: 100%;
margin-bottom: 15px;
padding: 15px;
}

.save-box .group-wrap {
display: flex;
justify-content: space-between;
}

.save-box .group-wrap img {
	border-radius: unset;
}

.save-box .group-wrap a img {
	width: 100%;
}

.save-box .group-wrap a {
	padding: 0;
	flex: 0 0 32%;
	width: 32%;
}

.save-box.d-flex {
flex-wrap: wrap;
}

#savefile h3 {
	margin-bottom: 15px;
}


#savefile h4 {
	margin-bottom: 5px;
}

#savefile .col-md-2 {
	margin-bottom: 25px;
}

#savefile-gallery .group-wrap a img {
border-radius: unset;
margin-bottom: 20px;
}

#savefile-gallery {
	background: #d8b2bf;
}

.blog img.neighborhood {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	max-width: 385px;
	width:100%;
	
    display: block;
	margin: 0 auto 15px !important;
}

.blog img.neighborhood.color {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.packs_needed {
	width:40px;
	margin-bottom: 10px !important;
	display: inline-block;
}

.sims-ul {
	list-style: none;
	padding-left: 0;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;	
    width: 100%;
}

.sims-ul li {
    width: 100%;
    text-align: center;
}


.flex-100 {
	flex: 0 0 100%;
	width: 100%;
}

@media all and (min-width: 1200px) {
	.flex-lg-30 {
		flex: 0 0 33%;
		width: 33%;
	}
	
	.flex-lg-70 {
		flex: 0 0 63%;
		width: 63%;
	}
}

.save-logo {
	border-radius: 20px;
}

.save-text-box,
.logo-img-box {
	width: 49%;
	flex: 0 0 49%;
}

@media all and (max-width: 660px) { 

.save-text-box,
.logo-img-box {
	width: 100%;
	flex: 0 0 100%;
}

.justify-content-between.intro {
	flex-wrap:wrap;
}

}

.group-wrap a {
padding: 10px;
}
.group-wrap a img {
	border-radius: 50%;
	margin-bottom: 20px;
}

#savefile-gallery {
	padding: 50px 0;
}

.ico {
	width: 100px;
	display:block;
	margin: 15px auto;
}

.back-to-top {
	font-size: 40px;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center; 
	line-height: 50px;
	border-radius: 50%;
	bottom: 15px;
	right: 15px;
	position: fixed;
	z-index: 90;
}

footer {
	opacity: 80%;
}