@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
body {
	margin: 0;
	padding: 0;
	width: 100%;
    height: auto;
    background: url(background.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.greeding{
	background: #ffffff9e;
	padding: 20px 0;
	border-radius: 20px;
	width: 40%;
	margin: 0 auto;
}
.text-background {
	background: white;
    border-radius: 10px;
    border: 2px solid black;
    padding: 0px 6px 4px;
    width: 72%;
    display: inline-block;
}
.text-background2 {
	background: white;
    border-radius: 10px;
    border: 2px solid black;
    padding: 0px 6px 4px;
}
#musicvideo {
	background: #ffffff9e;
    background-size: auto;
}
#papercraft {
	background: #ffffff9e;
    background-size: auto;
}
.musicvideoframe {
	width: 320px;
	height: 180px;
	padding-top: 20px;
}
#desktop-menu {
	background: #ff99be;
	position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}
#desktop-menu ol{
	margin: 0;
	padding: 0;
	text-align: center;
    list-style: none;
}
#desktop-menu li{
	font-family: 'Itim', sans-serif;
	display: inline-block;
    padding: 20px 25px;
    font-size: 1.8vh;
}
#desktop-menu li img{
	width: 50px;
	height: 25px;
}
#desktop-menu a{
	text-decoration: none;
	color: #db3481;
}
#desktop-menu a:hover{
	border-bottom: 2px solid;
}

#footer-social ol{
	margin: 0;
	padding: 0;
	text-align: center;
    list-style: none;
}
#footer-social li{
	display: inline-block;
}
#footer-social li img{
	width: 30px;
	height: 30px;
}
#header {
	
}

.MaewBaewLogo {
	padding-top: 7%;
    margin-left: -2%;
	width: 50% !important;
}
.visible-xs {
	display: none;
}
.hidden-xs {
	display: inline-block !important;
}
#mobile-menu {
	display: none;
}

#header h1 {
	font-family: 'Itim', serif;
    font-weight: normal;
	margin: 0;
    font-size: 4vh;
    color: #DB3481;
	text-shadow: 2px 2px 0px rgba(255, 153, 190, 1);

}
.divider {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
}
.divider ol{
	margin: 0;
	padding: 0;
	text-align: center;
    list-style: none;
}
.divider li{
	display: inline-block;
	width: 10%;
	padding: 0 1%;
}
.divider img{
	width: 100%;
}
#team-page {
	width: 100vw;
	height: auto;
	padding: 100px 20px 20px;
}
.team-row {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	background: #ffffff9e;
    padding: 20px 0;
    border-radius: 20px;
}
.team-column {
	flex: 1;
	width: 100%;
	padding: 10px;
}
.team-image {
	width: 50%;
	border-radius: 50%;
	padding: 20px;
}
.flex-landing-row {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	padding: 0 40px;
	max-width: 1200px;
	margin: 0 auto;
	width: 100vw;
    height: 100vh;
}
.flex-landing-column {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	padding: 0 40px;
	max-width: 1200px;
	margin: 0 auto;
	width: 100vw;
    height: 100vh;
}

.flex-landing-row img,  .flex-landing-column img{
	width: 100%;
}
.flex-column, .flex-row{
	flex: 1;
	width: 100%;
}
h2, .flex-landing-row h2 {
	font-family: 'Itim', serif;
	font-weight: normal;
	margin: 0;
	font-size: 2.3vh;
	color: #DB3481;
	text-shadow: 2px 2px 0px rgba(255, 153, 190, 1);
}
.team-grid h2 {
	font-size: 1.8vh;
	text-shadow: 1px 1px 0px rgba(255, 153, 190, 1);
}
p, .flex-landing-row p {
	font-family: 'Itim', sans-serif;
	font-weight: 200;
	font-size: 1.8vh;
    max-width: 86%;
    margin: 0 auto;
    padding: 10px 0;
}
.button {
	font-family: 'Itim', serif;
	font-weight: normal;
	margin: 0;
	font-size: 2vh;
	color: #DB3481;

}
.button:hover {
	color: #DB3481;
	text-decoration: none;
}
.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;
    border: 1px solid #2D1D16;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}
.bowleft { 
	display: inline;
    width: 40px !important; 
    vertical-align: middle;
}
.bowright { 
	display: inline;
    width: 40px !important; 
    transform: scaleX(-1);
    vertical-align: middle;
}
.second-order {

}
.team-grid {
	width: 17%;
    display: inline-block;
    padding: 10px;
}
.team-grid-image {
	width: 100%;
	border-radius: 50%;
}
.twitter-timeline {
	max-height: 400px;
	overflow: scroll;
}

@media screen and (max-width: 767px){
.greeding{
	width: 80%;
}
.team-grid {
	width: 49%;
}
body {
	background: url(background-mobile.jpg);
   background-size: cover;
    background-attachment: fixed;
}
.button, p, .flex-landing-row p {
	font-size: 4vw;
}
.team-row p {
	font-size: 2.7vw;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.musicvideoframe {
	width: 354px;
	height: 218px;
}
.MaewBaewLogo {
	padding-top: 0%;
	padding-bottom: 20px;
    margin-left: -6%;
    margin-top: -20%;
	width: 90% !important;
}

.logo {
width: 100px;
}
h2, .flex-landing-row h2 {
	font-size: 5vw;
}
.team-row h2 {
	font-size: 4vw;
}
.team-grid h2 {
	font-size: 4vw;
}
	.divider {
	padding: 40px 0;
}

.team-row {
		flex-direction: column;
		padding: 0;
		padding-bottom: 80px;
	}
	.flex-landing-row {
		flex-direction: column;
		padding: 0 14px;
		padding-bottom: 20px;
	}
	.first-order {
		order: 0;
		padding-bottom: 0px;
	}
	.second-order {
		order: 1;
	}
	#desktop-menu {
		display: none;
	}
	.carousel-inner {
		margin-top: 0%;
	}
	.visible-xs {
		display: inline-block !important;
	}
	.hidden-xs {
		display: none !important;
	}
	#mobile-menu {
		display: block;
		background: transparent;
		position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
	}

#mobile-menu .mainmenu {
       margin: 0;
        padding: 0;
       background: transparent;
        text-align: center;
}
#mobile-menu .mainmenu ol{
	margin: 0;
	padding: 0;
	text-align: center;
    list-style: none;
}
#mobile-menu .mainmenu li{
	font-family: 'Itim', sans-serif;
    display: inline-block;
    padding: 10px 0%;
    width: 32%;
    text-align: center;
}

#mobile-menu .mainmenu a{
	text-decoration: none;
	color: #db3481;
	
}
#mobile-menu .submenu {
       margin: 0;
        padding: 0;
        text-align: center;
        font-family: 'Itim', sans-serif;
        width: 100%;
}
#mobile-menu .submenu li{
	font-family: 'Itim', sans-serif;
    padding: 20px 0%;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #db3481;
    background: #ff99be;
}
#mobile-menu .submenu a{
	text-decoration: none;
	color: #db3481;
	font-size: 3vw;
}
 #mobile-menu .submenu {
  display: none;
 }
 #header h1 {
    font-size: 9vw;
}
}

/*carousel*/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.carousel-indicators {
	bottom: 0 !important;
}
.carousel-indicators .active {
	background-color: #2D1D16 !important;
	margin: 5px !important;
}
.carousel-indicators li {
	border: none !important;
	background-color: #CDBCAB !important;
	width: 12px !important;
	height: 12px !important;
	margin: 5px !important;
}
#carousel2 .carousel-inner {
	margin-top: 0 !important;
}
.carousel-control.right, .carousel-control.left {
	background-image: none !important;
}
.carousel-control {
	color: #2D1D16 !important;
	font-size: 50px !important;
	    align-items: center;
    display: flex;
    width: 10% !important;
    opacity: 1 !important;
        justify-content: center;
}

.animation {
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}