/*** Contact page ***/

main {
    margin-inline: 30px;
    position: absolute;
    left: 10%;
    top: 15vh;
    width: 80%;
}
.heading p:last-child {   
    color: #2d6d3d !important;
}

.contact-line {
    position: fixed;
    bottom: -150px;
    right: -28px;
    width: 35%
}


.info-box p:first-child {
    color: #8E8E8E !important;
    text-align: left !important;
}

.info-box p:last-child {
    text-align: left !important;
}

form input[type='submit'] {
    background: #2D6D3D;
    color: #fff;
    border: none;
    padding: 10px 35px;
}

form input[type='text'] {
    margin: 0px;
}

.input-field {
    margin: 0px;
}

#contact_image+div .slide-up {
    transition: transform 0.3s;
    transform: translateY(0px);
}

#contact_image:hover+div .slide-up {
    transform: translateY(-40px);
    transition: transform 1s;
}

pre {
    margin-bottom: 0px;
    font-family: 'Roboto';
font-weight: 500;

}

.special-heading .first {
    opacity: 40%;
    font-size: 141px;
    color: transparent;
    -webkit-text-stroke-color: #D8D8D8;
    -webkit-text-stroke-width: 1px;
    font-weight: 300;
}

@media only screen and (min-width:993px) and (max-width:1163px) {
    .contact-line {
        bottom: -40px;
    }
}

@media only screen and (min-width:1100px) and (max-width:1280px) {
    .contact-line {
        bottom: -40px;
    }
}

@media only screen and (min-width:1281px) and (max-width:1600px) {
    .contact-line {
        bottom: -100px;
    }
}

@media only screen and (min-width:1601px) and (max-width:1800px) {
    .contact-line {
        bottom: -150px;
    }
}

@media only screen and (min-width:1801px) {
    .contact-line {
        bottom: -150px;
    }
}