* {
	margin: 0px;
	padding: 0px;
}

html {
  width: 100%;
  height: 100%;
}

body {
	width: 100%;
  height: 100%;
  font-family: 'Nunito Sans', sans-serif;
  background: black;
}

a {
  color: white;
  transition: color .7s;
  text-decoration: none;
}

a:hover {
  color: black;
}


#space {
  /* height: 600px;
  width: 100%; */
}


/* MENU */

.topnav {
    /*background: black;*/
    overflow: visible;
    height: 70px;
    padding-top: 12px;
}

img#logo {
  height: 44px;
  padding-left: 20px;
  padding-bottom: 26px;
  padding-top: 0px;
}

/* Style the links inside the navigation bar */
/*.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 17px 16px;
    text-decoration: none;
    font-size: 1.6em;
}*/

.topnav-link {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 17px 16px;
    text-decoration: none;
    font-size: 1.6em;
}

/* Change the color of links on hover */
.topnav-link:hover {
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
    font-size: 2.2em;
    padding: 8px 15px;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav-link {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .topnav.responsive {
    background: black;

  }
  .topnav.responsive a {
    background: black;
    float: none;
    display: block;
    text-align: left;
  }
}


/* HEADER IMAGE + LOGO */

.header-image-container {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -82px;
  z-index: -1;
  background-repeat: no-repeat;
} 

#header-image-container-about {
  background-image: url("../images/header1.jpg");
}

#header-image-container-events {
  background-image: url("../images/header2.jpg");
}

#header-image-container-store {
  background-image: url("../images/december/storebanner.jpg");
  background-position: 50% 65%;
}

#globe-logo {
  /*width: 270px;*/
  max-height: 27vh;
  padding-top: 110px;
}

@media screen and (max-height: 750px) {
  #globe-logo {
    padding-top: 80px;
  }
}

@media screen and (max-height: 570px) {
  #globe-logo {
    padding-top: 70px;
  }
}


/* HOME PAGE TEXT */
#homepage-text {
	font-weight: 100;
	margin-top: 100px;
}

#newinstore {
	width: 80%;
    max-width: 410px;
    margin-top: 100px;
}

#morevideos {
  margin-top: 30px;
}



/* BUTTONS */

#button-container img {
  display: inline;
  width: 19%;
  padding: 0px 6.9%;
}

.button-div {
  width: 19%;
  padding: 0px 6.9%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 275px;
  float: left;
  background-position: center;
  transition: background-image 1s;
  margin-bottom: 60px;
}

#div1 {
  background-image: url("../images/about.png");
}

#div2 {
  background-image: url("../images/store.png");
}

#div3 {
  background-image: url("../images/events.png");
}

#div1:hover, #div2:hover, #div3:hover {
  background-image: url("../images/arrow.png");
  transition: background-image 1s;
}

div#button-container {
    padding-top: 60px;
    padding-bottom: 50px;
}

#button-container a {
  transition: opacity 1s;
}

#button-container a:hover {
  opacity: 0;
}


/* SOCIAL MEDIA */

#social-media-container {
    width: 100%;
    padding: 30px 0px;
    background: #1d1d1d;
    clear: both;
    border-top: 1px solid whitesmoke;
}

#social-media-container ul li {
    display: inline;
    padding: 0px 5px;
    font-size: 2em;
}

#social-media-container-construction {
    width: 100%;
    padding: 30px 0px;
    clear: both;
    position: fixed;
    bottom: 0;
}

#social-media-container-construction ul li {
    display: inline;
    padding: 0px 5px;
    font-size: 2em;
}

#copyright {
    color: white;
    font-size: .6em;
}

/* ABOUT PAGE TEXT */

.whitetext {
  color: white;
}

#about-header {
  display: block;
  position: relative;
  top: -114px;
  font-size: 2.4em;
  line-height: 38px;
}

#about-copy {
  width: 80%;
  margin: 0px auto;
  text-transform: uppercase;
  text-align: justify;
  font-size: 1.2em;
  font-weight: 100;
  position: relative;
  top: -35px;
}


/* EVENTS */

#event-container {
  width: 90%;
  margin: auto;
}

#event-container img {
  max-width: 500px;
  width: 80%;
  display: block;
  margin: auto;
  margin-bottom: 70px;
}


/* GIF TRANSITION THING */

#gif1 {
  	position: fixed;
  	bottom: 0;
  	left: 0;
}

#gif2 {
	position: fixed;
  	bottom: 0;
  	right: 0;
}

#gif3 {
	position: fixed;
  	top: 0;
  	left: 0;
}

#gif4 {
	position: fixed;
  	top: 0;
  	right: 0;
}


/* IMAGE SLIDESHOW HOMEPAGE */

.my-slider {
    height: 680px;
    margin: 0 auto;
    width: 100%;
    margin-top: 35px;
}

.my-slider ul {
  height: 100%;
  overflow: hidden;
}

.my-slider li {
  float: left;
}

.my-slider li img {
  width: 452px;
}

.my-slider-item {
  margin-right: 10px;
}


/* CONTACT FORM */

#contactform {
  margin-top: 30px;
}

#contactform p {
  margin-bottom: 4px;
}

input, textarea, #submit {
  padding: 3px 8px;

}

/* input, textarea {
  display: block;
  width: 40%;
  margin-bottom: 12px;
  background: black;
  color: white !important;
  border: 1px solid white;
} */

.aboutform {
  display: block;
  width: 40%;
  margin-bottom: 12px;
  background: black;
  color: white !important;
  border: 1px solid white;
} 

input {
  height: 15px;
}

input:hover, textarea:hover {
  background: rgba(255, 255, 255, 0.13);
}

textarea {
  height: 50px;
}

#submit {
  background: black;
  color: white;
  border: 1px solid white;
  height: 20px;
  width: 14%;
}

#submit:hover {
  background: rgba(255, 255, 255, 0.95);
  color: black !important;
}



/* COMING SOON */

#coming-soon {
    width: 90%;
    position: fixed;
    top: 50vh;
    left: 5vw;
    font-size: 30px;
    font-weight: 600;
}












