* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 2px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

html {
    font-family: "ReithSans","Montserrat", "arial", "Helvetica", sans-serif;
    line-height: 1.6;
    font-size: 14px;
    height: 100vh;
}
#bd1 {
    height: 100vh;
    color: black;
}
.header {
    background-color: lightblue;
    padding: 0px;
}
/* The fixed Menu */
@media screen and (min-width: 1024px) {
.fixedMenu {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 999;
    }
/* Main content */
.content {
    /* margin-top: 163px; /* Add a top margin to avoid content overlay */
    z-index: 0;
    }
}
.menu ul {
    list-style-type: none;
    margin: 0;
    background-color: darkblue;
    color: #E3C6B4;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: darkblue;
    color: #E3C6B4;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: blue;
}
IMG.displayed {
    display: block;
    margin: 0 auto;
}
li {
    color: #E3C6B4;
}
 /* unvisited link */
a:link {
    color: black;
}
/* visited link */
a:visited {
    color: blue;
}
/* mouse over link */
a:hover {
    color: red;
}
/* selected link */
a:active {
    color: blue;
}
/* Dropdown Button */
.dropbtn {
    cursor: pointer;
}

/* 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: #f9f9f9;
    min-width: 160px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

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

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: lightblue; /* Grey */
    color: darkblue;
}

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

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
#topRow {
    background-image: url("/images/greyBack.jpg");
    background-color: white;
}
#texttopRow {
    text-align: left;
    font-weight: bold;
    padding: 50px;
    display: inline;
}
.rightHeader {
    float: right;
    margin-right: 50px;
}
#secRow {
    background-image: url("/images/whiteBack.jpg");
    background-color: white;
    min-height: 130px;
    color: black;
}
#leftsecRow {
    float: left;
    padding-left: 10px;
    padding-right: 15px;
}
#rightsecRow {
    float: right;
    margin-right: 10px;
}
#logoText {
    float: left;
}
#thirdRow {
    background-image: url("/images/whiteBack.jpg");
    background-size: cover;
    background-color: #6d8bbc;
    min-height: 355px;
}
#right3rdRow {
    float: right;
    padding-right: 10px;
}
#blackLine {
    background-image: url("/images/data.jpg");
    background-color: black;
    color: white;
    font-size: 18px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    z-index: 10;
}
#main {
    background-image: url("/images/whiteBack.jpg");
    background-color: white;
    background-size: cover;
    color: black;
}
.leftText {
    text-align: left;
    padding: 20px;
    display: inline;
}
.rightText {
    text-align: right;
    padding: 20px;
    display: inline;
}
#footer {
    background-color: #6d8bbc;
    background-image: linear-gradient(to bottom, #a1c4fd 0%, rgba(66,108,128,1) 100%);
    color: #ffffff;
    padding: 15px;
}
.footerleft {
    float: left;
}
.footerright {
    float: right;
}
#SEO {
    width: 75px;
    margin-left: 50px;
}
.button {
    border: none;
    border-radius: 4px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 5px 10px 18px #888888;
    background-image: linear-gradient(to bottom, #a1c4fd 0%, rgba(66,108,128,1) 100%);
}
.button {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button:hover {
    background-color: blue; /* Grey */
    color: black;
}
#banner1 {
    left: 70px;
    width: 90%;
    padding: 10px;
    margin: 10px;
}
#bannerTextBox {
    right: 70px;
    width: 90%;
    border: 5px solid black;
    padding: 10px;
    margin-top: 15px;
}
#playButton {
    height: 30px;
    width: 90px;
    background-color: yellow;
    color: black;
    text-align: center;
}
/* The element to apply the animation to */
#playButton {
    background-color: red;
    animation-name: buttonFlash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
} 
 /* The animation code used to flash buttons*/
@keyframes buttonFlash {
    from {background-color: red;}
    to {background-color: yellow;}
}
.picTiny {
    float:left;
    width: 90%;
    padding: 3px 3px 3px 3px;
}
.picRight {
    float:right;
    width: 40%;
    padding: 10px 10px 10px 10px;
}
#mePic {
    float:left;
    margin: 0 10 10 0;
}
.certs {
    float:right;
}
.textPara {
    line-height: 1.6;
    max-width: 700px;
}
#cf {
  position:relative;
  width:90%;
  height:300px;
  margin:0 auto;
}
#bannerold1 {
    left: 70px;
    width: 90%;
    padding: 10px;
    margin: 10px;
}
#rssOutput img {
    width: 10%;
    height: 25px;
}
#timText {
    font-size: 250%;
    color: black;
}
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    z-index: 1;
}
.cartoon {
    width: 100px;
    height: auto;
}
img {
    max-width: 100%;
    max-height: 100%;
}
  .holder ul {
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
    color:white;
    max-height: 40px;
  }
  .holder { 
    overflow:hidden;
}
  .columnBlock {
    margin-left: 20px;
    margin-right: 20px;
}
.zoominDinner { 
    -webkit-transition: all 2s ease; 
    -moz-transition: all 2s ease; 
    -ms-transition: all 2s ease; 
    transition: all 2s ease; 
  } 
  .zoominDinner img:hover { 
    width: 500px; 
  } 
  #f2,#f3 {
    float: left;
    display: none;
    width: 100%;
    height: auto;
}
#f1 {
    float: left;
    width: 100%;
    height: auto;
}
.dinnerTitle {
    color: black;
}
.fadein {
    width: 600px;
    margin: auto;
}
#bannerTextBox {
    position: absolute;
    background-color: black; /* Grey */
    width: 35%;
    border: 2px solid black;
    color:white;
    font-size: 12px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    opacity: 0.7;
    z-index: 1;
}
.loading {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}
.smallHeader {
    border-bottom-style: solid;
    border-color: black;
    border-width: 5px;
}
.phoneSmallHeader {
    border-bottom-style: solid;
    border-color: black;
    border-width: 5px;
}
#mapholder {
    z-index: 0;
}
.rotate180 {
    transform: rotate(180deg);
}
.rotate90 {
    transform: rotate(90deg);
}
.rackImage {
    margin: auto;
}

.newsHeadBig {
    display: block;
}
.newsHeadSmall {
    display: none;
}

.row-buttons {
    display: flex;
    justify-content: center;
}

.column-buttons {
    flex: 50%;
    width: 20vw;
}

.selector-button {
    border: none;
    border-radius: 4px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 5px 10px 18px #888888;
    background-image: linear-gradient(to bottom, #a1c4fd 0%, rgba(66,108,128,1) 100%);
    width: 20vw;
}
.selector-button:hover {
    background-color: blue; /* Grey */
    color: black;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
  
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    .selector-button {
        width: 32vw;
    }
}
