body {
  margin: auto;
  background: #333;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5;
  text-align: center;
  
}
h1,
h2,
h3 {
  font-size: 1.0em;
  margin: 0;
  padding: 1em 0;
  text-shadow: 1px 1px #000;
}
.nav {
	z-index: 2;
	position: sticky;
	top: 0px;
	width: 100%;
	height: 50px;
	box-shadow: 5px 10px 20px #000;
	background-color: #333;
  overflow: hidden;
}
.nav ul {
  margin-top: 2px;
	list-style: none;
  padding-right: 4px;
}
.nav li {
	display: inline;
	padding:2px;
	font-size: 1em ;
	text-decoration: none;
}
#location{
  font-size: 0.8em;
}
.logo {
  padding-top: 4px;
  padding-left: 4px;
	height: 40px;
	width: auto;
}
.unionFlag{
  padding: 4px;
  height: 40px;
	width: auto;
}
.nav{
  display:grid;
  grid-template-columns: auto auto 4px;
}
.gridleft{
  padding-left: 6px;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
}
.gridright{
  text-align: right;
  padding-right: 6px;
}
.hm{
  padding-top: 4px;
  padding-right: 4px;
  height: 50px;
  width: auto;
}
.hamburger{
  width: 4px;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden;
}

#divTwo {
  /*background-color: #FF6000;*/
  background-image: url(/images/optimal/straightRoad.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  padding: 20px;
  margin-bottom: 10px;
  /*margin: auto;
  /*z-index: -1;*/  
}

/* #divTwo background-image{
  filter: blur(10px);
}
/*.loading-text{
  font-size: 50px;
  color: #000;
}*/
.slideshow{
  background-color: lightgrey;
  box-shadow: 8px 8px 12px #000;
  margin: auto;
  position: relative;
  width: 50%;
  padding-bottom: 28.5%; 
  height: 0;
  /*visibility: hidden;*/
  visibility: visible;
  background-image: url(/images/optimal/BikeSlideOptimal/bk1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.descriptionHolder{
  width: 92%;
  margin: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: solid 2px silver;
  border-bottom: solid 2px silver;
}
.descripter{
  background-color: #fff;
  color: #5c5b5b;
  width: 40%;
  border: 4px solid #C0C0C0;
	border-radius: 8px;
  font-family: 'Macondo', cursive;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/*
.picContainer{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 8px 8px 12px #000;
  visibility: hidden;
}
.showpic{
  width: auto;
  height: 100%;
}
/*
.iframecontainer {
  margin: auto;
  position: relative;
  width: 50%;
  padding-bottom: 28.20%; 
  height: 0;
  /*visibility: hidden;
  visibility: visible;
}
.iframecontainer iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 8px 8px 12px #000;
}
*/
.arrowButtonsContainer{
  position: absolute;
  height: 20%;
  width: 100%;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.arrow{
  display:block;
  cursor: pointer;
  height: 100%;
  width: auto;
}


.menutester{
  position: absolute;
  width: 150px;
  text-align: left;
  top: 32px;
  right: 0px;
  overflow: visible;
  z-index: 3;
  visibility: hidden;
}
.menutester ul{
  background-color: #333;
  display: block;
  text-align: left;
  list-style: none;
  list-style-type: none;
}
.menutester li{
  padding: 2px;
	font-size: 0.8em ;
	text-decoration: none;
  
}
.uno{
	color: #f1eded;
	font-size: .8em;
	text-decoration: none;
	padding: 6px;
	/*border: 1px solid #1deef6;
	border-radius: 8px;*/
	margin: .5em 0; 
}
.uno:hover{
  background:#1deef6 ;
  box-shadow: 4px 4px black;
  color: #333;
}

.btn2 {
	background: #333;
	color: #f1eded;
	font-size: .8em;
	text-decoration: none;
	padding: 6px;
	border: 1px solid #1deef6;
	border-radius: 8px;
	margin: .5em 0; 
 }
 .btn2:hover{
	 background:#1deef6 ;
	 box-shadow: 4px 4px black;
	 color: #333;
 }
 #lft{
  background-image: url(/images/optimal/shackFaded.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
 }
 #rht{
  width: 30%;
 }
.content-cardHolder{
  background-image: linear-gradient(180deg, rgb(43, 42, 42), rgb(142, 142, 143));
  font-size: 0.8em;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  height: max-content;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.card{
  min-width: 200px;
  background-color: #fff;
  border: 4px solid #C0C0C0;
  border-radius: 10px;
  margin-top: 6px;
  padding: 20px;
  color: #5c5b5b;
  text-align: left;
  /*text-align: justify;*/
}
.card p{
  margin: auto;
  width: 80%;
}
#smiler{
  width: 50px;
  height: auto;
}
.leftset{
  text-align: left;
}
.rightset{
  text-align: right;
}
#dad{
  width: 40%;
  height: auto;
  padding-right: 4px;
  float: left;
}
#girls{
  width: 30%;
  height: auto;
  padding-left: 4px;
  float: right;
}
.card .cardfoot{
  margin: auto;
  text-align: center;
}
#foot{
  padding-top: 10px;
  border-top: 2px solid #C0C0C0;
  overflow: hidden;
}
#socialmedia{
  height: 40px;
  width: auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .logo {
		height: 30px;
		width: auto;
    flex-wrap: wrap;
    justify-content: center;
	}
  .nav{
    display:grid;
    grid-template-columns: auto 0px auto;
  }
  .gridleft{
    padding-left: 6px;
    text-align: left;
  }
  .gridright{
    text-align: right;
    padding-right: 6px;
    visibility: hidden;
  }
  
  .hamburger{
    visibility: visible;
    margin-right: 42px;
  }
  .grid-container{
    display: grid;
    grid-auto-rows: 50px 50px max-content;
  }
  .iframecontainer {
    margin: auto;
    position: relative;
    width: 90%;
    padding-bottom: 51%; 
    height: 0;
  }
  .iframecontainer iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    /*box-shadow: 4px 4px 8px #000;*/
  }
  .slideshow{
  width: 70%;
  padding-bottom: 43%; 
  }
  .btn2 {
		background: #333;
		color: #f1eded;
		font-size: 0.7em;
		text-decoration: none;
		padding: 4px;
		border: 1px solid #1deef6;
		border-radius: 6px;
		margin: .5em 0; 
	 }
   .descripter{
    font-size: 0.5em;
    width: 70%;
   }
   .card{
    font-size: 0.8em;
   }
   #lft{
    width: 70%;
   }
   #rht{
    width: 70%;
   }
}