@font-face {
  font-family: 'BrandonText-Regular';
  src: url('BrandonText-Regular.eot');
  src: url('BrandonText-Regular.woff2') format('woff2'),
       url('BrandonText-Regular.woff') format('woff'),
       url('BrandonText-Regular.ttf') format('truetype'),
       url('BrandonText-Regular.svg#BrandonText-Regular') format('svg'),
       url('BrandonText-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CourtesyScriptPro';
  src: url('CourtesyScriptPro.eot');
  src: url('CourtesyScriptPro.woff2') format('woff2'),
       url('CourtesyScriptPro.woff') format('woff'),
       url('CourtesyScriptPro.ttf') format('truetype'),
       url('CourtesyScriptPro.svg#CourtesyScriptPro') format('svg'),
       url('CourtesyScriptPro.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;

}


.dearguests {
    font-family: 'CourtesyScriptPro';
    font-variant: none;
    text-transform: lowercase;
    white-space: nowrap;
    font-size: 15vmin;
}


.tabs {
    margin: 0;
    border: 0;
    background: none;
    list-style-type: none;
}

.column, .columns {
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
}

h1, h2, h3, h4 {
    font-family: 'CourtesyScriptPro';
    text-transform: lowercase;
    font-weight: bold;
    color: #0f0f0f;
}

body {
    background-color: #bbbbbb;
    font-family: 'BrandonText-Regular';
    font-variant: none;
    text-transform: uppercase;
    color: #0f0f0f;

}

.mainlogo {
    max-height: 400px;
}

.fancybox-download:before {
  top: 14px;
  left: 22px;
  border-left: 2px solid #fff;
  height: 12px;
}

.fancybox-download:after {
  bottom: 18px;
  left: 23px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  background: transparent;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

ul.tabs {
    text-align: center;
}

ul.tabs li {
    float: none !important;
    display: inline-block;
}

.tabs-content {
    border: 0;
    background: rgb(240,240,240);
}

.tabs-panel {
    padding-top: 3em;
    padding-bottom: 3em;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: rgb(240,240,240);
    color: #0f0f0f;
}

.tabs-title > a:hover {
    background: rgb(240,240,240);
    color: #0f0f0f;
}
.copyelement {
    background-color: #fff;
    padding: 2em;
}
.fa-4 {
    font-size: 4em;
}

.navicon {
    width: 3.5em;
}

img.lazy {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.masonrysizer, .masonryitem {
    float: left;
    width: 33.33333%;
}

@media screen and (max-width: 39.9375em) {
    
    .masonrysizer, .masonryitem {
        width: 50%;
    }
    
}

.masonryimg {
    outline: 0.5em solid rgb(240, 240, 240);
    outline-offset: -0.5em;
}