* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
  background-color: #f3f3f3;
	box-sizing: border-box;
	font: 300 18px 'Montserrat', sans-serif;
	min-height: 100%;
	padding-bottom: 289px !important;
	position: relative;
}

h1, h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 28px;
	font-weight: 600;
	margin: 0.75em 0;
	text-transform: uppercase;
}

h4 {
  color: #9e1c2e;
  margin: 1em 0 0.8em 0;
  font-size: 20px;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
}

p:first-of-type { margin-top: 0; }

p:last-of-type { margin-bottom: 0; }

img {
  max-width: calc(100vw - 40px);
  vertical-align: middle;
}

a { transition: 300ms; }

strong { font-weight: 600; }

.button {
  background-color: #d0112b;
	color: #fff;
  display: inline-block;
	font-size: 20px;
	font-weight: 500;
  padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
	background-color: rgba(0,0,0,0.8);
	position: relative;
	z-index: 100;
}

header {
	display: grid;
  gap: 30px 20px;
	grid-template-columns: auto 1fr;
	place-items: center end;
	padding: 20px;
}

#menu-main-menu {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 40px;
  justify-content: center;
  list-style: none;
}

#menu-main-menu a {
	color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 0;
  position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-main-menu a::after {
  border-bottom: 3px solid #d0112b;
  content: '';
  height: 100%;
  position: absolute;
    right: 5px;
    left: 5px;
  transform: scaleX(0.0001);
  transition: transform 300ms ease-in-out;
}

#menu-main-menu li:hover a::after { transform: scaleX(1); }

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

#mainMenu {
	background-color: #000;
	height: 100vh;
	overflow-x: hidden;
	position: fixed;
		top: 0;
		right: 0;
	transition: 1s;
	width: 0;
	z-index: 998;
}

#mainMenu.show { width: 100%; }

#mainMenu ul { list-style: none; }

.mobile-menu { margin: 30px; }

.mobile-menu a {
	color: #fff;
	display: block;
	font-size: 18px;
  font-weight: 400;
	margin: 20px 0;
	text-decoration: none;
	white-space: nowrap;
}

/* ==========================================================================
		Mobile Menu Toggle
		========================================================================== */
	
#openMenu {
	background-color: #000;
	display: none;
	padding: 20px 15px;
	position: fixed;
		top: 0;
		right: 0;
	transition: .5s;
	width: 41px;
	z-index: 999;
}

#openMenu.open {
	background-color: #000;
	color: #fff;
}

#menuTitle {
	position: relative;
	text-align: center;
	transition: .5s;
}
	
/* ==========================================================================
		Mobile Menu Icon Transition Effect
		========================================================================== */
	
#btn {
	cursor: pointer;
	display: block;
	height: 30px;
	position: relative;
	transition: .5s;
	z-index: 200;
}

#btn .icon,
#btn .icon::before,
#btn .icon::after {
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	transition: top ease .5s .5s, transform ease .5s;
	width: 41px;
}

#btn .icon {
	top: 14px;
	left: 2px;
}

#btn .icon::before { top: -8px; }

#btn .icon::after { top: 8px; }

#btn.active .icon { background: transparent; }

#btn.active .icon::before { transform: rotate(45deg); }

#btn.active .icon::after { transform: rotate(-45deg); }

#btn.active .icon::before,
#btn.active .icon::after {
	background-color: #fff;
	top: 0;
	transition: top ease .5s, transform ease .5s .5s;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.banner {
  margin-top: -140px;
  position: relative;
  z-index: 0;
}

.banner img { max-width: 100%; }

/* ==========================================================================
   Section 1
   ========================================================================== */

.section1 {
	margin: -140px auto 80px;
  max-width: 1600px;
  padding: 0 20px;
	position: relative;
	z-index: 100;
}

.section1 .grid {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.section1 .grid-item {
  background-color: #fff;
  position: relative;
	text-align: center;
}

.section1 .image { border: 5px solid #fff; }

.section1 .text { padding: 30px 30px 74px; }

.section1 .button { display: block; }

.section1 .button-wrapper {
  position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.section1 h3 { margin-top: 0; }

.section1 img { width: 100%; }

/* ==========================================================================
   Section 2
   ========================================================================== */

.section2 {
  margin: 80px auto;
  max-width: 1200px;
	padding: 0 20px;
	text-align: center;
}

/* ==========================================================================
   Content
   ========================================================================== */

.frontpage-wrapper { background: #666 url("../images/bg.png") center center repeat; }

.frontpage {
  color: #fff;
	margin: 0 auto;
  max-width: 1200px;
  padding: 80px 20px;
  text-align: center;
}

.content {
  margin: 80px auto;
  max-width: 1600px;
  padding: 0 20px;
}

.content a {
  color: #d0112b;
  font-weight: 400;
}

.content ul {
  line-height: 1.5em;
  margin: 1em 0;
  overflow: hidden;
}

.content li { margin-left: 1em; }

/* ==========================================================================
   Gallery
   ========================================================================== */

.bwg_container { margin: 0 !important; }

#bwg_container1_0 #bwg_container2_0 .bwg_gal_title_0 {
  font-weight: 600 !important;
  margin-bottom: 1em;
  text-align: left !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2 {
  font-weight: 600 !important;
  margin: 10px 0 20px;
  text-transform: uppercase;
}

/* ==========================================================================
   Forms
   ========================================================================== */

.fm_empty_margin { margin-top: 0 !important; }

.fm-header { display: block !important; }

.wdform_column { gap: 0 20px; }

.fm-form-container.fm-theme1 .fm-form,
input[type="text"],
textarea {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
}

.iti { display: block !important; }

.fm-form .wd-flex { display: block !important; }

.fm-form .wdform-field:not([type="type_hidden"]) { padding: 10px 0 !important; }

.fm-form .fm-header-bg { padding: 0 !important; }

.wdform_section,
.wdform-element-section { margin: 0 !important; }

.wdform_footer { display: none; }

.content .fm-form-container.fm-theme1 .fm-form .button-submit,
.section2 .fm-form-container.fm-theme1 .fm-form .button-submit {
  font: 500 16px 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  transition: 300ms;
  width: 100%;
}

.section2 .fm-form-container.fm-theme1 .fm-form .fm-header-bg { padding-top: 0 !important; }

.content .fm-form-container.fm-theme1 .fm-form .fm-header-bg { display: none; }

.fm-form-container.fm-theme1 .fm-form .fm-header-title {
  font: 600 32px "Montserrat", serif !important;
  margin-bottom: 0.75em;
}

.fm-form .fm-header-description {
  font-weight: 300;
  text-align: center !important;
}

.content .fm-form-container.fm-theme1 { max-width: 1200px; }

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-wrapper {
	background-color: #111;
	border-top: 5px solid #d0112b;
	color: #d1d1d1;
	position: absolute;
    right: 0;
		bottom: 0;
    left: 0;
	text-align: center;
}

.footer { padding: 40px 20px; }

#menu-bottom-menu {
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  font-weight: 400;
  gap: 20px;
	justify-content: center;
  list-style: none;
	margin-bottom: 30px;
}

#menu-bottom-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#menu-bottom-menu a:hover { color: #d0112b; }

.copyright { margin-top: 30px; }

/* ==========================================================================
   Mobile
   ========================================================================== */

@media only screen  
and (max-width : 1599px) {

body { padding-bottom: 0 !important; }

header {
  grid-template-columns: auto;
  justify-items: center;
}

.banner { margin-top: 0; }

.footer-wrapper { position: relative; }

}

@media only screen  
and (max-width : 767px) {

body { font-size: 16px; }

.main-menu { display: none; }

#openMenu { display: block; }

.section1,
.section2,
.content { margin: 60px auto; }

.frontpage { padding: 60px 20px; }

}