* {
  margin: 0px; padding: 0px;
  box-sizing: border-box;
}

/********HEAD********/
.header {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  padding: 8px;
}
.headertext {
  font-family: 'Oswald', sans-serif;
  font-size: 32pt;
  text-align: center;
  color: #FFC31F;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0px;
}
  @media only screen and (max-width: 480px) {
    .headertext {
      font-size: 24pt;
    }
  }

/********MENU********/
.menubox {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  padding: 10px;
}
.menubar {
/*background-color: rgba(63, 30, 1, 0.5); */
  text-align: center;
  position: relative;
  width: 100%;
  padding: 8px;
  margin: 0px auto; 
}
#page-wrap-menu {
  list-style-type: none;
  position: relative;
  min-width: 250px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
}
.menutext {
  font-family: 'Oswald', sans-serif;
  font-size: 16pt;
  color: #FFC31F;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 3px;
  padding: 0px 15px 0px 15px;
}
  @media only screen and (max-width: 480px) {
  .menutext {
    font-size: 13pt;
    }
  }
li {
  display: inline-block;
  white-space:nowrap;
}
a:hover {
  color: #DF2720;
  transition: 0.3s;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/********BODY********/
.page-wrap-bodyshell {
  position: relative;
  width: 100%;
  margin: 1000px 0px 1000px 0px;
  padding: 0px;
  background: #343232;
}
.page-wrap-body-mid {
  position: relative;
  width: 50%;
  margin: 0px auto;
  padding: 0px 0px 40px 0px;
  background: transparent;
}
  @media only screen and (max-width: 480px) {
    .page-wrap-body-mid {
      width: 70%;
    }
  }
.newalbum {
  width: 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: transparent;
  text-align: center;
}
  @media only screen and (max-width: 480px) {
    .newalbum {
      width: 100%;
    }
  }
p {
  font-family: 'Roboto', sans-serif;
  font-size: 90%;
  margin: 0 0 0px 0;
  text-align: left;
  text-indent: 0px;
  color: #EEEEDC;
}
  @media only screen and (max-width: 480px) {
    p {
      font-size: 95%;
    }
  }
.sectiontitle {
  font-family: 'Oswald', sans-serif;
  font-size: 30pt;
  color: #FFC31F;
  text-decoration: none;
  letter-spacing: 3px;
  text-align: center;
  padding: 0px 0px 20px 0px;
}
  @media only screen and (max-width: 480px) {
    .sectiontitle{
      padding: 30px 0px 20px 0px;
    }
  }
.subsectiontitle {
  font-family: 'Oswald', sans-serif;
  font-size: 20pt;
  color: #EEEEDC;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 0px 10px 0px;
}
  @media only screen and (max-width: 480px) {
    .subsectiontitle{
      padding: 10px 0px 5px 0px;
    }
  }

/********SOC*********/
.socicon {
  list-style-type: none;
  position: relative;
  min-width: 250px;
  text-align: center;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
}
.socicon2 {
  list-style-type: none;
  position: relative;
  min-width: 250px;
  text-align: center;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.socfade {
  width: 40px;
  opacity: 1;
  margin: 0px 10px 0px 10px;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
  .socfade:hover {
    opacity: 0.5;
  }
.socfade2 {
  width: 30px;
  opacity: 1;
  margin: 0px 5px 0px 5px;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
  .socfade2:hover {
    opacity: 0.5;
  }

/********FOOT********/
#page-wrap-footer {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 14px 0px 13px 0px; /* top right bottom left*/
  background: #343232;
}
.copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 0px 15px 0px;
}

/********GRID********/
.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;
  width: 100%;
}
/* 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%;
  }
}
/* 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 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/********BGV*********/
#myVideo {
  position: fixed;
  right: 0;
  top: 0px;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}


/********modal gallery*********/
.myImg {
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}