body {
  margin: 0;
  margin-top: 32px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #EBEBEB;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
}

* {
    box-sizing: border-box;
}

.ftr-lnk {
  color:white;
  text-decoration:none!important;
  font-size:14px;
}

.row {
width:100%;
max-width:1020px;
margin: auto;
padding-left:4px;
background-color: white;
}

.header {
    float: left;
    width: 100%;
    max-width: 1020px;
    min-width: 320px;
    padding: 24px 4px 4px 4px;
    text-align:center;
}

.header-sm {
    float: left;
	width: 100%
	padding: 5px;
	height: 50px;
}

.footer {
    float: left;
    width: 100%;
    max-width: 1020px;
    max-height:180px;
    padding-top: 6px;
    font-size:14px;
}

.column-1C {
    float: left;
    width: 100%;
    max-width: 1020px;
    padding: 8px 8px 8px 2px;
}

/* Create two unequal columns that float next to each other */
.column-2C {
    float: left;
    padding: 10px 3% 10px 2%;
}

.left {
  width: 68%;
}

.leftmakes {
  width: 68%;
}

.right {
  width: 30%;
  text-align:right;
  padding-top:25px;
}

.rightmakes {
  width: 30%;
  text-align:center;
  padding-top:25px;
}

.left50 {
  width: 50%;
}

.right50 {
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create three equal columns that float next to each other */
.column-3C {
    float: left;
    padding: 10px;
    width: 33.33%;
}

/* Three equal columns in footer section that float next to each other  */

.column-footer3C {
    font size:14px;
    line-height:1.4;
    float: left;
    padding: 6px;
    width: 32%;
    height: auto;
}

/* Create four equal columns that float next to each other */
.column-4C {
    float: left;
    padding: 5px;
    width: 24.5%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Navigation */
.topnav {
  overflow: hidden;
  background-color: #333; /* full-width bar */
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  max-width: 1020px;
  z-index: 9999;
  margin: 0 auto; left:0px; right: 0px; /* center nav bar */
  float: clear;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2; /* menu bar text color */
  text-align: center;
  padding: 14px 5px 14px 14px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd; /* color change on hover */
  color: black;
}

.active {
  background-color: #0066CC; /* Home square */
  color: white;
}

.topnav .icon {
  display: none;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 655px) {

  .topnav a:not(:first-child) {display: none;}

  .topnav a.icon {
    float: right;
    display: block;
  }

   .topnav.responsive {
    position: fixed;
    z-index:9999;
  }

 /* .topnav.responsive {position: relative;} -- old  */

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .column-2C {
     width: 100%;
  }
  .column-3C {
        width: 100%;
  }
 }

/* ----------Menu Items---------- */

.menu-txt {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	color: black;
	line-height: 2.0em;
}

.menu-column {
	float:left;
	width: 32%;
	background-color: white;
	border: none;
	padding-top: 10px;
	text-align: left;
}

.menu-column-ex {
	float:left;
	width: 33.33%;
	max-width:80px;
	background-color: white;
	border: none;
	padding-top: 10px;
	padding-left: 8px;
	text-align: left;
}

.manu-menu-txt {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: black;
	line-height: 2.0em;
}

.exotics-menu-txt { 
	font-size: 16px;    /* main exotics menu */
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: black;
	line-height: 3.0em;
}

.exotics-thumb {
	float:left;
	margin:14px 10px 0px 4px;
}	