*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    font-size: 18px;
    line-height: 1.5;   
    font-family: Roboto,sans-serif;
    background-color: #fff;
    text-align: center;
   
}


.container {
    max-width: 70%;
    margin: 0 auto;
    
}

.bg-color{
  background: rgba(red,0,0, 0.6); 
  position: absolute;
  z-index: 2;
  width: 100%; 
}

iframe{
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 5px;
}


.btn{ 
    display: block;
    width: 35%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 0.8em;
    padding:10px;
    color: #fff;
    background: #3c3c3c;
    cursor: pointer;
    border: 1px solid #3c3c3c;
    text-decoration: none;
    color: #fff;
}

.btn:hover{
    transition: all 0.2s;
    background: white;
    border: 1px solid #3c3c3c;
    color: #3c3c3c;
    font-size: 0.8em;
   
}


.site-header{
    min-height: 870px;
    position: relative;
    background-blend-mode: multiply;
    background: url('img/header.png') ;
    background-color: rgba(255, 37, 1, 0.9);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}


 .main-content{
   
   color: white;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin:auto;

}

.main-content img{
   margin: 20px auto;
   background:rgba(255,255,255, 0.8);
   padding: 2.5em;
   
  
}

.main-logo {
    width: 100%;
}


.artile-box{
   border: 2px solid black;
}

.section-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 870px;
}

.article::before,
.article::after{
    content: " ";
    display: block;
    width: 35%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0px;
}
.article::before{
    left:0;
}

.article::after{
    right:0;
}

.article{
  position:absolute;
  background: white;
  z-index: 1;
  margin-top: -19px;
  padding:0 28px;
  text-transform: uppercase;
}

#about{
    left: calc(50% - 106px); 
}


.article-text{
  padding-top: 30px;
  margin:2em 6.5em;
}


.section-mid{
    color:#fff;
    min-height: 470px;
    background: url('img/section-mid.png');
    background-blend-mode: multiply;
    background-color: rgba(255, 37, 1, 0.9);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat; 
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.article-white{
    border: 2px solid #fff;
    border-top:none;
    position:relative;
    text-align: center;
  }

.article-white::before,
.article-white::after{
    content: " ";
    display: block;
    width: 30%;
    height: 2px;
    background:#fff;
    position: absolute;
    top: 0px;
}
.article-white::before{
    left:0;
}

.article-white::after{
    right:0;
}

.article-white h2 {
    position:absolute;
    padding:0 28px;
    text-transform: uppercase;
  }

#services{
    left: calc(50% - 72px);
    margin-top: -17px;
  }

.article-text-white{
    padding-top: 30px;
    margin:2em 3.5em;
  }

.section-mid-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 1400px;
  }

#produce {
    left: calc(50% - 150px);
    margin-top: -19px; 
  }

   
.article-text p{
      margin:10px 0 15% 0;
  }

.article-text h4 {
      margin-top: 5%;
  }

.icon-section{
      width: 100px;
  }


  .site-section-bottom {
    min-height: 850px;
    background: url('img/bottom-section.png') no-repeat center;
    background-blend-mode: multiply;
    background-color: rgba(255, 37, 1, 0.9);
   
    z-index: 0; 
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}

.site-section-bottom h3{
    color: white;
    margin-bottom: 20px;
}


.text-center {
    color: white;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.1em;
}


.copyright {
  text-align: center;
}

.footer{
    min-height: 615px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contacts {
    margin-top: -19px;
    left: calc(50% - 116px);
}



@media screen and (max-width: 450px){
    .main-content img {
       padding: 1em;
    }

    .site-header {
        min-height: 700px;
    }

    .section-top{
        min-height: 700px;  
    }

    .section-mid-2{
        min-height: 1000px;
    }

    .site-section-bottom{
        min-height: 650px; 
    }

    .footer {
        min-height: 500px; 
    }
    
    .main-text{
        font-size: 0.9em;
    }

    .article-text,
    .article-text-white{
        font-size: 0.7em;
        margin:1em 1.5em;
    }
    .main-logo {
        width:90%;
    }

    h2{
        font-size: 0.9em;  
    }
    
    iframe{
        width:300px;
        height: 250px;
        
    }

    .btn{
        width: 60%;
    }
    a{
        width: 40%;
        font-size: 0.6em;
    }

    .icon-section{
        width: 70px;
    }
   


#about{
    margin-top: -11px; 
    left: calc(50% - 85px);
}

#services{
    left: calc(50% - 60px);
    margin-top: -11px;
  }

#produce {
    left: calc(50% - 104px);
    margin-top: -13px;
} 
#contacts {
    margin-top: -12px;
    left: calc(50% - 75px);
}



  }

  

    
