.nav-container {
	background-color: #f7a8f4;
    border-bottom: 2px solid rgb(202, 1, 206);
}

#logo img {
	width: 180px;
}

#menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
}

.bar .menu-horizontal {
	top: 0px;
}

#menu1 {
    padding: 15px 0;
}

.menu-horizontal > li > a {
	color: rgb(177, 78, 29);
	padding: 5px 2px;
	font-weight: 400;
    text-shadow: 1px 1px #ffe000;
}

.menu-horizontal > li > a:hover {
    color: rgb(255, 252, 252);
    text-shadow: 1px 1px #eed000;
}

@media (max-width: 1023px) and (min-width: 768px) {
	.bar-1 .bar__module {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
	.container {
		max-width: calc(100% - 60px);
	}
	
	#menu-items {
		font-size: 16px;
	}
	
	#logo img {
		width: 160px;
	}
}

@media screen and (max-width: 767px) {
	
	#menu1 {
    	padding: 5px 0px;
	}
	
	#nav-toggle span {
		right: 15px;
		background: rgb(220, 85, 216);
	}
	
	#nav-toggle span:after,
	#nav-toggle span:before {
		background: rgb(220, 85, 216);
	}
	
	#menu-items {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
	}
	
	.menu-horizontal {
		text-align: center;
	}
	
	.menu-horizontal li a {
		display: block;
    	padding: 3px 10px;
	}	
	
	.bar__module {
		margin-bottom: 0;
	}
}


/*------------------------home page styling------------------*/


.punk-singer {
	text-shadow: 0px -1px #ad6184;
	background-color: #fff8fe;
}

.punk-singer p {
    font-size: 15px;
    letter-spacing: .5px;
    color: #6f3b3b;
}

.punk-singer h2,
.punk-singer h3 {
    letter-spacing: .7px;
    color: #6f3b3b;
}

.video-block {
	padding: 30px 15px;
    background-color: rgba(255, 192, 203, 0.078);
}

.video-section {
	border: 1px solid #fde1f9;
	border-radius: 5px;
}

.video-section .text-section {
	padding: 30px 15px;
	background-color: rgba(241, 191, 245, 0.15);
}

.video-block {
	position: relative;
}

.video-section .video-play-icon {
	background: none;
	border: none;
	z-index: 15;
}

.video-section .video-play-icon:before {
	border: none;
}

.video-play-button {
	height: 100%;
	width: 100%;
	border: 2px solid #ef81eb;
    border-radius: 20px;
    background-color: rgba(85, 85, 85, 0.665);
}

.video-play-button:hover {
	border-width: 0;
}

.video-section h3 {
	text-align: center;
}

.img-section {
	padding-top: 100px;
	border-top: 1px solid #ffe9e9;
	background-color: #fdfdfd;
    padding-bottom: 30px;
    text-shadow: none;
}

.img-section h3 {
	text-align: center;
}

.lyme-disease {
	width: 90%;
	margin: 0 auto;
	padding-top: 100px;
    border-top: 1px solid #f9e4e4;
}

.lyme-disease .text-section{
	padding-right: 60px;
}

.lyme-disease p {
	font-size: 17px;
	line-height: 27px;
	text-shadow: none;
}

footer,
section.space--xs, footer.space--xs {
	background-color: #f5e7e7;
    padding: 30px 0px;
    border-top: 2px solid #e8cbcb;
}

@media screen and (max-width: 991px) {
	.switchable .container > .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	
	.switchable .container > .img-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
		padding-top: 50px;
		border-radius: 5px;
	}
	
	
	.video-block,
	.video-section .text-section {
		background-color: rgba(241, 191, 245, 0);
	}
	
	.switchable .container > .lyme-disease {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
		padding-top: 50px;
	}
	
	.lyme-disease h2 {
		text-align: center;
	}
	
	.lyme-disease .text-section {
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	.lyme-disease {
		width: 100%;
	}
	
	.lyme-disease p {
		letter-spacing: .5;
		line-height: 25px;
		font-size: 15px;
	}
	
	.switchable .row > div[class*='col-']:last-child:not(:only-child) {
		margin-top: -15px;
	}
	
	.video-section h2 {
		text-align: center;
	}
}
