body {
    margin: 0;
    background: #111115;
    color: #eee;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

header {
    background: #323237;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px -2px #000;
    z-index: 1;
    position: relative;
}

h1 {
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	color: #dc792f;
	text-decoration: underline;
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}


#header-logo {
    width: 120px;
    padding-left: 20px;
    padding-right: 20px;
}

#header-menu a {
    color: #fff;
    text-decoration: none;
    background: #525468;
    border-radius: 5px;
    padding: 3px 6px;
    display: inline-block;
    transition: .1s ease;
}
#header-menu a:hover {
	background: #737691;
}

#custom-01 img {
    width: 600px;
}

#custom-03 {
  font-size: 16px;
  color: #dc792f;
  background: #36302b;
  padding: 10px 0px;
}

#img-frame {
	width: calc(100vw - 80px);
	height: auto;
	position: fixed;
	background: #fff;
	top: 25px;
	left: 25px;
	border: 5px solid #555;
	border-radius: 10px;
	box-shadow: 0 0 8px -2px #444;
	z-index: 5;
	text-align: center;
}
#img-frame img {
	max-width: 100%;
	max-height: 100%;
}



.wrap {
	text-align: center;
	width: 100%;
	background: #212226;
	margin-left: auto;
	margin-right: auto;
	color: #ececec;
	overflow: hidden;
}
.wrap:nth-child(2n+1) {
	background: #17181C;
}

.wrap-left {
	width: 450px;
	height: 350px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}

.wrap-right {
	display: inline-block;
	position: absolute;
	padding-right: 50px;
}

.wrap-left img {
	width: 400px;
	margin-left: 5px;
	border-radius: 5px;
	height: 300px;
	top: 25px;
	position: relative;
	object-fit: cover;
    object-position: center;
}

.wrap-right a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px;
	background: #DC792F;
	border-radius: 5px;
	box-shadow: 0px 5px 10px -2px #000;
	font-weight: bold;
	transition: 0.1s ease;
}

.button-contact {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 5px 8px;
    background: #DC792F;
    border-radius: 5px;
    box-shadow: 0px 5px 10px -2px #000;
    font-weight: bold;
    transition: 0.1s ease;
}
.button-contact:hover {
  box-shadow: 0px 8px 10px -2px #000;
}

.half-wrap {
    display: inline-table;
    width: 400px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
}

.custom-card {
  background: #323237;
  margin-bottom: 10px;
  padding: 5px 0px;
  text-align: left;
  cursor: pointer;
  display: flex;
  transition: .2s;
}

.custom-card a {
	text-align: left;
	font-size: 40px;
	font-family: 'Anton', sans-serif;
	color: #eee;
	text-decoration: none;
	margin-left: 20px;
	padding-top: 22px;
	transition: .2s;
}
.custom-card:hover a {
  color: #dc792f;
}

.custom-card img {
	width: 140px;
	margin-left: 5px;
	border-radius: 5px;
	height: 110px;
}

.contact-info {
	background: #36302b;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 15px;
}


.custom-02 {
    font-size: 30px;
    font-family: 'Dancing Script', cursive;
    color: #dc792f;
    padding: 10px 0px;
    font-weight: bold;
}

.custom-02 img {
	width: 250px;
}

.slideshow {
	height: auto;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	align-items: center;
}
.slideshow img {
	height: 300px;
	display: flex;
	margin-right: 10px;
}

.jslideshow, .jleft, .jright {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}


.jslideshow {
	background-color: #212226;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.jleft, .jright, .jmax {
	background: #a4a4a473;
	position: relative;
	display: inline-block;
	font-size: 66px;
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 2px 10px -2px #000;
	transition: .2s linear;
}
.jmax {
    display: block;
	position: relative;
	top: -85px;
	left: 10px;
}
.jleft {
  left: calc(110px - 50%);
}
.jright {
  right: calc(110px - 50%);
}
.jright:hover, .jleft:hover, .jmax:hover {
  box-shadow: 0px 4px 10px -1px #000;
}
.jmaxico, .jleftico, .jrightico {
	mask-image: url('/static/img/svg/expand-arrows-icon.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-image: url('/static/img/svg/expand-arrows-icon.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #ffffffd4;
	height: 80px;
	width: 80px;
	display: inline-block;
	margin: 10px;
}
.jleftico {
	mask-image: url('/static/img/svg/caret-left-icon.svg');
	-webkit-mask-image: url('/static/img/svg/caret-left-icon.svg');
}
.jrightico {
	mask-image: url('/static/img/svg/caret-right-icon.svg');
	-webkit-mask-image: url('/static/img/svg/caret-right-icon.svg');
}


@media only screen and (max-width: 1010px) {
    #custom-01 img {
    	width: 580px;
    }
    
    #header-logo {
    	width: 100px;
    }
    
    #header-menu a {
    	margin-bottom: 2px;
    	display: inline-block;
    }
    
    .wrap {
    	width: 100%;
    }
    
    #map {
        width: 600px;
    }
    .wrap-left {
    	display: none;
    }
    .wrap-right {
    	position: relative;
    	margin-bottom: 30px;
    	text-align: center;
    	padding: 0;
    	width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #custom-01 img {
    	width: 100%;
    }
    
    #header-logo {
    	width: 100px;
    }
    
    .wrap {
    	width: 100%;
    }
    
    #map {
        width: 100%;
    }
    #header-menu {
    	display: none;
    }
    .jleft, .jright {
    	top: calc(100% - 120px);
    }
}