main{
    width: 100%;
    height: calc(70vh - 60px);
    background-color: rgb(53, 65, 65);

    margin-top:60px;
    background-image: url(../img/RCTtransp.png),url(../img/imglaptop.jpg);
    background-size: 30vh, cover;
    background-repeat: no-repeat;
    background-position:bottom left calc(50% + 80px), center;
   
    display: flex;
    justify-content: center;
    align-items:center;
   
}


section{
    width: 100%;
    padding: 20px 0;
}

.container{
        width: 1000px;
        padding: 20px;
}

.btn{
    background-color: gray;
    border-radius: 20%;
    border: white 1px solid;
    font-size: 1.5rem ;
    text-transform: uppercase;
}

.row{
    font-size: 1.6rem;
    color: white;
}
.row input{
    font-size: 1.6rem;
}
.row textarea{
    font-size: 1.6rem;
}
.main-intro h2{
    text-shadow: 0px -2px 0 #000;
}


.quote{
    color:white;
    font-size: 3rem;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;      
  display: block;
  text-align: center;
  font-style: italic;
  margin: 20px auto;
  margin-top:150px;
  max-width: 700px;
  padding-right:160px;
text-shadow: 0px -2px 0 #000;


}

.form{
     display: flex; 
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 600px){
  .wrapper-main{
    width: 100%;  
}
main{
    margin: 0 0 10px;
}
.form{
   
   flex-wrap: wrap;
   padding-left: 30px;
   margin-left: 0;
}
.quote{
    display:none;
}

}