/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* END RESET */
  html, body {
    width: 100%;
    height: 100%;
  }

  @font-face {
	  font-family: betterpixels;
	  src: url(./BetterPixels.ttf);
  }

  *, :after, :before {
    box-sizing: border-box;
  }

  body {
    box-sizing: border-box;
    background-color: #000000;
	font-family: betterpixels;
	align-items: center;
	color: #ffffff;
  }

  .logo {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10%;
  }

  @media all and (min-width: 576px) {
    .logo {
      padding: 3%;
    }
  }

  .iconContainer {
    display: flex;
    justify-content: center;
    max-width: 100%;
	margin-top: -10%;
  }

  @media all and (min-width: 576px) {
    .iconContainer {
    margin-top: -3%;
    }
  }

  .socialIcon {
    display: block;
    height: auto;
    cursor: pointer;
    width: 60px;
    padding: 10px;
  }

  @media all and (min-width: 576px) {
    .socialIcon {
      width: auto;
      padding: 20px;
    }
  }

  .socialIcon:hover {
    transition: all .3s ease-out;
    filter: opacity(0.4);
  }

  .comingSoon	{
	font-family: betterpixels;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 32px;
	display: flex;
  }

  @media all and (min-width: 576px) {
    .comingSoon {
		font-size: 55px;
    }
  }

  .wizardGirl	{
	display: block;
    width: auto;
    justify-content: center;
	align-items: center;
	margin-top: -20%;
  z-index: 1
  }

  @media all and (min-width: 576px) {
    .wizardGirl {
    display: block;
		position: fixed;
		bottom:0px;
		width: auto;
    }
  }

  .title	{
    font-family: betterpixels;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 40px;
    display: flex;
    margin-top: 2%; 
    }
  
  @media all and (min-width: 576px) {
    .title {
      font-size: 65px;
    } 
    img {
      vertical-align: middle;
    }
  }  

  .container {
    position: relative;
  }
    

  .slides {
    display: none;
  }
    

  .cursor {
    cursor: pointer;
  }
    

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: 0px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
  }
    

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }


  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
    
  .active,
  .demo:hover {
    opacity: 1;
  }  

  .dressUp	{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    }

  @media all and (min-width: 576px) {
    .dressUp { 
      margin-top: 5%;
    }
  }  
  
  .dressUp a { 
    width:90%
  }


  @media all and (min-width: 576px) {
    .dressUp a { 
      width:30%
    }
  }  