@media only screen and (max-width: 1024px) {
  #doodle {
    position: absolute;
    top: 70px !important;
    left: 10px !important;
    width: 50px !important;
    height: auto !important;
  }
  #start {
    position: absolute;
    top: 70px !important;
    left: 10px !important;
    width: auto !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  #club {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    background-image: url('backgroundmobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* Hide all mobile elements on desktop, show only on mobile */
#phonemobile, #cameramobile, #clubmobile, #emmacdmobile, #surfmobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #phonemobile, #cameramobile, #clubmobile, #emmacdmobile, #surfmobile {
    display: block;
  }
  #phone, #camera, #club, #emmacd, #snoopy {
    display: none;
  }
}
/* Hide #emmacdmobile on desktop, show only on mobile */
#emmacdmobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #emmacdmobile {
    display: block;
  }
  #emmacd {
    display: none;
  }
}
/* Hide #clubmobile on desktop, show only on mobile */
#clubmobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #clubmobile {
    display: block;
  }
  #club {
    display: none;
  }
}
/* Hide mobile images on desktop, show only on mobile */
#cameramobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #cameramobile {
    display: block;
  }
  #camera {
    display: none;
  }
}
/* Remove border/background from start button and image */
#startBtn {
  border: none;
  background: transparent;
  padding: 0;
}
#startBtn img {
  display: block;
  border: none;
  background: transparent;
}

/* Responsive index page stylesheet – mobile-first */

/* 3. Mobile phone styles */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body {
  background-image: url('homebackground.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

img { max-width: 100%; height: auto; display: block; }

#emmacdmobile {
    position: absolute;
    bottom: 30%;
    left: 20%;   
    width:200px;
    height: auto;
}
#cameramobile {
    position: absolute;
    top: 200px;
    right: -10px;
    width: 200px;
    height: auto;
}
#clubmobile {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
#phonemobile {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 175px;
  height: auto;
}
#doodle {
    position: absolute;
    top: 70px;
    left: 10px;
    width: 50px;
    height: auto;
}
#start {
  position: absolute;
  top: 70px;
  left: 10;
  width: 30px;
  height: auto;
  border: none;
  background: transparent;
}
@font-face {
  font-family: 'Acidic';
  src: url('Acidic.ttf') format('truetype');
}
.dropdown {
  position: absolute;
  top: 47%;
  left: 13%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #4792ff;
  width: 100%;
  min-width: unset;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  text-decoration: none;
  color: #333;
  font-family: 'Acidic', sans-serif;
  text-align: center;
}
.dropdown-content a:hover {
  background: #f1f1f1;
}
#surfmobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 100px;
}
#deer {
    position: absolute;
    top: 50px;;
    left: 10px;
    width: auto;
    height: auto;
}
#callme
{
  position: absolute;
  left: 51%;
  bottom: 23%;
  transform: translateX(-49%)
  width: 40px;
  height: 40px;
}

/* 6. Desktop / large layout overrides */
@media only screen and (min-width: 1025px) {
  html, body {
    height: 100%;
    overflow: hidden;
  }
  body {
    background-image: url('homebackground.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-repeat: no-repeat;
  }
}
#emmacd {
    position: absolute;
    bottom: -70px;
    right: -30px;   
    width:350px;
    height: auto;
}
#camera {
    position: absolute;
    top: 140px;
    right: 0px;
    width: 350px;
    height: auto;
}
#club {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
#phone {
  position: fixed;
  left: 52%;
  bottom: 0;
  transform: translateX(-48%);
  width: 240px;
  height: auto;
}
#doodle {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 300px;
    height: auto;
}
#start {
  position: absolute;
  top: 47%;
  left: 13%;
  width: auto;
  height: auto;
  border: none;
  background: transparent;
}
@font-face {
  font-family: 'Acidic';
  src: url('Acidic.ttf') format('truetype');
}
.dropdown {
  position: absolute;
  top: 47%;
  left: 13%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #4792ff;
  width: 100%;
  min-width: unset;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  text-decoration: none;
  color: #333;
  font-family: 'Acidic', sans-serif;
  text-align: center;
}
.dropdown-content a:hover {
  background: #f1f1f1;
}
#snoopy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 550px;
    height: 250px;
}
#deer {
    position: absolute;
    top: 50px;;
    left: 10px;
    width: auto;
    height: auto;
}
#callme
{
  position: absolute;
  left: 51%;
  bottom: 23%;
  transform: translateX(-49%)
  width: 40px;
  height: 40px;
}