@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)
{
.navbar-nav>li>a {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 9px 7px;
    margin-top: 14px;
}
.logo-wrap a {
    font-size: 26px;
    font-weight: 600;
    color: #2e9d49;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.logo-wrap {
    margin-top: 19px;
}
.desc {
    padding:2px;
    background: #008000e8;
    color: white;
}
.text
{
    display: none;
}
#about1 img {
    padding-top: 15px;
}
.contact-me {
    width: auto;
    margin: auto;
}
.contact-me input[type="submit"] {
    border: none;
    background-color: rgba(244, 67, 54, 0.76);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 10px 42px 10px 37px;
    border-radius: 4px;
    color: #fff;
    margin-left: 2px;
    outline: 0;
}
ul.input input {
    border: none;
    border-bottom: 1px solid #FFEB3B;
    padding: 10px 0px;
    width: 83%;
    letter-spacing: 1px;
    font-size: 15px;
    outline: 0;
    background: transparent;
    color: white;
}
} 