/* GENERAL STYLING AND CORRECTIONS */

h1 {
font-family: Euclid-Circular-A-SemiBold, sans-serif;
color: #a11227;
font-size: 32px;
margin: 20px 0 10px;
}

.tools-content {
	margin-top: 35px;
	margin-bottom: 25px;
}

.tools-content img {
	max-width: 100%;
}

.tools-content a.btn-primary {
	background-color: #a11227;
	border: none;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.tools-content a.btn-primary:hover {
	background-color: #000000;
}

nav.shortcut-menu ul li a, nav.shortcut-menu .menu-link {
	display: none;
}

/* HOME HERO STYLYNG */

/* HOME HERO STYLYNG */

.tools-homebanner {
    position: relative;
    text-align: center;
    color: #a11227;
    border-bottom: solid 8px #000000;
}
   .tools-homebanner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    z-index: -1;
    padding: 0;
   }
.tools-homebannertext {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 3px #000000;
    letter-spacing: 2px;
    width: 40%;
    color: #a11227;
    text-align: left;
    }
	
.tools-homebannertext p {font-size: 55px; font-weight: bold;}

@media (max-width: 500px) {
    
    .tools-homebannertext p {
        font-size: 20px;
    }
    
     .tools-homebanner img {
        height: 300px;
    }
    
}

@media (min-width: 501px) and (max-width: 767px) {
    
    .tools-homebannertext p {
        font-size: 25px;
    }
    
     .tools-homebanner img {
        height: 300px;
    }
    
}

@media (min-width: 768px) and (max-width: 992px) {
    
    .tools-homebannertext p {
        font-size: 32px;
    }
    
     .tools-homebanner img {
        height: 350px;
    }
    
}

@media (min-width: 993px) and (max-width: 1199px) {
    
    .tools-homebannertext p {
        font-size: 38px;
    }
    
     .tools-homebanner img {
        height: 350px;
    }
    
}

@media (min-width: 1200px) and (max-width: 1500px) {
    
    .tools-homebannertext p {
        font-size: 44px;
    }
    
}

/* HOME PAGE TEXT + IMAGE STYLING */

.tools-home-content {
	margin-top: 32px;
}

.tools-home-content img {
	max-width: 100%;
}

.tools-home-content .col-lg-3 {
	text-align: center;
}

.tools-home-content a.btn-small2 {
  background-color: #a11227;
  border: none;
  padding: 15px 30px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 991px) {
	
	.tools-home-content {
		text-align: center;
	}
	
	.tools-home-content img {
		max-width: 60%;
	}
	
	.tools-home-content ul {
		text-align: left;
	}
}

.tools-home-content {
	margin-top: 32px;
}

.tools-home-content img {
	max-width: 100%;
}

@media (max-width: 991px) {
	
	.tools-home-content {
		text-align: center;
	}
	
	.tools-home-content img {
		max-width: 60%;
	}
	
	.tools-home-content ul {
		text-align: left;
	}
}

/* REMOVE SEARCH ELEMENTS FROM MOBILE */

@media (max-width: 767px) {
	.mobile--search {
		display: none;
	}
}
