/* 
   Filename:  50_ford_conv.css
   Author:    John G. (Skip) Todora
   Date:      August 03, 2023
   Website:   skipsmessyworkbench.com
*/


* {box-sizing:border-box}

body {
   margin: 0px;
   font-family: verdana, arial, sans-serif;
   /* background-color: rgb(244,244,244); */
   background-color: #BCA15A;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: blue;
}

a:hover {
	color: red;
}

.bg-grad {
   background-color: #FFFFFF;
   background-image: linear-gradient(#FFFFFF, #BCA15A);  
}   

/* Slideshow container */
.slideshow-container {
  max-width: 1024px;
  position: relative;
  margin: auto;
  border-width: 5px;
  border-style: solid;
  border-color: #7F7F7F;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: yellow;
  background-color: black;
  opacity: 0.5;
  font-weight: bold;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.picnumber {
	font-size: 28px;
	font-weight: bold;
	color: #800080;
	margin-left: 40px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.portrait {
	height: 460px;
	width: auto;
}

.landscape {
	width: 460px;
	height: auto;
}

.descCenter {
	text-align: center;
	font-family: verdana;
	font-size: 16px;
}

.descLeft {
    text-align: left;
	font-family: verdana;
	font-size: 16px;
	padding: 10px;
}

.sidePanelMenu {
	margin-left: 50px;
	font-size: 32px;
}

.h1 {
	font-family: verdana;
	font-size: 40px;
	font-weight: bold;
	color: rgb(24,74,122);
	text-align: center;
}

.addrtext {
	text-align: center;
	font-style: italic;
}

hr {
    border: 1px solid black;
    width: 80%;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.textWidth {
   max-width:1024px;
   margin:auto;
}

ol {
   margin-left: 50px;
   margin-right: 50px;
}

li {
   padding-bottom: 10px;
}

.tab5 {
   display: inline-block;
   padding-left: 50px;
}

.sme-logo-img {
  display: block;
  float: left;
  width: 10%;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.box-art-img {
  /* display: block; */
  float: right;
  width: 20%;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
}
