
@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/css2?family=Special+Elite&display=swap); */
@font-face {
    font-family: mySiteFont;
    src: url(../fonts/Blackout_Sans/Blackout_Sans.ttf);
 }

* {
	margin: 0;
	padding: 0;
	word-wrap: break-word !important;
	box-sizing: border-box;
}

body {
	background-color: rgb(66, 66, 66);
}
nav {
    /* background-image: url(../images/jpg/pcdb-typewriter-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    background-color: rgb(150, 150, 150);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    height: 60px;
}
h1 {
	/* margin: .67em 0;
	font-size: 2em;
	font-family: inherit;
	line-height: 1.1;
	color: inherit;*/
	margin-top: 60px;
	margin-bottom: 10px;
	font-size: 25px; 
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 8px;
	font-family: Baskerville, serif;
    letter-spacing: 0.05em;
    text-align: center;
}
h1 a {
    color: #FFFFFF;
	text-decoration: none;
	font-size: 20px; 
}

h2 {
	margin-top: 2px;
	margin-bottom: 20px;
	font-size: 25px; 
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 8px;
	font-family: Baskerville, serif;
    letter-spacing: 0.05em;
    text-align: center;

}
h2 a {
    color: #FFFFFF;
	text-decoration: none;
	font-size: 20px; 
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	orphans: 3;
	widows: 3;
	page-break-after: avoid;
	/* font-family: inherit;
	color: inherit; */
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1;
	color: #494D53;
	font-family: Baskerville, serif;
}

h4 {
	margin-top: 60px;
	margin-bottom: 1px;
	font-size: 25px; 
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 8px;
	font-family: Baskerville, serif;
    letter-spacing: 0.05em;
    text-align: center;
}

p {
	font-size: 15px;
	line-height: 1.3;
	margin-right: 5px;
	margin-bottom: 20px;
	color: #777;
    font-family: Baskerville, serif;
    text-align: center;

}
.italic {
	font-style: italic;
	letter-spacing: 0.02em;
}
p.bold {
	font-weight: bold;
}  




.HeroSection {
	margin-top: 20px;
	/* margin-bottom: 15px; */
	margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px 20px;
	width: 100%;
	/* max-width: 1100px; */
}
.HeroRow {
    display: block;
    max-width: 100%;
    height: auto;
}

.HeroRow:after {
	content: "";
	display: table;
	clear: both;
}
.HeroImageResponsive {
    display: block;
    max-width: 100%;
	height: auto;
}
.HeroImage {
	float: left;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 15px;
	max-width: 60%;
}

.HeroCol1, .HeroCol2 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}
video {
    display: block;
    width: 100%;
    /* height: auto; */
    max-height: 100%;
  }
  footer {
    /* background-image: url(../images/jpg/pcdb-typewriter-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
	margin-top: 100px;
    background-color: rgb(150, 150, 150);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    height: 60px;
}