/*
 Theme Name: TTC - MyHR
 Author: CODA Education
 Author URI: http://coda.education
 Template:   madebycoda
*/
 
@import url("../madebycoda/style.css");

.access {
float: right; height: 85px;width: 202px; top: 6px; position: relative; right: 5%;
}

.access a:link,
.access a:visited {
height: 85px; width: 202px; display: table;
}

.access img {
height: 85px; width: 202px
}

.logo {
background-size: auto 75px;
}

.logo, .logo svg {
height: 75px;
width: 180px;
}

.logo a {
    width: 100%;
    height: 100%;
    display: table;
}

#hero .tag-line .tag-small {
text-transform: none !important;
}

@media (max-width:500px) {

.logo {
left: 2%;
}

}


@media screen and (max-width: 1079px) {

.access {
    right: 170px;
}

}


@media screen and (max-width: 670px) {

.access {
display: none;
}

}