a:link{
	color: #FFFFFF
}
a:visited{
	color: #FFFFFF;
}
a:hover{
	color:aqua;
}
.nav{
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif', serif;
	text-align: center;
	margin: auto;
	overflow: hidden;
}
address{
	display: block;
	font-style: italic;
	padding-top: 50px;
}
.imgSizer{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}
.vid{
	padding-bottom: 60%;
}
iframe{
	width: 100%;
}
.wrapper2 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.h_iframe {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





.body{
background-color:#FFFFFF;
text-align: center;
font-family: "Source Sans 3", sans-serif;
}
/* header{
	border-color: black;
	border-style: solid;
	border-width: thin;
} */
.container{
  max-width: 1366px;
  margin: 0px auto;
	padding: 30px;
  background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
}
.row{
  display: flex;
  flex-wrap: wrap;
	text-align: center;

}
.blackBG h1{
	font-size: 16px;
}
.blackBG{
  	background-color: black;
		max-width: 100%;
	  height: auto;
	  display: block;
	  margin: 0px auto;

}
.col{
  flex-grow: 1;
  /* margin: 10px .5%;
  padding: 1px 1%; */
  /* background-color: orange; */
	text-align: center;

}
.center-div
{
     margin: 0 auto;
     width: 700px;
}
.one8th{
  flex-grow: 0;
  width: 9.5%;
	/* background-color: black; */
	/* margin-left: 160px */
}
.two8th{
  flex-grow: 0;
  width: 22%;
	text-align: center;
	margin: auto;
}
.three8th{
  flex-grow: 0;
  width: 34.5%;
}
.four8th{
  flex-grow: 0;
  width: 47%;
	padding: 10px;
	margin: auto;
	text-align: center;
}
.five8th{
  flex-grow: 0;
  width: 59.5%;
	text-align: left;
}
.six8th{
  flex-grow: 0;
  width: 72%;
}
.seven8th{
  flex-grow: 0;
  width: 84.5%;
}
.imgSizer{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}
#myLargeTextboxId {
  font-size:33px;
  height:33px;
  left:0;
  line-height:33px;
  padding:8px 8px 7px;
  top:0;
  width:224px;

}
#mainmenu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}
#mainmenu1 {
	/* position: fixed; */
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}
nav {
	max-width: 960px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	padding-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  
	/* background-color: black; */

	/* overflow:visible; */
	/* box-shadow: 0px 0px 3px #000000; */
}
.nav h1,
.nav a {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
/* nav a{
	text-decoration: none;
	width: 300px;
	background-color: orange;
	margin: 10px 25px;
	padding: 10px; 0px;
	display: inline-block;
} */
#smallNav{
	display: none;
}
@media only screen and (max-width: 768px) {
  .container{
    background-color: #FFFFFF;
  }
  .tabletOneFourth{
    flex-grow: 0;
    width: 22%;
  }
  .tabletTwoFourth{
    flex-grow: 0;
    width: 47%;
  }
  .tabletThreeFourth{
    flex-grow: 0;
    width: 72%;
  }
  .tabletFourFourth{
    flex-grow: 0;
    width: 97%;
  }
}
@media only screen and (max-width: 520px){
  .container{
    background-color: #FFFFFF;
  }
  .col{
    flex-grow: 0;
    width: 97%
  }

}
.site-name {
    font-family: "DM Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-align: center;
    margin: 40px 0 20px 0;
    color: #111;
}
.site-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 24px;
  color: #333;
}
#mainmenu a {
  display: block;
  padding: 12px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

#mainmenu .top {
  width: 100%;
}
.site-header {
  text-align: center;
}

.site-name {
  margin: 24px 0 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #111;
}

.site-subtitle {
  margin: 0 0 24px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #333;
}

.nav a {
    display: block;
    padding: 2px 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.about-section h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-section {
    width: min(65%, 700px);
    margin: 40px auto;
    text-align: left;
}
.about-section p {
    line-height: 1.75;
}
.reel-section {
  margin-top: 20px;
}

.reel-section iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.profile-section {
  width: 55%;
  margin: 40px auto;
  text-align: left;
}

.profile-section h2 {
  margin: 0 0 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.profile-copy {
  width: 100%;
}

.profile-copy p {
  margin: 0 0 18px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .profile-section {
    width: 85%;
  }
}
.reel-section iframe {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  border: 0;
}
.page-title {
    text-align: center;
    margin: 40px auto;
}

.page-title h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-title p {
    max-width: 700px;
    margin: 0 auto;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}