* {
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
body {
    margin: 0 auto;
    text-align: center;
    background-color: rgb(20, 20, 20);
    }
#header {
    background-image: url("/img/KML0905_header.jpg");
    background-size: cover;
    background-position: 50% 50%;
}
.nav {
    text-align: center;
    top: 0;
    left: 0;
    margin: 0%;
    padding: 0%;
}
#content {
    overflow: auto;
    word-wrap: break-word;
    margin-bottom: 25px;
}

#thmb-container {
    overflow: auto;
    margin: auto;
    padding: 2em 0 0 0;
    max-width: 1582px;
}

#footer {
    padding: 2em 0;
    font-family: ff-good-headline-web-pro-con;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.25em;
    margin: 1%;
    color: white;
}

#kevinPhoto {
    border-radius: 5%;
    margin: 5% 1;
}

li {
    font-size: 1.5em;
    display: inline;
    padding: 0.5em;
}

/* Dropdown Button */
.dropbtn {
    font-family: ff-good-headline-web-pro-con;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    background-color: transparent;
    outline: none;
    padding: 16px;
    border: none;
}
.dropbtn:hover {
    text-decoration: underline;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

h1.title {
    font-family: "archivo-condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.5em;
    color: white;
}
h1.date {
    font-family: times-new-roman;
    font-style: italic;
    font-size: 1.5em;
}
h1 {
    font-family: "archivo", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2em;
    margin:0;
    color: white;
}
h2 {
    font-family: ff-good-headline-web-pro-con;
    font-size: 2.5em;
}
p {
    font-family: ff-good-headline-web-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.1em;
    margin:2% 0% 0% 0%;
    color: white;
}

p.thumb {
    font-family: "archivo-condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.1em;
    margin:2% 0% 0% 0%;
    color: white;
}

#paraHead {
    font-size: 1em;
    font-family: "archivo", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}

p.footer {
    font-size: small;
    margin: 1% 0 0 0;
    color: white;
}
a {
    text-decoration: none;
    font-family: "archivo-semi-expanded", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: white;
}

a:hover {
    text-decoration: underline;
}
a:visited {
    color: white;
}
.ImgCont {
    padding-bottom: 5%;
}

.ImgCont img {
    border-radius: 1em;
}

.ImgCont p {
    font-size: 18px;
}

.column1, .column2, .column3 {
    -ms-flex:31.3%; /* IE10 */
    flex: 31.3%;
    max-width: 31.3%;
    height: auto;
    float: left;
    margin: 1%;
}
.column3 {
    margin-right: 0%;
}
.column4 {
    -ms-flex:31.3%; /* IE10 */
    flex: 31.3%;
    max-width: 31.3%;
    height: auto;
    float: left;
    margin: 1%;
    border-left: solid;
    border-right: solid;
    border-color:#82bdc2;
    padding: 0 5px;
}
.videoWrapper {
    position: relative;
	/* padding-bottom: 5%; /* 16:9 */
    margin: 10%;
    margin-bottom: 0%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper:hover #reelThmb {
    opacity: 0.3;
}
.videoWrapper:hover .middle {
    opacity: 1;
}
#reelThmb {
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 1em;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.text {
    color: white;
    font-family: ff-good-headline-web-pro-con;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.25em;
}
.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}


.column img {
    margin-top: 8px;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.wideColumn {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}

.WideColumn img {
    margin-top: 8px;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* @media screen and (max-width: 767px) {
  .column1, .column2, .column3 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
} */

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .wideColumn {
    -ms-flex: 100%; /* IE10 */
    flex: 100%;
    max-width: 100%;
}
}

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

@media screen and (max-width: 600px) {
  .column, .column1, .column2, .column3, .column4 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
    .videoWrapper #reelThmb {
    opacity: 0.3;
}
    .videoWrapper .middle {
    opacity: 1;
}
    h1.title {
        font-size: 1.5em;
}
    li {
        font-size: 1em;
}
    h1 {
        font-size: 1.5em;
}
    #footer {
        font-size: .5em;
    }
    p.footer {
        font-size: 1em;
    }
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 1; /* Make sure it does not overlap */
    border: solid;
    border-width: thin;
    background-color: white; /* Set a background color */
    color: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}
#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}