@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;
}


#about {
    margin-left:230px;
    height: 830px;
    
}

.centered {
  position: absolute;
  top: 57%;
  left: 29%;
  transform: translate(-50%, -50%);
     color: #3C2415;
    font-family: Gill Sans;
    font-size: 23px;
}

.box4 {
    padding: 12px;
    width: 300px;
    
}

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

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

.image-row {
  display: flex;
  align-items: center;  
}

h3 {
  margin-bottom: 10px;
  font-size: 37px;
    font-family: Gill Sans;
    color: #3C2415;
}

.image-layout {
  display: flex;
  grid-gap: 60px;
  align-items: flex-start;
  margin-top: 30px;
}

.green-section img {
  width: 550px;
  margin-top:-20px
}

.blog-images {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}

.blog-img {
  width: 513px;
  height: 320px;
  object-fit: fill;
    margin-top:10px;
}

.article {
   display: inline-block;
  background-color: #EF4136;
  border-radius: 20px; 
  font-size: 24px; 
  margin-top:-20px;    
  margin-right: 10px;
  color: azure;
    float:left;
    font-family: Gill Sans;
    
}


a[target="_self.2"] {
 display: inline-block;
  background-color: #EF4136;
  border-radius: 20px; 
  font-size: 40px; 
  margin-top:50px;    
  margin-right: 10px;
  color: azure;
    float:left;
    font-family: Gill Sans;
}