/* custom header modification */
.ha-header-front .site-logo img {max-height: 80px;}
.ha-header-front .grid-15 {width: 25%;}
.ha-header-front .grid-85 {width: 75%;}
@media screen and (min-width: 1200px){
  	.ha-header-front .grid-15 {width: 35%;}
	.ha-header-front .grid-85 {width: 65%;}
}
.ha-header.ut-header-dark {background-color: rgba(18,18,18,0.65);}
.ut-header-dark #navigation ul li a {color: #fff}

/* custom footer modification */
.ut-footer-so li a {border: none; background: #fff; border-radius: 20px; font-size: 30px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;}
.ut-footer-so li a .fa {border: none; background: #fff; border-radius: 20px; font-size: 25px;}
.ut-footer-so li a:hover {opacity: 0.6;}

.ut-footer-so {margin: 10px 0 0 0;}
.copyright {display: none;}

@media screen and (max-width: 1024px) {
  .ha-header-front .grid-15 {width: 50%;}
  .ut-mm-trigger {float: right;}
}
