/*
Theme Name: Rompint Dogs
Theme URI: http://www.thepixelpixie.com
Author: Laura Sage, aka thePixelPixie
Author URI: http://www.thepixelpixie.com/
Description: 2022 Bootstrap Dog training theme, based on pet.oceanwp.org
Version: 1.0
Tags: bootstrap, acf, wordpress, pets, animals, dogs, cats, animal training, dog trainer
Text Domain: romping-dogs

*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Jost', helvetica, arial, sans-serif;
	color: #4a4a4a;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 1.8;
}

.hatnav .list-group-item {
	background-color: transparent;
	border: none;
}

.hatnav a {
	color: #fff;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.hatnav a:hover {
	color: rgba(255,255,255,.7);
}

/* nav */
#bootscore-navbar .menu-item .nav-link {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	position: relative;
}

#bootscore-navbar .menu-item .nav-link:after {
	display: block;
	position: absolute;
	bottom: -30%;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	visibility: hidden;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: bottom left;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
}

#bootscore-navbar .menu-item .nav-link:hover::after {
	visibility: visible;
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.align-center {
	margin: auto;
}

.jumbotron h1 {
	font-weight: 900;
}

.jumbotron p {
	font-size: larger;
}

.jumbotron .btn {
	border-radius: 9999px;
	box-shadow: 0px 8px 15px rgba(0,0,0,.1);
	transition: all .3s ease 0s;
	outline: none;
	border-color: transparent;
	font-weight: 700;
	font-size: large;
	padding: .5rem 1.5rem;
}

.jumbotron .btn:hover {
	opacity: .7;
	transform: translateY(-7px);
}




.boxes .col-12.col-md-4 {
	min-height: 400px;
	z-index: 1;
	transition: all .2s ease-in-out;
}

.boxes .col-12.col-md-4.pointer,
.boxes .col-12.col-md-4:focus {
	cursor: hand;
}

.boxes .col-12.col-md-4:after {
	transition: all .2s ease-in-out;
	z-index: -1;
	transition: all .2s ease-in-out;
}

.boxes .col-12.col-md-4:hover {
	box-shadow:inset 0 0 0 99999px rgba(0,0,0,.15);
}

.boxes .col-12.col-md-4:hover::after {
	z-index: 1;
}

.boxes .col-12.col-md-4 a {
	color: #000;
	text-decoration: none;
	width: calc(100% - 1.5rem);
}

.boxes .col-12.col-md-4:hover a {
	color: #fff;
}

.featured .card {
	border-radius: 0;
}
	
.featured .card-footer .term-link {
	text-transform: capitalize;
}




.container.content {
	font-size: medium;
}




footer {
	background-color: #333333;
	color: rgba(255,255,255,.8);
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer .list-group-item {
	background-color: transparent;
	border: none;
	color: rgba(255,255,255,.8);
}

#footerCarousel .carousel-item {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}