/*==========================
normalize.css
==========================*/

@import '../css/normalize.css';
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');

/*==========================
main.css
==========================*/

body {
	background-color: #000000 !important;
	/*font-family: patrick_hand_scregular;*/
	font-family: 'Balsamiq Sans', cursive;
    font-weight: 500;
	line-height: 2.5em;
	font-size: 24px;
}
.test {

}

footer {
	display: block;
}

h1, h2, h3, h4 {
	font-size: 48px;
	font-weight: 700;
	line-height: 2.2;
}
a {
	color: darkgoldenrod;
}
a:hover {
	text-decoration: none!important;
}
p {
	padding-bottom: 2rem;
	padding-top: 4rem;
}
.inline-flex {
  	display: inline-flex;
}
.inline-flex p {
	text-align: right;
}
.inline-flex font {
	font-size: 1.5rem;
	margin-bottom:18px;
}
.flex {
  display: flex;
}

/* SlickNav */
.slicknav_menu .slicknav_icon-bar {
	background: #5C821A;
}
.slicknav_menu {
	display: none;
}
 @media screen and (max-width: 40em) {
	 .js #menu {
		 display: none;
	 }

	 .js .slicknav_menu {
		 display: block;
	 }
 }

/* ScrollToTop */
a.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none;
}

a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #5C821A;
	border-radius: 0px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
	text-decoration: none;
}
/* Footer Area Start */

.footer-legal {
   color: #555!important;
   font-size: 1.125rem!important;
   text-align: center!important;
}

.footer-area {
	background: #222222;
	 margin-top: 0;
	padding-bottom: 50%;
}
.footer-area h3 {
	font-size: 20px;
	color: #5C821A;
	font-weight: 700;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
}
.footer-area h4 {
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
	text-align: center;

}
.footer-area p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin: 0;
	padding-right: 50px;
}
.footer-area ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.footer-area ul li a:hover {
	color: #5C821A;
}

.footer-area .footer-social li {
	display: inline-block;
}

.footer-area .footer-social li a {
	color: #000;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	border-radius: 4px;
	font-size: 15px;
	margin-right: 5px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.footer-area .footer-text p {
	font-size: 14px;
	margin-top: 20px;
	color: #fff;
}

.footer-area .footer-text p a {
	color: #5C821A;
}

.footer-area .footer-text .nav-inline .nav-link {
	padding: 11px 7px;
	color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
	color: #5C821A;
}

.navbar-brand .logo {
	max-height: 100%;
    min-height: 100%;
}

/* Figure caption */
figure {
	margin: 0 1rem 1rem;
}

figure.item {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 120px;
}
.images-box img {
    width: 100%;
    background-color: grey;
}
.section-image-box {
	width: 54%;
}

@media screen and (max-width: 600px) {
  .images-box img {
    width: 97%;
    background-color: grey;
	}
}
@media (min-width: 601px) and (max-width: 991px) {
  .images-box img {

    background-color: grey;
	}


}
@media screen and (min-width: 992px) {
  .images-box img {
    width: 40%;
    background-color: grey;
	}

}
.caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
	line-height: 4.2rem;
}

#map_outer svg path {
    d: path('M 850 300 C 850 300 350 300 350 300 L 348.1 205.39 L 120 400.39 L 348.1 606.19 L 350 500 C 850 500 850 500 850 500 z') !important;
}

.information-section {
	padding-top: 100px;
}

.responsive-image-by-width {
	max-width: 300px;
	width: 100%;
}
.responsive-image-by-height {
	max-height: 300px;
	width: 100%;
}
.responsive-image-by-width-600 {
	max-width: 600px;
	width: 100%;
}

.text-box {
	/*padding-bottom: 42px;*/
	margin-bottom: 40px;
	border: 4px solid #333333;
}

#navtobook img {
	max-width: 100%;
	max-height: 40px;
	border: 4px solid #333333;
	    vertical-align: baseline;
    max-height: 90px;
    max-width: 100%;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: relative;
    box-shadow: #b14214 2px 2px 12px;
    border-radius: 10%;
}
#navtobook a.brand_logo {
    line-height: 4.15;
}

.photo {
	max-width: 100%;
	max-height: 40px;
	border: 4px solid #333333;
	margin-top: 5%;
	vertical-align: baseline;
    max-height: 100px;
    max-width: 50%;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: relative;
    box-shadow: #b14214 2px 2px 12px;
    border-radius: 10%;
    background-image: url('../images/logo-without-text-winter.svg');
    background-size: 111px;
    background-repeat: no-repeat;
    background-position: center;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
	background-color: #b14214;
    width: 190px;
    height: 190px;
    display: inline-flex;
    justify-content: center;
}
.photo a {
	  width: 50px;
  height: 50px;
  background-color: red;
}

.row  {
	margin-right: 0;
	margin-left: 0;
}
