:root {
    --main-color: #03a4ed;
    --accent-color: #ff695f;
    --light-color: #fff;
    --dark-color: #000;
}

.logo {
  
    line-height: 100px;
    color: var(--main-color) !important;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



form#contact textarea {
    margin-bottom: 35px;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #9bdbf8;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    padding: 5px;
    color: #2a2a2a;
    margin-bottom: 35px;
}

form#contact textarea::placeholder {
    color: #afafaf;
  }

@media (max-width: 992px) and (min-width: 992px) {
    .my-block.col-lg-6.align-self-center{
        flex:0;
        width: auto;
    }
}