 .site-logo {
    float: left;
    line-height: 60px; /* Adjust this to your menu item height */
    margin-right: 1.5em;
}
.dt-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 9999;
    background-color: white;
    letter-spacing: .06em;
    background-size: auto 100% !important;
}
.dt-menu-trigger {
    color: blue;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: -76px;
    top: 35px;
    font-size: 21px;
    border: 2px solid rgba(255,255,255,.8);
    text-align: center;
    cursor: pointer;
}

.dt-logo h1 a, .dt-logo p {
    color: black;
}


	#link-footer ul{
		list-style: none;
	}
	#link-footer li{
		
	}
	#link-footer li a{
		color: white;
          
		text-decoration: none;
	} 
#link-footer li a:hover{
color: #8C8484;
text-decoration: underline;
}



a{
color:#0097D6;
}

a:hover{
text-decoration: underline;
}