  @media screen and (max-width: 600px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
/* Use a media query to add a breakpoint at 800px: */
@media screen and (min-width: 601px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
  /* Colors */
  :root{
  --base-color: rgb(255, 210, 140);
  --social-button-color: white;
  --spesgress-color: rgb(198, 106, 57);
  --theme-switch: gray;
  --theme-switch-icon: black;
  --logo-switch: orange;
  --logo-switch-icon: black;
  --Spesgress-theme-switch: rgba(128, 128, 128, 0);
  --Spesgress-theme-switch-icon: rgba(0, 0, 0, 0);
  }
  .darkmode{
  --base-color: rgb(0, 45, 115);
  --social-button-color: black;
  --spesgress-color: rgb(57, 149, 198);
  --theme-switch: gray;
  --theme-switch-icon: white;
    --logo-switch: cyan;
  --logo-switch-icon: white;
  --Spesgress-theme-switch: rgba(128, 128, 128, 0);
  --Spesgress-theme-switch-icon: rgba(0, 0, 0, 0);
  }

  /* Background colors */
  #theme-switch{
    height: 50px;
    width: 50px;
    padding:0;
    border-radius: 50%;
    background-color: var(--theme-switch);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top:   20px;
     right: 50px; 
  }
  #theme-switch img{
    fill: var(--theme-switch-icon);
  }
  #theme-switch img:last-child{
    display: none;
  }
  .darkmode #theme-switch img:first-child{
    display: none;
  }
  .darkmode #theme-switch img:last-child{
    display: block;
  }

   /* Logo colors */

  #theme-switch2{
    height: 50px;
    width: 50px;
    padding:0;
    border-radius: 50%;
    background-color: var(--theme-switch);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 150px;  
    right: -675px; 
  }
  #theme-switch2 img{
    fill: var(--Spesgress-theme-switch-icon);
  }
  #theme-switch2 img:last-child{
    display: none;
  }
  .darkmode #theme-switch2 img:first-child{
    display: none;
  }
  .darkmode #theme-switch2 img:last-child{
    display: block;
  }

    /* Spesgress colors */
  #theme-switchSpesgress{
    width:1px;
    height:1px;
    background-color: var(--Spesgress-theme-switch);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  #theme-switchSpesgress img{
    fill: var(--Spesgress-theme-switch);
  }
  #theme-switchSpesgress img:last-child{
    display: none;
  }
  .darkmode #theme-switchSpesgress img:first-child{
    display: none;
  }
  .darkmode #theme-switchSpesgress img:last-child{
    display: block;
  }




body {

 
  /* background */

  background-color: var(--base-color);

.container {
    width: 1000px;
  margin: 0 auto;
  position:absolute;
}




/* socials */


.socials{
  position: absolute;
  display: flex;
  gap: 20px;
  margin-top: 450px;
  margin-left: 600px; 
}
.socials a{
  background-color: var(--social-button-color);
  padding: 1em;
  border-radius: 25%;
  height: 64px;
  width: 64px;
  box-sizing: border-box;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 5px 10px rgba(0,0, 0,  0.05); 
}
.socials a svg{
  height: 48px;
  margin-top: -12px;
}

.socials a img{
  height: 64px;
  margin-top: -22px;
  margin-left: -6px;
}
.socials a::before{
  content: attr(data-social);
  position: absolute;
  background-color: var(--accent-color);
  color: var(--social-button-color);
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius:100px;
  box-shadow: 0 5px 10px rgba(0,0, 0,  0.05);
  transform: translateY(-30px) rotate(25deg);
  opacity: 0;
  transition: 200ms ease;
}
.socials a:hover{
  background-color: var(--accent-color);
  fill: var(--social-button-color);
}
.socials a::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--accent-color);
  transform: translateY(0) rotate(25deg);
  opacity:0;
  transition: 200ms ease;
}
.socials a:hover::before{
  transform: translateY(-65px) rotate(0);
  opacity:1;
}
.socials a:hover::after{
    transform: translateY(-42px) rotate(0);
  opacity:1;
}

.store_icon{
  margin-left: -15px;
}
/* Spesgress Webs */
.spesgress{
  position: absolute;
  display: flex; 
  top:   650px;
  right: 940px;

  z-index: 0;
}
.spesgress a{
  background-color: rgba(255, 255, 255, 0);
  padding: 1em;
  border-radius: 25%;
  height: 64px;
  width: 64px;
  box-sizing: border-box; 
  flex-shrink: 0;
  display: grid; 
  place-items: center;
  box-shadow: 0 5px 10px rgba(0,0, 0,  0.05);
}

/* Spesgress Webs-logo */
.spesgress a img{
  height: 64px;
  margin-left: 0px;
  margin-top: 0px;
}
.spesgress a::before{
  content: attr(data-social-spesgress);
  position: absolute;
  background-color: var(--spesgress-color);
  color: white;
  text-decoration: none;
  text-align: center;
  text-orientation: sideways-right;
  font-size: 15px;
  font-family: sans-serif;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-radius:100px;
  box-shadow: 0 5px 10px rgba(0,0, 0,  0.05);
  transform: translateY(-30px) rotate(25deg);
  opacity: 0;
  transition: 200ms ease;
}
.spesgress a:hover{
  background-color: var(--spesgress-color);
  fill: white;
}
.spesgress a::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--spesgress-color);
  transform: translateY(0) rotate(25deg);
  opacity:0;
  transition: 200ms ease;
}
.spesgress a:hover::before{
  transform: translateY(-115px) rotate(0);
  opacity:1;
}
.spesgress a:hover::after{
    transform: translateY(-45px) rotate(0);
  opacity:1;
}
/* Spesgress Webs */

@media (max-width: 300px) {
    .container {
    width: 100%;
}
}
}