.show-mobile-menu {
	width: 100%;
}

.border-radius-img img {
	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
  	height: 341px;
}

.navbar-expand-lg .navbar-brand img {
	height: auto;
}

.navbar-expand-lg .navbar-collapse {
	top: 86px;
}

.navbar-toggler-icon,
.close-mobile-menu {
	    filter: brightness(0) invert(1);
}

.land-page-column img {
	width: 100%;
}

#footer {
	box-shadow: none;
}

@media all and (max-width: 767px) {
    .cms-block-button {
      	width: 100% !important;
    }
}

.productitle h3 {
    font-size: 18px !important;
    line-height: 23px;
	text-transform: uppercase;
}

.seoimage img {
  border-radius: 10px;
}

@media all and (max-width: 812px) {
   h2 {
      	font-size: 30px;
		line-height: 40px;
    }
}

.navbar-expand-lg .navbar-brand img {
    height: auto;
    border-radius: 10px;
    border: 1px solid #00121c;
    box-shadow: 2px 2px 8px #00121c;
}