@import url('https://fonts.googleapis.com/css?family=Noto Serif Ethiopic');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

/*IMPORTANT TEXT CSS*/

body {
	font-family: 'Ubuntu', sans-serif;
	background-image: url("images/groomer-bg.jpg"); /*background image*/
	background-color: #cccccc; /*sets background color white*/
	background-position: center; /*centers background*/
	background-size: cover; /*covers all of the backgound*/
	background-attachment: fixed;
	background-repeat: no-repeat;/* does not repeat background image*/
	margin:0;
	line-height:1.5
}

main {
	padding:0.01em 16px;
}

li {font-size: 120%;}

h1 {color: #2196F3;font-weight: bold}
h2 {color: #2196F3}

p {font-size: 100%;}

a {
	background-color: transparent;
	color: inherit;
}

/*HEADING CSS ie NOTIFICATION*/
.notification {
	color: white;
	display: none;
	background-color: dodgerblue;
	text-align: center;
	padding:0.01em 16px;
	padding-right: 0;
	margin-top:16px;
	margin-bottom:16px;
}

.notification span {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	font-size:18px;
	float:right;
}

.notification span:hover{
	transition: background-color 0.25s ease-in;
	color: white;
	background-color: #3f51b5;
}

/*NAVIGATION CSS*/

nav {
	width: 100%;
	overflow: hidden;
	background-color: #2196F3;
	color:white;
	text-align: center;
	font-size: 125%;
}

nav > a {
	border:none;
	display:inline-block;
	padding:24px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	float:left;
	width:auto;
	border:none;
	display:block;
	outline:0;
	opacity:0.60;
}

nav > a:hover{
	opacity: 1;
	transition: background-color 0.25s ease-in;
	background-color: #3f51b5;
}

nav > a.active{background-color:#3f51b5;}

nav p:first-child{
	font-size: 20px;
}
#soical {background-color: dodgerblue;}
#social .fab {
	color: white;
	padding: 10px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	margin: 13px 2px;
	border-radius: 10%;
	float: right;
}
#social .fab:hover{
	color:white;
	transform: scale(1.4);
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	border:none;
	display:inline-block;
	padding:24px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	float:left;
	width:auto;
	border:none;
	display:block;
	outline:0;
	opacity:0.60;
	margin: 0px;
}
.dropdown-content {
	visibility: hidden;
	position: absolute;
	background-color: #eef7fe;
	color: black;
	width: 100%;
	left: 0;
	margin-top: 78px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 2px;
	border-top: 4px solid #3f51b5;
	z-index: 1;
}
.dropdown-content p{
	border-bottom: 4px dotted #3f51b5;
	text-align: left;
	margin-left: 16px;
	font-size: 100%;
}

.dropdown-content a{
	float: none;
	color: black;
	font-size: 90%;
	padding: 5px 16px;
	height: 20px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a.active {
	border-left: 4px solid #3f51b5;
	color: dimgray;
}
.shrink{
	font-size: 80%!important;
	padding: 15px 16px!important;
}

.dropdown:hover .dropbtn {
	opacity: 1;
	transition: background-color 0.25s ease-in;
	background-color: #3f51b5;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	visibility: visible;
}

.column {
	float: left;
	width: 23%;
	padding: 10px;
	height: 300px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/*MOBILE NAV*/

i.mobile {
	font-size: 30px;
	cursor: pointer;
	padding: 24px 16px;
	float: right;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgb(0,0,0);
	background-color: #2196F3;
	opacity:1;
	overflow-x: hidden;
	overflow-wrap: break-word;
/*overflow-y: hidden;*/
transition: 0.5s;
}

.overlay .closebtn{
	position: absolute;
	color: white; 
	text-underline-position: none;
	top: 30px;
	right: 30px;
	font-size: 40px;
}

.overlay a, .overlay p {
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 20px;
	color: lightgray;
	display: block;
	transition: 0.3s;
}

.overlay p i {
	color: lightgray;
	float: right;
	margin-right: 40px;
	padding-top: 5px;
}

.overlay br {
	display: none;
}

.overlay #layerOne {
	background-color: #4ba6ff;
	color: dimgray;
	display: None;
}

.overlay #layerOne p i{
	margin-right: 70px;
}

.overlay #layerTwo{
	border-top: 4px solid dodgerblue;
	background-color: #6fb8ff;
	color: dimgray;
	display: None; 
	text-align: left;
}

.overlay a:hover, .overlay p:hover, .active {
	background-color: #4ba6ff;
}

/*PAGE BANNERS*/

img#banner{width: 100%;display: none;}

/*MAIN CONTENT*/

p a, ul a {color: #2196F3;}
main img {
	width: 100%;
	max-width: 536px;
	margin: 20px 10px;
	border-radius:4px;
}

.float-right{float: right}
.float-left{float: left}

main table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	display:table
}

main table tr {
	border-bottom:1px solid #ddd;
	color:#fff;
	background-color:#2196F3
}

main table th:first-child,main table td:first-child {padding-left:16px}

main table td, main table th {
	padding:8px 8px; display:table-cell;
	text-align:left;
	vertical-align:top
}

#lift_status_form p input,#run_status_form p input{position: absolute; left:200px}

input[list="grooming"] {left:435px!important}

#button{
	background-color: #2196F3;
	color:white;
	text-align: center;
	font-size: 100%;
	padding:10px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border-radius: 10px;
	white-space:nowrap;
	float:right;
	width:auto;
	display:block;
	outline:0;
/*opacity:0.60;*/
margin: 10px 25px;
}

#button:hover{
/*opacity: 1;*/
transition: background-color 0.25s ease-in;
background-color: #3f51b5;
}

#link:hover {
	color: #3f51b5
}

#gif-center {
	width: 100%;
	margin: 0, auto
}

/*FAQ CSS*/

.faq-heading{
	border-bottom: #777;
	padding: 20px 60px;
}
.faq-container{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.hr-line{
	width: 60%;
	margin: auto;

}
/* Style the buttons that are used to open and close the faq-page body */
.question {
	color: #444;
	cursor: pointer;
	padding: 30px 20px;
	width: 60%;
	border: none;
	outline: none;
	transition: 0.4s;
	margin: auto;
}
.answer{
	margin: auto;
	width: 50%; 
	padding: auto;
}

.active,
.question:hover {
	background-color: dimgray;
}
/* Style the faq-page panel. Note: hidden by default */
.answer {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}
.question:after {
	content: '\02795';
/* Unicode character for "plus" sign (+) */
font-size: 13px;
color: #777;
float: right;
margin-left: 5px;
}
.active:after {
	content: "\2796";
/* Unicode character for "minus" sign (-) */
}

.image-row {
	display: flex;
    flex-wrap: wrap;         /* Allows items to wrap to next line */
    gap: 10px;               /* Space between images */
    justify-content: center; /* Center images on each row */
    /*padding: 20px;*/
 }

.image-row img {
	flex: 1 1 calc(33.33% - 20px); /* Each image takes 1/3 minus gap */
    max-width: 500px;
    height: auto;
    border-radius: 8px;
}

.carousel {
    position: relative;
    width: 100%;
    /*max-width: 800px; */
    margin: auto;
    overflow: hidden;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease;
    align-items: center; /* vertical centering */
}

.carousel-images > div {
    flex: 0 0 auto;            /* prevents shrinking, keeps each card its own width */
    display: flex;
    flex-direction: column;     /* stack image + caption vertically */
    align-items: center;        /* center image and caption horizontally */
    margin: 0 10px;             /* spacing between cards */
    text-align: center;         /* caption text centered */
    max-width: 100%;
}

.carousel-images img {
    display: block;
    max-width: 100%;
    max-height: 500px;         /* limits image height */
    width: auto;                /* maintain aspect ratio */
    margin: 5px 10px!important;
}

.carousel-images p {
    margin-top: 0.5rem;
    margin: 0 10px;
    font-size: 1.1rem;
    font-weight: semi-bold;
}

/* Navigation buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
}

.prev { left: 10px; }
.next { right: 10px; }

/*FOOTER CSS*/

footer {
	padding:0.01em 16px;
	clear: both;
	margin-bottom: 15px;
}

.slider {
	text-align: center;
	overflow-y: hidden;
	white-space: nowrap;
}

.slider div {display: inline-block;}
.slider div img {margin: 15px;}
.slider div img:hover {filter: blur(5px);}

hr {
	border-top: 6px solid #2196F3;
	margin-left:10px;
	margin-right:10px;
}

.more-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.more-info div {
	margin: 10px 20px 0px 20px;
	text-align: left;
	font-size: 120%;
}

.more-info p{
	margin-bottom: 0;
}

/*RESPONSIVE CSS*/

.web {display: block;}
main#home-page p {margin-bottom: 2.5em;}
main#home-page p:last-child{margin-bottom: 1em;}
.mobile {display: none;}

@media screen and (max-width: 1000px) { /*if screen size is less than 1000px*/
	.web ,.dropdown{display: none;}
	.mobile {display: block;}
	.float-right{float: none;display: block;margin:auto;padding-top: 10px;}
	.float-left{float: none;display: block;margin:auto;padding-top: 10px;}
	.image-row img {flex: 1 1 100%;}
	main#home-page p {margin-bottom: 1em;}
	footer section {overflow-x: scroll;}
}

@media screen and (max-width: 730px) {
	.overlay a, .overlay p {font-size: 20px;}
	.overlay br {display: block}
	.prev, .next { font-size: 1.5rem; padding: 0.3rem 0.6rem; }
}


@media screen and (max-width: 378px){
	#social .fab{
		padding: 5px;
		font-size: 30px;
		width: 40px;
		margin: 23px 0px;
	}
}

@media screen and (max-width: 1500px) {div#banner {display: none;}}