body {
    display: block;
    margin: 0;
    color: #F5F4EF;
    text-align: center;
    line-height: 1.5;
}

.ffts {
    font-family: 'the-seasons';
    font-weight: 300;
}

.ffcs {
    font-family: 'commuters-sans';
    letter-spacing: 1.5px;
    font-weight: 300;
}

body a {
    text-decoration: none;
    display: inline-block;
    color: #F5F4EF;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 69px;
    text-align: center;
    z-index: 5;
}

html.p100 header {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

html:not(.p100) body.m2 header {
   background: #162424; 
} 

header > a > img {
    height: 25px;
    margin: 20px;
}

header > i.menu {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 25px;
    height: 21px;
    display: none;
    z-index: 6;
    cursor: pointer;
}

header > i.menu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 4px;
    background: #F5F4EF;
    border-radius: 20px;
    box-shadow: 0 8px 0 #F5F4EF, 0 16px 0 #F5F4EF;
}

header > nav {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 14px;
}

header > nav > a {
    text-transform: uppercase;
    margin: 0 20px;
}

body.m2 header > nav > a.nv2 {
    opacity: .5;
}

.Lions1 {
    position: relative;
    background-image: url('bg1.jpg');
    background-size: cover;
    min-height: 600px;
}

.Lions1 > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    line-height: 1.2;
}

.Lions1 > div > i {
    font-style: italic;
}

.Lions1 > div > p {
    margin: 0;
}
/**/
.Lions1a {
  background: #2A3838;
  padding: 100px 10px;
}
.Lions1a .box {
  width: 250px;
  display: inline-block;
  margin: 15px;
}
.Lions1a .box > img {
  width: 250px;
  border-radius: 15px;
}
.Lions1a .box > p {
  color: #F5F4EF;
  letter-spacing: 1.5px;
}
.Lions1a .box > b {
  color: #A57D58;
  font-weight: normal;
}
/**/
.Lions2 {
    position: relative;
    background: #2A3838;
    padding: 100px 10px;
}

.Lions2 > h1 {
    font-size: 50px;
    margin: 0;
    font-style: italic;
}

.Lions2 > h4 {
    margin: 36px auto;
    max-width: 1100px;
    font-weight: 300;
}

.Lions2 > a {
    width: 254px;
    padding: 7px;
    border: 1px solid;
    border-radius: 10px;
}

.Lions3 {
    position: relative;
    background-image: url('bg2.jpg');
    background-size: cover;
}

.Lions3 > img {
    width: 100%;
    visibility: hidden;
}

.Lions1 > img {
    width: 100%;
    visibility: hidden;
}

.Lions4 {
    position: relative;
    background-image: url('bg3.jpg');
    padding: 100px 10px;
    color: #2A3838;
}

.Lions4 h2 {
    font-size: 50px;
    margin: 0;
}

.Lions4 h5 {
    margin: 36px auto 0 auto;
    max-width: 710px;
    font-weight: 300;
}

footer {
    position: relative;
    background: #2A3838;
    padding: 100px 10px;
    font-size: 14px;
}

footer > img {
    height: 25px;
    margin: 20px;
}

footer > p > img {
    vertical-align: middle;
}

@media (max-width: 1200px) {
    body > header > a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 7;
    }
}

@media (max-width: 650px) {
    header > i.menu {
        display: block;
    }
    header > nav {
        position: absolute;
        top: 0;
        right: -100%;
        transition: .5s;
        width: 250px;
        background: #2a3838;
        border-radius: 0 0 0 20px;
        padding: 80px 10px 10px 10px;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
    body.menu header > nav {
        right: 0;
    }
    header > nav > a {
        text-transform: uppercase;
        margin: 0 0 40px 0;
    }
}

@media (max-width: 500px) {
    .Lions1 > div {
        font-size: 50px;
    }
}