/* an empty css file for later use*/
/* style here to centre image */

html {
  /* position: fixed; */
  min-height: 100%;
  background-image: url(/images/8thhole.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

/* Style the footer */
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: lightgrey;
  /* padding: 4px; */
  text-align: center;
  /* color: white; */
}

.knav {
  background-color: lightgray;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-dialog {
  width: 360px;
}

.mt10 {
  margin-top: 10px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.ml10 {
  margin-left: 10px;
}

.pt2 {
  padding-top: 2px;
}

.pt20 {
  padding-top: 20px;
}

.txtc {
  text-align: center;
}

label {
  font-weight: bold;
}

.info_panel {
  /* top: 40%; */
  padding: 15px 15px 15px 15px;
  width: 90%;
  background-color: rgba(240, 236, 231, 0.8);
  position: relative;
  /* top:60%; */
  /* bottom: 5%; */
  /* display: block; */
  margin-left: 5%;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 5px #999;
  border: 3px solid lightslategrey;
  overflow: visible;
  /* margin: 10px 0px; */
}

.course_panel {
  /* top: 40%; */
  padding: 15px 15px 15px 15px;
  width: 80%;
  background-color: rgba(133, 39, 187, 0.404);
  position: relative;
  /* top:60%; */
  /* bottom: 5%; */
  width: 80%;
  /* display: block; */
  margin-left: 10%;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 5px #999;
  border: 3px solid lightslategrey;
  overflow: hidden;
  /* margin: 10px 0px; */
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: chocolate; /* light Cyan*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* Style the links inside the pill navigation menu */
.pill-nav a {
  display: inline-block;
  position: fixed; /* Stay in place */
  top: 100px;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
}

/* Change the color of links on mouse-over */
.pill-nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}

.splash {
  width: 70%;
  height: 70%;
}

hr.adm1 {
  border: 3px solid white;
  border-radius: 1px;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: auto;
  height: 100%;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px; /* 50% */
  }
}
