* {
  box-sizing: border-box;
}

h1 {
color: red;
font-size: 1.5em;
}

h2 {
color: black;
font-size: 1.5em;
}

h3 {
color: black;
font-size: 12px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("StateOfFloridaFlag.jpg");
}

/* Style the header */
.header {
/*  background-color: #f1f1f1; */
  padding: 30px;
  text-align: center;
  font-size: 35px;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  /*height: 300px; /* Should be removed. Only for demonstration */
}

/* Left and right column */
.column.side {
  width: 25%;
  background-color: #ccc;
  background-color: rgba(192,192,192,0.2);  
}

/* Middle column */
.column.middle {
  width: 50%;
  background-color: #ccc;
  background-color: rgba(192,192,192,0.3);    
}

/* Do I even NEED the footer?! */
/* Style the footer */
/*.footer {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
  
}*/

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}
a,
a:hover { color: #0066cc; }

a img { border: none; }

.container {
  max-width: 940px;
  margin: 40px auto;
}

.inl { display: inline-block; }

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  border: none;
  text-shadow: none;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  background: #aaa;
}

.my-slideshow {
  position: relative;
  width: 310px;
  margin: 4px auto;
  border: 1px solid #fff;
  background: #eee;
}

.my-slideshow-controls {
  text-align: center;
  padding: 5px;
  background: #ddd;
}

.my-slideshow-slides {
  position: relative;
  width: 600px;
  height: 400px;
  overflow: hidden;
}

.my-slideshow-slide {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.my-slideshow-counter {
  text-align: center;
  padding: 10px 0;
  font-style: italic;
  background: #ddd;
}

.my-slideshow-playing .my-slideshow-play,
.my-slideshow-paused .my-slideshow-pause {
  background: #555;
  color: #fff;
}
