/************** Font *************/

@font-face {
    font-family: Bebas;
    src: url("../ExtraStuff/Font/BebasNeue Light.otf");
}

@font-face {
    font-family: BebasBold;
    src: url("../ExtraStuff/Font/BebasNeue Bold.otf");
}

/************** Bottom Layer *************/

body {
	background-color: #000;
    /*background-image: url('../ExtraStuff/bright_squares/bright_squares_@2X.png');*/
    background-image: url('../Images/1080bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/************** Toolbar *************/

md-toolbar {
	height: 70px;
    min-height: 40px;
	background-color: rgba(0, 0, 0, 0) !important;
	/*background-image: url('../Images/header.jpg');*/
	background-size: 100%;
	background-position: bottom;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	padding: 0px;
	margin: 0px;
}

.toolbar {
	background-image: url('../Images/opacity.png');
	height: 100%;
    max-height: 100%;
	vertical-align: top;
	margin-top: 0px;
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
	padding: 0px;
}

.logo {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.header {
	color : white;
	text-align: center;
	font-family: 'Permanent Marker';
	letter-spacing: 2px;
    text-shadow: 2px 2px 8px #000000;
}

.md-avatar {
	border-radius:50% 50% 50% 50%;
	margin-left: 15px;
	margin-right: 15px;
}

.menu {
    height: 50px;
	margin-right: 10px;
	outline: none;
}

/************** Content and Navigation *************/

.container {
	max-height: calc(100% - 110px);
	max-width: 1280px;
	margin: 0px auto;
	background: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0px;
    height:100%;
}

@media only screen and (max-width: 1280px) {
    .container {
        max-height: calc(100% - 70px);
    }
}

md-sidenav {
	width: 200px;
	max-width: 200px !important;
    min-width: 200px;
	height: 100%;
	font-weight: bold;
    /*position:relative;*/
	background: radial-gradient(#333333, #111111);
}

md-sidenav-cell {
	width: 100% !important;
	max-width: 100% !important;
    min-width: 100% !important;
	height: 100%;
	font-weight: bold;
    /*position:relative;*/
	background: radial-gradient(#333333, #111111);
}

.nav {
	color : white;
	width: auto;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
    text-decoration: none;
	text-shadow: 2px 2px #333333;
	font-weight: bold;
	font-family: 'BebasBold', sans-serif;
}

.nav:hover {
    color: white !important;
    text-decoration: none !important; 
    background-color: rgba(0, 0, 0, 0) !important;
}

.navbar {
    background: #333;
    max-width: 1280px;
	margin: 0px auto;
    height: 40px;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.socialMedia {
    right: 0;
    position: absolute;
    height: 40px;
    padding-right: 10px;
    display: table;
    vertical-align: middle;
}

.socialMediaIcon {
    width: 30px;
    height: 30px;
    margin: 5px;
    cursor: pointer;
    position: relative;
}

.socialMediaIcon:hover {
    filter: invert(100%);
}

.socialMediaModal {
    position: absolute;
    bottom: 100px;
    width: 100%;
    transition: 1s;
    opacity: 0;
}

.socialMediaIconModal {
    width: 60px;
    height: 60px;
    margin: auto;
    cursor: pointer;
    filter: invert(100%);
    position: relative;
    display: flex;
}

.socialMediaIconModal:hover {
    filter: invert(0%);
}

/************** Page Level *************/

.embedded {
	text-align: center;
	height: 100%;
	width: 100%;
    padding: 0px;
    font-family: 'Open Sans', serif;
    font-weight: normal !important;
}

h4 {
    font-weight: normal !important;
}

h5 {
    font-weight: normal !important;
    margin: 0px;
    color: white;
    font-size: 16px;
}

.triple {
    margin-top: 0;
}

.home {
    text-align: center;
	height: 100%;
	width: 100%;
	padding: 0px;
    font-family: 'Open Sans', serif;
    /*background: radial-gradient(circle, #BBBBBB, #DDDDDD, #FFFFFF);*/
}

.homeImage {
    display: block; 
    padding: 5px; 
    margin: auto; 
    max-height: 90%; 
    max-width: 90%; 
    height: auto; 
    width: auto; 
    /* cursor: pointer;  */
    /* position: absolute; */
	top: 0; 
    left: 0;
	bottom: 0; 
    right: 0;
}

md-card {
	background-color: #EEEEEE;
	flex: auto;
	height: 135px;
	width: 330px;
}

.md-title {
  font-family: 'Lato', sans-serif;
}

.md-sub-title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .005em;
  margin-bottom: 0px;
}

.md-dj-title {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

._md-center {
       left: 50%;
       transform: translate3d(-50%, 0, 0);
}

.bioPic {
    max-height: 300px;
    max-width: 80%;
    display: block;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.headerImage {
    margin-top: 50px;
    margin-bottom: 40px;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 600px;
    width: 100%;
}

#videoWrapper {
    position: relative;
    border: none;
    width: 90%;
    padding-top: 50.7%;
    margin-left: 5%;
    margin-right: 5%;
}

#homeVideoWrapper {
    position: relative;
    border: none;
    width: 90%;
    padding-top: 50.62%; /* padding-top: 60%; for the wistia video */
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
    margin-bottom: 5%; /* margin-bottom: 10%; for the wistia video */
}

@media only screen and (max-width: 700px) {
}

.player .vp-controls {
    display: none !important;
    margin-top: 5000px;
}

.video {
    height: 100%; 
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.eventImage {
    max-width: 600px;
    margin: 20px auto 20px auto;
    width: 80%;
    padding: 4px;
}

.djMix {
    width: 90%;
    height: 166px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 0;
    margin-bottom: 25px;
}

/************** Effects *************/

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.alignright {
	float: right;
	margin-top: 8px;
}

.alignleft {
	left: 10px;
	margin-top: 5px;
    position: absolute;
}

.alignleft:hover {
    filter: invert(100%);
}

.transparent {
	background-image: url('Images/opacity.jpg') repeat center top;
}

.padding200 {
  padding-right:200px;
}

/*****************Modal*****************/

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    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: 90%;
    max-width: 900px;
    cursor: pointer;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* 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%;
    }
}




/* Hamburger nav */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 70px;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.92);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  transition: 0.5s;
  opacity: 1;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 28px;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
















#photos {
   /* Prevent vertical gaps */
   line-height: 10px;
   
   -webkit-column-count: 5;
   -webkit-column-gap:   10px;
   -moz-column-count:    5;
   -moz-column-gap:      10px;
   column-count:         5;
   column-gap:           10px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }

  .headerImage {   
      height: 370px;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}