/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

.bangers-regular {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}

.slide-area {
	background: url('/wp-content/themes/bootscore-child-main/img/pink-speckle-background.jpg');
	background-size: cover;
	width: 100%;
}

.rocker {
	margin-bottom: -60px;
	z-index: 200;
	display: block;
}

.pattern {
	background: url('/wp-content/themes/bootscore-child-main/img/yellowBG2.png');
	background-size: cover;
	width: 100%;
	
}

.inner-pattern {
	background: url('/wp-content/themes/bootscore-child-main/img/yellow-seamless.jpg');

	width: 100%;
	
}

.blue-bg {
	background: url('/wp-content/themes/bootscore-child-main/img/blueBG2.png');
	background-size: cover;
	width: 100%;
	border-top: solid 10px #fff;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	
}


.shadow-content {
	
	position: relative;
	background-color: #fff;
	margin: 30px;
	padding: 20px;
	box-shadow: 5px 5px 8px 1px rgb(0 0 0 / 40%);
   z-index: 300;
}

.shadow-content2 {
	
	position: relative;
	background-color: #fff;
	margin: 10px;
	text-align: center;
	box-shadow: 5px 5px 8px 1px rgb(0 0 0 / 40%);
   z-index: 300;
	min-height: 700px;
}
.visit {
	color: #0517b8;
	font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}

.top-pink {
	background-color: #da378b;
	color: #fff;
	padding: 20px;
	width: 100%;
	text-align: center;
}
.top-pink a:link {
	color: #fff;
	text-decoration: none;
}
.top-pink a:active {
	color: #fff;
	text-decoration: none;
}
.top-pink a:visited {
	color: #fff;
	text-decoration: none;
}
.top-pink a:hover {
	color: #fff;
	text-decoration: underline;
}
.header-bg {
	background-color: #0517b8;
	width: 100%;
	padding: 15px;
}
.phone {
	color: #fff;
	text-align: center;
}

.phone a:link {
	color: #fff;
	text-decoration: none;
}
.phone a:active {
	color: #fff;
	text-decoration: none;
}
.phone a:visited {
	color: #fff;
	text-decoration: none;
}
.phone a:hover {
	color: yellow;
	text-decoration: none;
}
nav {
	font-family: "Bangers";
}

.entry-header {
	font-family: "Bangers";
	color: #da378b;
	
	margin-top: -50px;
	text-shadow: 2px 2px 3px #000;
}

h1, .h1 {
	font-size: 4.8rem;
}

.logo {
	margin-bottom: -40px;
	margin-right: -40px;
	z-index: 300;
	
}

.f-menu {
	text-align: center;
	font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
	color: #000;
}

.f-menu a:link {
	color: #000;
	text-decoration: none;

}

.f-menu a:active {
	color: #000;
	text-decoration: none;

}
.f-menu a:visited {
	color: #000;
	text-decoration: none;

}
.f-menu a:hover {
	color: yellow;
	text-decoration: underline;

}

.btn-success {
	background-color: #7ddf00;
	padding: 20px;
	border-radius: 15px;
	border: solid 1px #7ddf00;
	text-align: center;
	font-family: "Bangers", system-ui;
  font-weight: 400;
	font-size: 30px;
  font-style: normal;
	color: #fff;
}

.btn-success:hover {
	background-color: #0517b8;
}

.top-footer {
	background-color: #0517b8;
	color: #fff;
	padding: 30px;
	margin-top: 50px;
}
.top-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-footer ul li {
	margin-bottom: 15px;
}
.top-footer a:link {
	color: #fff;
	text-decoration: none;	
}
.top-footer a:active {
	color: #fff;
	text-decoration: none;	
}
.top-footer a:visited {
	color: #fff;
	text-decoration: none;	
}
.top-footer a:hover {
	color: yellow;
	text-decoration: none;	
}
h3 .h3 {
	font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}

.widget-title {
	font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
	font-size: 2.8rem;
}
h2 .h2{
	font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}
.footer-info {
	background-color: #333;
	color: #E6E1E2;
	padding: 15px;
}

.footer-info a:link {
	color: #E6E1E2;
	text-decoration: none;
}

.footer-info a:active {
	color: #E6E1E2;
	text-decoration: none;
}
.footer-info a:visited {
	color: #E6E1E2;
	text-decoration: none;
}
.footer-info a:hover {
	color: yellow;
	text-decoration: none;
}

.foot-box {
	border-right: solid 5px #fff;
	padding: 20px;
	min-height: 250px;
}

.foot-box2 {
	padding: 20px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.hide-xs {
		display: none;
	}
	
	
}


	