@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:205px;
    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;
    
}


body {
  font-family: Gill Sans, sans-serif;
  margin: 0;
  padding: 40px;
 
}

.contact-container {
  max-width: 1110px;
  margin: auto;
  padding: 10px 30px 30px;

}

.header {
  font-size: 36px;
  background-color: #E0ECB7;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px 0 50px 0;
  margin-bottom: 30px;
    margin-left: 200px;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  grid-gap: 40px;
     margin-left: 200px;
}

.contact-info .left p,
.contact-info .right p {
  margin: 10px 0;
  font-family: Gill Sans, sans-serif;
  font-size: 18px;
  color: #231f20;
}

.contact-info strong {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  width: 80px;
}

.contact-info .right {
    margin-top: -5px;
    
}


.form-header {
  font-size: 36px;
    font-weight: 700;
  background-color: #E0ECB7;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px 0 50px 0;
  margin-bottom: 30px;
    margin-left: 200px;
}

.form-row {
  display: flex;
  grid-gap:  gap: 10px;
  flex-wrap: wrap;
    margin-left: 200px;
}

.form-row input {
  flex: 1;
  padding: 12px;
  border: 1px solid #333;
  border-radius: 6px;
    font-family: Gill Sans, sans-serif;

}

textarea {
  width: 74%;
  padding: 12px;
  border: 1px solid #333;
  border-radius: 6px;
  resize: vertical;
    margin-left: 210px;
    font-family: Gill Sans, sans-serif;
    margin-top: 10px;
}

button {
  align-self: flex-end;
  padding: 10px 25px;
  background: white;
  border: 1px solid #333;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  font-family: Gill Sans, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
    margin-left: 945px;
}