/*
Theme Name: Loganmuir.com 2023
Author: Logan Muir
Author URI: www.loganmuir.com
Description: Custom WP Theme for Loganmuir.com 
Version: 2.0.0
*/

img[data-src] {
	opacity: 0;
}

img.lazyloaded {
	-webkit-transition: opacity .5s linear 0.2s;
	   -moz-transition: opacity .5s linear 0.2s;
	        transition: opacity .5s linear 0.2s;
	opacity: 1;
}


.page-id-279 section.default-header{
	min-height: calc(100vh + 600px);
}

hr{
	width: 100%;
    margin: 30px 0!important;
	opacity:1!important;
	color:#d68d00;
}

.project-categories{
	margin-bottom:20px;
}

nav .nav-control .logo-wrapper img{
	height:52px!important;
	width:30px!important;
	margin:30px auto;
}