@charset "utf-8";
/* CSS Document */

/******************************************************/
/*
/*
/*				DOCUMENT STYLES
/*
/*
/******************************************************/

body {
    background-color: #FFF;
	/*margin: 40px;*/
	font: 15px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
    margin: 0;
}

p {
	margin: 10px;
	font-weight: bold;
}

hr {
	border-top:1px solid #4CAF50;
}

h3 {
	color: #188f45;
}

#content-container {
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-width: 800px;
}

#myImg, #myVideo {
    width:90vw;
	height:90vh;
	max-width:90%;
    height:auto;
    max-height:90%;
}

.header-container {
	padding-top:40px;
}

.creator {
	padding: 20px;
	overflow: hidden;
}

.creator img {
	margin-right: 15px;
	float: left;
}
.event_container {
    display:inline-block;
	vertical-align:top;
	padding: 12px 24px 12px 24px;
}

.event {
    width: 300px;
    padding: 12px;
}

.shop_item {
	margin: 8px;
	padding: 20px;
	display:inline-block;
	vertical-align:top;
	background-color:#FFF;
	border:1px solid #4CAF50;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shop_item_heading {
	font-weight:bold;
	margin-bottom:12px;
	border-bottom:1px solid #4CAF50;
}

.shop_item_img img {
	width: 100px;
	height: auto;
}

.shop_item_img_wide img {
	width: 200px;
	height: auto;
}


.shop_item_price {
	margin:4px;
	font-weight:bold;	
}

#footer {
	margin:40px;
	padding-bottom:40px;
}







/******************************************************/
/*
/*
/*				LIGHTBOX
/*
/*
/******************************************************/

/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
















/******************************************************/
/*
/*
/*				NAVIGATION STYLES
/*
/*
/******************************************************/

.topnav {
  overflow: hidden;
  /* background-color: #333; */
  background-color: #4CAF50;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.volume {
	float: right;	
}

.topnav a.floatright {
	float: right;	
}

.active {
  /* background-color: #4CAF50; */
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.myDropdown {
    float: left;
    overflow: hidden;
}

.myDropdown .myDropBtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.myDropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.myDropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .myDropdown:hover .myDropBtn {
  background-color: #555;
  color: white;
}

.myDropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.myDropdown:hover .myDropdown-content {
    display: block;
}

@media screen and (max-width: 870px) {
  .topnav a:not(:first-child), .myDropdown .myDropBtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 870px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .myDropdown {float: none;}
  .topnav.responsive .myDropdown-content {position: relative;}
  .topnav.responsive .myDropdown .myDropBtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.blink_me {
  color:#fce172;
  animation: blinker 2s linear infinite;
  font-size:24px;
  font-weight:bold;
}

@keyframes blinker {
  50% {
    opacity: .45;
  }
}


/******************************************************/
/*
/*
/*				MODAL STYLES
/*
/*
/******************************************************/

/* Full Screen Modals */
.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}





/******************************************************/
/*
/*
/*				MOBILE STYLES
/*
/*
/******************************************************/
@media screen and (max-width: 870px) {

}