body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
}
.top-header-w {
	padding-bottom: 10px;
	
}
.logo-header  {
	width: 100% !important;
	object-fit:contain;
     height: 68px;
	
}

.website-headline img {
	width: 100%;
	height: 68px;
	object-fit: cover;
	min-height: 68px;
	
	
		
}
.website-headline {
	position: relative;
	
}
.website-headline-text {
	  position: absolute;
  top: 50%;
  left: 50%;
transform: translate(-50%, -50%); /* Adjust this line */
	font-size: 16px;
	width: 100%;
	text-align: end !important;
	padding-right: 30px !important;
	letter-spacing: 5px;
	
}

#sidebar1 img {
	        max-width: 100%;
            height: auto;
 
}
#mainContent img {
	        max-width: 100%;
            height: auto;

 
}
.menu span {
	padding: 0px 4px !important;
	display: inline-block;
	
	
}


 #main img {
	width: 100% !important;
	height: 100% !important;
}
.twoColFixRtHdr #container {
	max-width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 10px;
} 

#header img {
	width: 100% !important;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
.twoColFixRtHdr #header {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
} 
.twoColFixRtHdr #container #header #nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #555;
	text-align: right;
	width: 100% !important;
	padding-right: 40px;
	margin-right: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: auto;
	color: #FFF;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.responsive-div {
	 display: flex;
  flex-wrap:nowrap;
	flex: 100%;
	 justify-content: space-between;
	padding-right: 10px;
	padding-left: 20px;
	flex-direction: row;
}
.twoColFixRtHdr #sidebar1 {
	flex: 30%;
	flex-wrap: nowrap;
	height: fit-content;
 
  background-color: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #D8D8D8;
	background-repeat: no-repeat;
	font-size: 13px;
    order: 2;
}
.twoColFixRtHdr #mainContent {
	flex: 70%;
  background-color: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 0;
	
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/page_background_image.jpg);
	text-align: left;
} 
.twoColFixRtHdr #footer {
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-color: #666;
} 
.twoColFixRtHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #336699;
}
.twoColFixRtHdr #container #header #nav a {
	color: #FFF;
	font-weight: bold;
}
a {
	font-weight: bold;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 5px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
		font-weight: bold;
}
h3 {
	font-size: 16px;
		font-weight: bold;
}
h4 {
	font-size: 14px;
		font-weight: bold;
}
h5 {
	font-size: 12px;
		font-weight: bold;
}
h6 {
	font-size: 10px;
		font-weight: bold;
}
.imageMarginrRght30Bottom20 {
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}
.imageMarginLeft30Bottom20 {
    margin-bottom: 20px;
    float: left;
}
.sideBarBox {
	padding: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.textBoxAlighRight {
}
.captionFrameFor96pxThum {
	background-color: #ccc;
	text-align: left;
	height: 150px;
	width: 110px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.captionFrameFor96pxThumImageBox {
	clear: right;
	float: left;
	height: 96px;
	width: 96px;
	
}
.box-sizing-custom {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.captionFrameFor96pxThumCaptionBox {
	float: left;
	height: 50px;
	width: 110px;
	padding-top: 5px;
	font-size: 10px;
}
.mainContentTexBox {
	float: left;
	width: 300px;
}
.twoColFixRtHdr #container #footer p bottom nav {
}



/* NAVBAR STYLING STARTS */
.navbar {
  display: flex;
  align-items: flex-end;
	padding: 0px;
 
  
}
.nav-links {
	padding: 0px;
	margin: 0px;
	width: 100% !important;
}

.nav-links a {
  color: #fff;
}

/* LOGO */
.logo {
  font-size: 32px;
}

/* NAVBAR MENU */
.menu {
  display: flex;
  font-size: 18px;
	margin-bottom: 0px;
	text-align: right;
	align-content: flex-end;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
}

.menu li:hover {
 
  border-radius: 5px;
  transition: 0.3s ease;
}

.menu ul {
 margin-bottom: 0px;
	
}

.menu li {
 margin-bottom: 0px;
	list-style: none;
}

/* DROPDOWN MENU */
.services {
  position: relative; 
}

.dropdown {
  background-color: rgb(1, 139, 139);
  padding: 1em 0;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}

.dropdown li + li {
  margin-top: 0px;
}

.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}

.dropdown li:hover {

}

.services:hover .dropdown {
  display: block;
}

/* RESPONSIVE NAVBAR MENU STARTS */

/* CHECKBOX HACK */

input[type=checkbox] {
  display: none;
} 

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
	.responsive-div {
	 display: flex;
    flex-wrap:nowrap;
	flex: 100%;
	padding-right: 0px;
	padding-left: 0px;
	flex-direction: column;
}
	
	
	.twoColFixRtHdr #sidebar1 {
	  flex: 100% !important; /* Each child will take 50% of the parent width with 10px spacing between them */
 
  background-color: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #D8D8D8;
	background-repeat: no-repeat;
	font-size: 13px;
    order: 2;
}
.twoColFixRtHdr #mainContent {
	  flex: 100% !important; /* Each child will take 50% of the parent width with 10px spacing between them */
  background-color: #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 0;
	margin-right: 0px;
	
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/page_background_image.jpg);
	text-align: left;
} 
	
	.twoColFixRtHdr #container #header #nav {
padding-right: 0px;
}
 .menu {
    display:none;
    position: absolute;
    background-color:teal;
    right: 0;
    left: 0;
    text-align: center !important; 
    padding: 16px 0;
	 
  }
	.menu span {
		display: none;
	}

  .menu li:hover {
    display: inline-block;
    transition: 0.3s ease;
  }

  .menu li + li {
    margin-top: 12px;
  }

  input[type=checkbox]:checked ~ .menu {
    display: block;
  }

  .hamburger {
    display: block;
	  margin-bottom: 0px;
  }

  .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }

  .dropdown li:hover {
  }
	
	
	.website-headline-text {
	  position: absolute;
  top: 50%;
  left: 50%;
transform: translate(-50%, -50%); /* Adjust this line */
	font-size: 16px;
	width: 100%;
	text-align: center !important;
	padding-right: 0px !important;
	letter-spacing: 5px;
	
}
}

.sideBarBoxHomePage .textAlignRight {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sideBarBoxPhotoMarathons .textAlignRight {
	display: flex;
	flex-direction: column;
	width: 100%;
}
 
 


