a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 1px;
    color: #e89980;
    text-decoration: none;
}
    a:hover {
        border-bottom-color: transparent;
        text-decoration:none;
    }

#header nav {
    margin-left: 0px;
}

.logoT {
    display: inline-flex;
    vertical-align: middle;
    padding-left: 25px;
}

@media screen and (max-width: 1224px) {
    .logoT {
        padding-left: 35px;
        font-size:15px;
    }
}

@media screen and (max-width: 1053px) {
    .logoT {
        padding-left: 37px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1359px) {
    .logoT {
        display: none;
        font-size: 15px;
    }
}

@media screen and (max-width: 1599px) {
    .logoT {
        font-size: 15px;
    }
}

@media screen and (max-width: 1599px) {
    .logoT {
        padding-left: 50px;
    }
}