@font-face {
    font-family: 'gotham-bok';
    src: url('fonts/fontkit/gotham_book.woff2') format('woff2'),
         url('fonts/fontkit/gotham_book.woff') format('woff'),
		url('fonts/fontkit/gotham_book.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham-blk';
    src: url('fonts/fontkit/gotham-black.woff2') format('woff2'),
         url('fonts/fontkit/gotham-black.woff') format('woff'),
		url('fonts/fontkit/gotham_black.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham-bld';
    src: url('fonts/fontkit/gotham-bold.woff2') format('woff2'),
         url('fonts/fontkit/gotham-bold.woff') format('woff'),
		url('fonts/fontkit/gotham_bold.otf') format('otf');;
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham-med';
    src: url('fonts/fontkit/gotham-medium.woff2') format('woff2'),
         url('fonts/fontkit/gotham-medium.woff') format('woff'),
		url('fonts/fontkit/gotham_medium.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'script-bld';
    src: url('fonts/fontkit/scriptmtstd-bold.woff2') format('woff2'),
         url('fonts/fontkit/scriptmtstd-bold.woff') format('woff'),
		url('fonts/fontkit/scriptmtstd-bold.otf') format('otf');;
    font-weight: normal;
    font-style: normal;

}

html {
	
}

body {
	margin: 0;
	padding: 100px 0;
	height: 100%;
	min-height: 100%;
	font-family: "gotham-bok";
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #333;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

header a {
	color: #fff;
	text-decoration: none;
}

header button {
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

/* Sidebar menu */
.sidebar-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	z-index: 20;
	display: flex; /* Use a flex layout for the .sidebar-nav element */
	transform: translateX(-100%);
	transition: transform 0.3s ease-out;
}

.sidebar-nav.visible {
	transform: translateX(0);
}

/* Sidebar menu container */
.sidebar-nav-container {
	flex: 1;
	display: flex; /* Use a flex layout for the .sidebar-nav-container element */
	flex-direction: column; /* Set the .sidebar-nav-container element as a column */
	height: 100%; /* Fill the entire height of the .sidebar-nav element */
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Sidebar menu content */
.sidebar-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav li {
	border-bottom: 1px solid #eee;
}

.sidebar-nav li a {
	display: block;
	padding: 15px;
	color: #444;
	text-decoration: none;
}

.sidebar-nav li a:hover {
	background: #f5f5f5;
}

/* Close button */
.sidebar-nav button {
	border: none;
	background: transparent;
	font-size: 1.5em;
	cursor: pointer;
}

.close-button-container {
}

/* Overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	display: none; /* Hide the overlay by default */
}

/* Show the overlay when the .open class is present on the .sidebar-nav element */
.sidebar-nav.visible + .overlay {
	display: block;
}

/*Text styles*/
.bold {
	font-family: "gotham-bld";
/*	font-size: 18px;*/
}

.medium {
	font-family: "gotham-med";
}

.center {
	text-align: center;
}

/*-------------Stretch CLasses-------------*/
.stretch_it{
    white-space: nowrap;
}

.justify{
    text-align:justify;
}

/*-------------Main Content Styles-------------*/
.page-heading {
	font-family: "gotham-bld";
	margin: 3px auto;
}

.page-heading p {
	text-align:center;
	font-size: clamp(40px, 8vw, 50px) !important;
	line-height: 0.6 !important;
}

.page-subheading {
	text-align: center;
    font-family: "gotham-med";
}

.content {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}


#red-button {
	display: flex;
    flex-direction: column;
    background: #F72A3F;
    border-radius: 0 15px 0 15px;
    padding: 8px 40px 4px;
    color: #fff;
	margin: auto;
	cursor: pointer;
	border-width: 0;
    border-style: outset;
    border-color: none;
	box-shadow: 0 0 10px pink;
}

#red-button p {
	font-size: 14px;
    font-family: "gotham-med";
    margin: 0 auto;
    line-height: 0.9;
}

.central-column {
	flex: 3;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
/*	background: #7B7B7B;*/
	margin: 0 auto;
	max-width: 768px;
}
.column {
	flex: 1;
}

.hero {
/*	background: #ccc;*/
	margin: 0 auto;
}

.hero img {
	width: 300px;
	height: auto;
}

.scroll-content {
	margin: 0 auto;
    width: 75%;
    max-width: 600px;
    min-width: 250px;
}

.scroll-content img{
	display: block;
	box-shadow: 8px 8px 0 0 #F72A3F;
	margin: 0 auto;
    width: 75%;
    max-width: 600px;
/*    min-width: 450px;*/
}

.scroll-content .small-img {
	display: block;
	box-shadow: none;
	margin: 0 auto;
    width: 25%;
    max-width: 600px;
}

.scroll-content p {
	margin: 10px;
	line-height: 1.3;
}

.scroll-content .red-box {
	display: flex;
	flex-direction: column;
	background: #F72A3F;
	border-radius: 0 20px 0 20px;
	padding: 5px 0;
	color: #fff;
	margin: 0px 0 5px;
}

.red-box div {
	display: flex;
	margin: 15px 8px 5px;
}

.red-box p {
	margin: auto 10px;
}

.heading-number {
	font-size: 40px !important;
	font-family: "gotham-bld";
}

.blurb-header {
	font-size: clamp(40px, 8vw, 50px);
/*	font-size: 8vw;*/
	font-family: "script-bld";
	color: #F72A3F;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin: 10px 0 -15px !important;
}

.scroll-content .white-box {
	background: #FFFFFF;
	border-radius: 0 10px 0 10px;
/*	padding: 20px;*/
	color: #000000;
	margin: 0 0 20px 0;
	font-family: "gotham-bld"
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #333;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.desktop-header {
		display: none;
	}
/*
	header {
		position: relative;
	}
	
	header button {
		display: block;
	}


	header nav {
		display: block;
	}

	header nav a {
		display: block;
		margin: 5px 0;
	}
	

	.sidebar-nav {
		display: flex;
		}
*/
}

@media (min-width: 768px) {
	.mobile-header {
		display: none;
	}
/*
	.desktop-header {
		position: static;
	}
*/
}
