/* Sidebar Mobile Navigation */
.mobile-img {
	display: none;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 15;
	top: 0;
	right: 0;
	background-color: #40c1bb;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 45px;
	margin-left: 50px;
	color: #fff;
	z-index: 9999999;
}
.menu-btn {
	position: absolute;
	right: 30px;
    top: 25px;
	display: none;
}
.menu-btn .fa-bars {
	color: #fff;
	font-size: 45px;
}
#main {
	transition: margin-left .5s;
	padding: 16px;
}
.mobile-img {
	display: none !important;
    width: 14rem;
    margin: 0 auto;
}
.arrow {
	display: none !important;
}
#loading {
    background: url('/assets/images/loading.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}
.nav-brand {
    position: relative;
}
.nav-brand img {
    padding: 20px;
    left: 45px !important;
}
.nav-brand::before {
    content: '';
    position: absolute;
    background-color: #167378;
    width: 435px;
    height: 151px;
    top: 0;
    left: 0;
}
.nav-brand::after {
    content: '';
    position: absolute;
    background-color: #167378;
    border-radius: 150px 150px 0 0;
    transform: rotate(90deg);
    left: 375px;
    height: 151px;
    width: 151px;
}
.contact-section .big-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section .inner-text h2 {
    font-size: 4.5rem;
    font-weight: 900;
    font-family: 'Nunito Sans', sans-serif !important;
}
.contact-section .inner-text p {
    padding: 40px 0;
    font-size: 40px !important;
    text-transform: initial !important;
    color: #000;
    margin: 0 auto;
    line-height: 1.5;
}
.contact-section .inner-text a {
    color: #177379;
    text-decroation: underline;
}
@media (max-width:1145px) {	
	.nav-brand::before {
		width: 325px;
	}
	.nav-brand::after {
		left: 245px;
	}
	.nav-brand img {
		height: 115px;
		top: 20px;
	}
}
@media (max-width:1455px) {
	h1.page-name {
		font-size: 3.5rem !important;
	}
	.lead-intro {
		font-size: 24px !important;
	}
}
@media (max-width:1445px) {
	.nav-items ul li a {
		font-size: 1.2rem !important;
	}
	.nav-items .fa {
		padding: 5px;
		top: 5px;
		font-size: 2rem !important;
	}
	.lead-intro {
		padding: 15px 0;
	}
}
@media (max-width:1295px) {
	.nav-items {
		top: 0;
	}
	.nav-items ul li {
		display: block;
		margin: 10px 0;
	}
	.nav-items ul li a {
		padding: 5px 30px;
	}
	.nav-items .fa {
		font-size: 1.4rem !important;
		top: 2px;
		left: -30px;
	}
}
@media (max-width:991px) {
	.header-sticky {
		top: 0;
	}
	.mobile-img {
		display: block;
	}
	.page .inner-text {
	    height: 100vh;
        top: 225px !important;
        padding: 10px;
	}
	.header-sticky {
		min-height: 100px;
	}
    .page .inner-text {
        top: -75px !important;	    
	}
    .front {
        z-index: 1 !important;
    }
	.nav-brand::before {
		height: 100px !important;
		width: 295px !important;
	}
	.nav-brand img {
		left: 0 !important;
		width: 15rem !important;
		height: auto !important;
		top: initial !important;
	}
	.nav-brand::after {
		height: 100px !important;
		width: 100px !important;
	    left: 245px !important;
	}
	.nav-items,
	.main-row .item,
	.people {
		display: none !important;
	}
	h1.page-name {
		font-size: 2.5rem !important;
	}
	.page .inner-text h2 {
        margin: 0 !important;
        font-size: 1.8rem !important;
	}
	.play-audio,
	.audio-text,
	.menu-btn,
	.nav-items-mobile,
	.mobile-img {
		display: block !important;
	}
	.nav-items-mobile span {
		margin: 0 10px;
		top: -5px;
	}
	.nav-items-mobile .fa {
		font-size: 2rem !important;
	    top: 0;
	    left: 0;
	}
	.nav-items-mobile ul li a {
		font-size: 1.2rem !important;
	}
	.next-inner-text h2,
	.next-inner-text h3 {
		text-align: center;
	}
	.next-inner-text h3::after {
		width: 100%
	}
	.next-inner-text p {
		font-size: 18px !important;
	}
    /* Inductees - Mobile */
    .home-inductee {
        padding: 0;
    }
    .all-inductees .col-md-3 {
        max-width: 100% !important;
        margin-bottom: 40px;
    }
    .contact-section .inner-text p {
        padding: 15px;
        font-size: 20px !important;
    }
    .next-inductee {
        width: 35% !important;
    }
    .menu-btn {
	    position: absolute;
	    right: 30px;
	    top: 25px;
    }
    .nav-items-mobile a {
	    padding-left: 5px !important;
    }
    .mobile-img {
    	display: block;
    }
    .desktop-img {
    	display: none;
    }
}
@media (max-width:767px) {
	.nav-brand::before {
		width: 195px !important
	}
	.nav-brand img {
		left: 0 !important;
	}
	.nav-brand::after {
		left: 160px !important;
	}	
	.page .inner-text h2 {
	    font-size: 1.5rem;
	}
	.lead-intro {
		font-size: 18px !important;
	}
	.dots {
		display: none !important;
	}
	.arrow::before {
	    font-size: 60px;
	    top: -50px;
	}
	.arrow {
		display: none;
	}
	.fp-slides {
		overflow: initial;
	}
	.fp-slide {
		height: initial !important;
	}
    .lead-intro {
        width: 85%;
        font-size: 20px !important;
    }
    .contact-section .inner-text p {
    	font-size: 20px !important;
    }
}
@media screen and (max-width:1480px) {
    .inductee-single .profile-shape {
        left: -80px !important;
        border-right: 0 !important;
    }
}
@media (max-width:991px) {
	.nav-brand img {
		left: 0 !important;
	}
	.page {
		background: none;
		background-image: none !important;
	}
    .next-inner-text h3 {
        font-size: 2rem !important;
    }
    .next-inner-text h2 {
        font-size: 1.2rem;
    }
    .main-row {
        top: none !important;
    }
    .about-city .arrow,
    .mobile-version {
        display: none !important;
    }
    .page .inner-text {
        top: 225px !important;
    }
    h1.page-name {
        font-size: 2rem !important;
    }
	/*  Results  */
	.in-results {
		overflow: initial !important;
	}
	.in-results .row {
		display: initial !important;
	}
	.home-inductee {
		margin-top: 35px;
	}
	.search-by {
		margin-top: 65px;
	}
	.search-by .form-group {
		padding: initial;
	}
	.no-results {
		margin-top: 175px;
	}
	.no-results .container {
	    margin-top: initial;
	}
	#fullpage {
		margin-top: 115px;
	}
	.inductee-single {
		height: initial !important;
	}
	.inductee-single .in-text {
		max-height: initial !important;
	}
	.mobile-ctrls,
	.mobile-ctrls .next,
	.mobile-ctrls .previous {
		display: block;
	}	
}
@media (max-width:500px) {
	.next-inductee {
		width: 75% !important;
	}
	.home .inner-text {
		top: 115px !important;
		height: 75vh;
	}
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;		    
	}
	.sidenav a {
		font-size: 18px;
	}
	h1.page-name {
		font-size: 1.2rem !important;
	}
}
