*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: linear-gradient(#4e6604,#d5ea97);
}
/* .wrapper{
    width: 100%;
} */
.header h1{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    letter-spacing: -2px;
    color: #072007;
    text-shadow: 5px 5px 5px rgba(16,16,16,0.6);
}
.normal{
    padding: .75vw 1.75vw;
    font-size: clamp(.75rem, 5vw , 35px);
    background-color: #059951;
    color: #a5f7f2;
    text-shadow: 5px 5px 5px rgba(16,16,16,0.6);
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    margin-top: 1vw;
    transition: 0.3s;
}
#thankYou{
    margin: 0 auto;
    text-align: center;
}
.img-dlmorton{
    width: 30%;
    max-width: 400px;
}
#returnHome{
margin: 2vw 0;
}
.article{
    display: flex;
    flex-direction: row;
    position: relative;
}
.wrapper .tier1 {
    width: 100%;
    display: flex;
}
.dl-info p{
    /* display: flex; */
    padding: 0px 30px ;
    width:60vw;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;;
    color: #1e221e;
    line-height: 25px;
    font-weight: lighter;
    justify-content: space-between;
}
.wrapper .dlm{
    background-image: url("images/dlmorton.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 2em;
    margin-left: 2em;
    width: 369px;
    height: 340px;
    border: 3px solid;
    border-color: #4aff02;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #111;
}
hr{
    border: none;
    height: 7px;
    background-color: #4ba44b;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 5px 5px 5px rgba(16,16, 16,0.4);
}

/* FREE STUFF */
.wrapper2 h2{
    font-size: 35px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #2f472f;
    text-shadow: 5px 5px 5px rgba(16,16,16,0.5);
}
 .wrapper2{
    .butts{
        display: flex;  
        justify-content: center;
        padding-right: 30px;
        gap: 1em;
    }
    
    .btn{
        background-color: rgb(221, 236, 244);
        color: black;
        padding: 12px 24px;
        font-size: 20px;
        border-radius: 10px;
        cursor: pointer;
        flex-shrink: 1;
      }
    .btn{        
        border-color: #2196F3;
        color: dodgerblue;
        position: relative;
        left: 10px;
        box-shadow: 5px 5px 5px;
     } 
     .btn freestuff2{
        flex-grow: 1;
     }
    .btn:hover {
        background: #2196F3;
        color: white;
      }
    }

/* CONTACT US */
.wrapper3{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.contact-us{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contact-title h2{
    font-weight: 600;
    color: #2f472f;
    text-shadow: 5px 5px 5px rgba(16,16, 16,0.5);
    font-size: 40px;
    margin-bottom: 5px;
}
.contact-title hr{
    border: none;
    width: 210px;
    height: 7px;
    background-color: #4ba44b;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 5px rgba(16,16, 16,0.4);
}
.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 30px;
    font-weight: 500;
    color: #3c3a3a;
    border-radius: 50px;
    box-shadow: 5px 5px 5px rgba(16,16, 16,0.4);
    font-size: 16px;
}
.contact-us textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}
.contact-inputs:hover{
    border: 2px solid #4aff02;
}
.contact-inputs:focus{
    border: 2px solid #02abff;
}
.contact-inputs::placeholder{
    color: rgb(97, 94, 94);
}
.contact-us button{
   display: flex;
   align-items: center;
   padding: 15px 30px;
   font-size: 18px;
   color: azure;gap: 10px;
   border: none;
   border-radius: 50px;
   position: relative;
   margin-top: 20px;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   background: linear-gradient(270deg, #ff994f,#fa6d86);
   cursor: pointer;
   box-shadow: 5px 5px 5px rgba(16,16, 16,0.4);
}
.contact-us button img{
    height: 15px;
}
.contact-us button:hover{
    border: 2px solid #4aff02;

}

/* .captcha{
    margin: 15px 0px;
    margin-left: 25%;
    margin-bottom: 30px;
    align-items: center;

}
 .captcha label{
    display: block;
    color: #111;
    margin-bottom:5px ;
    font-size: 25px;
    text-shadow: 3px 3px 3px rgba(16,16, 16,0.4);
}
.captcha .preview{
    color: #555;
    width: 75%;
    text-align: center;
    height: 45px;
    line-height: 40px;
    font-size: 27px;
    letter-spacing: 12px;
    border: 1px dashed #888;
    margin-bottom: 5px;
    box-shadow: 5px 5px 5px rgba(16,16, 16,0.4);
}
.captcha .preview span{
    display: inline-block;
    user-select: none;
}
.captcha .captcha-form{
    display: flex;
}
.captcha .captcha-form input{
    width: 75%;
    padding: 8px;
    border: 1px solid #888;
    font-size: 20px;
    box-shadow: 5px 5px 5px rgba(16,16, 16,0.4);
}
.captcha .captcha-form .captcha-refresh{
    width: 40px;
    border: none;
    outline: none;
    background: #888;
    color: #eee;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(16,16, 16,0.4);
    
}
.captcha button img{
    height: 40px;
} */
 
.certs {
    display: flex;
    justify-content: space-evenly;
    height: 10em;
    margin-bottom: 1em;
    
}

@media(max-width:800px){
    .dl-info p{
        width: 100%;
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 20px;
    }
    .dl-info h1{
        width: 100vw;
    }
    .wrapper .tier1{
        position: relative;
        flex-direction: column;
        top: 50%;
        left: 10px;
        /* width: 50vw; */
    }
    .butts .btn .freestuff4{
        padding: 12px 24px;
        flex-grow: 1;
    }
    .wrapper2 .btn {
        font-size: 16px;
        padding: 8px 12px;
        flex-grow: 1;
    }
    
 /* .captcha{
    margin: 15px 0px;
    margin-left: 2em;
    margin-bottom: 30px;
    align-items: center;
}
.captcha .preview{
    width: 95%;
}

.captcha .captcha-form input{
    width: 95%;
}  */
}