/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  font-family: sans-serif;
  height: 100%;
  background-color: #333;
  font-size:large;
  line-height: 0.8;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px rgba(0,0,0,1);
}

.col-lg-4 {
  gap:10px
}

img {
  height:500px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 5px;
  margin-bottom: 5px;
  text-shadow: black 0px 0px 5px;
  text-align:left;

}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
  position:fixed;
  bottom:0;
  width:100%;
  font-size:medium;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}
.masthead {
  background-image: linear-gradient(rgba(0,0,0,100), rgba(0,0,0,0));
}

.mastfoot {
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,100));

}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    max-height:  200px;
  }
}

/* <img class="bg-image" id="mainbg" src="../images/lighting/1.png" style="height: 100vh;"></img></div> */

#body {
  background-image: url("../images/lighting/1.jpg");
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center center;
}

#leftButton {
  position:absolute;
  left:2vw;
  top:50vh;
}

#rightButton {
  right:2vw;
  position:absolute;
  top:50vh;
}

#leftButton:hover {
  background-color: rgba(57, 57, 57, 0.4);
}

#rightButton:hover {
  background-color: rgba(57, 57, 57, 0.4);
}

button {
  background-color: rgba(0,0,0,.4);
  border-radius:100%;
  width:50px;
  height:50px;
  border-style: groove;
}

p {
  margin:0 0 5px;
}


 /* The Modal (background) */
 .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #141414;
  margin: 10vh auto;
  padding: 20px;
  border: 1px solid #888;
  width:340px;
  color: #dedede;
  text-shadow:none;
  line-height: normal;
  border-radius: 2%;;
  border-color: black;;
}

#headshotImg {
  object-fit:contain;
  width:280px;
  height:auto;
}


#contactMeButton {
  width:230px;
  border-style:solid;
  border-radius:20%;
}

#contactMeButton:hover {
  background-color:#1d1d1d
}

.flexBoxItem {
  width:50%;
}

.modalText {
  margin-top:3px;
  padding-bottom:16px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 