@charset "utf-8";
/* CSS Document */
body {
    background-image: url("../IMAGES/Opt-Background.jpg");
    background-size: cover;
    font-family: Helvetica, Arial, sans-serif;
}

#box1 {
    display: block;
                position: absolute;
                top: 0;
                left: 230px;
                width: 16px;
                bottom: 0;
                background-color: #A1CD43;
                position: fixed;
}

#box2 {
    display: block;
                position: absolute;
                top: 0;
                width: 1480px;
                height: 20px;
                left:0;
                background-color: #E0ECB7;
                position: fixed;

}

h2{ 
        color: black; 
        font-family: Gill Sans;
        font-size: 15px;
        text-align: center;
}

a {
    text-decoration: none;
    color:azure;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;

}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

a:link, a:visited {
  color: azure;
  padding: 10px 20px;
  text-align:left;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: green;
    transition-duration: 0.4s;
    border-radius: 10px; 
  
}

a[target="_self1"] {
  background-color: ghostwhite;
  border-radius: 20px; 
  font-size: 23px;
  margin-left: 25px;
  color: #3C2415;
}

a[target="_self"] {
  font-size: 23px;
  margin-left: 10px;
  color: #3C2415;
  margin-top: 20px;
    border-radius: 10px;
  padding:4px;
}


#user{ 
  font-size: 27px;
  right:40px;
  margin-top: 25px; 
}

#cart{
    font-size: 27px;
    padding-left: 30px
    
}


h1, h2, h3 {
    margin: 0;
}

#container {
    width: 230px;
    height:835px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
                position: fixed;
                top: 0;
                bottom: 0;
                left: 0;
                width: 230px;
                background-color:#81ac29;
    
}

#nav{
    color: azure;
    font-size:26px;
    text-align:left;
    margin-left:20px;
    margin-top:20px;
    font-family: Gill Sans;
}


#logo {
    width: 220px;
    height: 140px;
    margin-top: 25px;
    margin-left: 1px;
    padding-bottom: 10px;
}
    
#socials {
    font-size: 30px;
    margin-top:120px;
    
}

#copyright {
    font-size:14px;
}

#flavors {
    margin-left:235px;
    width:1227px;
    height:280px;
    
}

h1 {
    color: #3C2415;
    font-family: Gill Sans;
    font-size: 80px;
    position: absolute;
  top: 17%;
  left: 32%;
  transform: translate(-50%, -50%);
    width: 400px;
    height: 130px;
    
}

#greenbox {
  position: absolute;
  top: 15%;
  left: 30%;
  transform: translate(-50%, -50%);
    width: 400px;
    height: 130px;
}

.centered {
  position: absolute;
  top: 15%;
  left: 73%;
  transform: translate(-50%, -50%);
     color: #3C2415;
    font-family: Gill Sans;
    font-size: 30px;
     width:800px;
}

box4 {
    padding: 30px;
    width:200px;
    line-height: 1.6;
    
}
