@charset "utf-8";
@font-face {
	font-family: "Governor";
	src: url("../Governor_Personal_License/governor.ttf");
}

html,body{
    overflow-x: hidden;
}

.navbar  {
	background-color: #F2A488;
}
.container.container-fluid {
	background-color: #F2D1b3;
}
#footer {
	background-color: #F2c288;
}
body {
	background-color: #f2d1b3;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
	font-family: "Governor", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.headerthing{
    font-size: 3em;
}

.bodything {
    font-size: 1.5em;
}

.btn-LightGreen {
	background-color: #989E6C;
	color: white;
}
.btn-LightGreen:hover {
	background-color: #535927;
	color: white;
}

.modal-link {
	color: white;
	text-decoration: none;
}

.modal-list {
	list-style-type: none;
}

.carousel img {
     margin: auto;
}

div#imageGallery {
	width: 80%;
	border: 50px solid transparent;
	border-image: url("../img/breakfast/border-img_rawpixel.jpg") 15% round;
}


.testimonial {
	font-style: italic;
	font-size: 1.2rem;
}

.test-bg {
	background-color: #F2A488;
	border-radius: 1.3rem;
}

hr {
	color: #989E6C;
	background: #989E6C;
}

.carousel-caption {
	-webkit-text-stroke: 2px #000;
}

.carousel-caption h5 {
	font-size: 2rem;
}

.embed-responsive-item {
	width: 100%;
}

@media (max-width:992px){
	
	.btn-lg {
		--bs-btn-font-size: 1.3rem;
	}
	
	.bodything {
		font-size: 1.2rem;
	}
	
	div#imageGallery {
		border: 30px solid transparent;
		border-image: url("../img/breakfast/border-img_rawpixel.jpg") 15% round;
	}
	
	.testimonial {
		font-size: 1rem;
	}
	
	.carousel-caption h5 {
	font-size: 1.5rem;
}
	.carousel-caption {
		-webkit-text-stroke: 1px #000;
	}
	
}
.hero {
  height: 100vh;
  min-height: 500px;
  }div.card-animate h3.card-title{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div.card-animate h3.card-title, div.card-animate p.card-text:active {
	font-size: 150%;
}
