@charset "utf-8";

.cultivation{
    width: 100%;
    height: auto;
    background-image: url('https://nozawafarm.com/back1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px auto 0 auto;
    text-align: center;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.menu1{

    text-decoration: none;
  }
.menu2{

    text-decoration: underline;
  }
  .cultivationcontainer{
      max-width: 800px;
      margin: 0 auto;
  }
  .row-picture{
        position: relative;
        overflow: hidden;
        height:250px;
  }
  .row-picture img{
    object-fit: cover;
  height: 100%;
  width: 100%;
  }
  .row-text{
      background-color: rgba(255, 255, 255,0.8);
      padding: 10px 30px;
      box-shadow: 0px 1px 2px black;
  }
  .cultirow{
      margin-top: 50px;
      margin-bottom: 100px;
  }
  .row-text .p1{
    font-size: 18px;
    background-color: #360123;
    color:white;
    border-radius: 5px;
  }
  .row-text .p3{
    font-size: 18px;
    background-color: #b01d00;
    color:white;
    border-radius: 5px;
  }
  .row-text .p4{
    font-size: 18px;
    background-color: #040014;
    color:white;
    border-radius: 5px;
  }
  .row-text .p5{
    font-size: 18px;
    background-color: #de1620;
    color:white;
    border-radius: 5px;
  }
  .row-text .p6{
    font-size: 18px;
    background-color: #db3d21;
    color:white;
    border-radius: 5px;
  }
  .row-text .p7{
    font-size: 18px;
    background-color: #ff641c;
    color:white;
    border-radius: 5px;
  }
  .row-text .p2{
    font-size: 16px;
    color:#262626;
    text-align: left;
    font-weight: normal;
  }
.culti{
  margin-bottom: 30px;
}
.culti img{
  max-width: 80%;
  cursor: pointer;
  transition: 0.8s;
}
.culti img:hover{
  opacity: 0.7;
}
.culticomment{
  font-size: 13px;
  margin: 30px auto;
  text-align: left;
  width: 340px;
}
