body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 17px
}
ol {
    margin: 50px auto 0 auto;
    padding: 0;
    text-align: center;
}
ol li {
    display: inline-block;
}
.linking-page {
    color: #757575;
    font-size: 15px;
    font-weight: 300;
}
.linking-arrow {
    max-width: 17px;
    vertical-align: middle;
}
.gallery-wrapper {
    margin: 50px 20px 20px 20px;
    text-align: center;
}
.gallery-title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}
.gallery-description {
    font-weight: 300;
    margin: 30px;
}
.gallery-btn {
    display: inline-block;
    margin: 10px auto 50px auto;
    background-color: #7986CB;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.gallery-bottom-btn{
  margin: 70px auto;
}
.loading {
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.loading-text {
  font-weight: 500;
}
.loading-icon {
  width: 60px;
}
.m-p-g {
  max-width: 100%;
  margin: 0 auto 50px auto;
  z-index: 20;
}
.m-p-g__thumbs-img {
  margin: 10px 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 15px;
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgb(0 0 0 / 26%);
  transition: all 0.25s ease-out;
}
.footer {
    text-align: center;
    font-weight: 300;
    margin-top: 100px;
    background-color: #333;
    bottom: 0;
    padding-top: 50px;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-item {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #fff;
}
.footer-item a {
    color: #ffffff;
}
.contact {
    display: block;
    margin: 30px 0 10px 0;
}
.contact-email {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
.contact-icon {
    display: inline-block;
    vertical-align: text-bottom;
}
.footer-division {
    width: 80%;
    height: 1px;
    background-color: #606060;
    margin: 20px 30px;
    border: none;
}
.footer-app {
    color: #ffffff;
    margin: 0;
    max-width: 150px;
    padding: 0;
    border-radius: 5px;
}
.footer-legals {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}
.footer-social-wrapper {padding: 5px 0 40px 0;color: #fff;line-height: 20px;}
.footer-social-icon {
    display: inline-block;
    width: 40px;
    margin: 0 3px 0 3px;
    border-radius: 50%;
}
a {
  text-decoration: none;
}
@media screen and (min-width: 1020px) { 
    .gallery-title {
        font-family: 'Roboto-Bold', sans-serif;
    }
    .gallery-description {
        font-family: 'Roboto-Light', sans-serif;   
    }
    .gallery-btn {
        font-family: 'Roboto-Medium', sans-serif;
    }
    .gallery-wrapper {
      margin: 50px 20px 30px 20px;
    }
    .m-p-g {
      height: 3000px;
    }
    .footer {
        text-align: center;
        font-family: 'Roboto-Light', sans-serif;
    }
    .footer-title {
        font-family: 'Roboto-Medium', sans-serif;
    }
    .footer-app {
        margin: 0 auto;
    }
    .footer-item {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer-division {
        margin: 30px auto;
    }
    .footer-social-icon {
        margin: 0 5px 0 5px;
    }
    .contact {
        margin: 0;
    }
    .footer-legals {
        margin-left: 0;
    }  

    @font-face {
       font-family: "Roboto";
       src: url(/assets/fonts/Roboto.ttf) format("truetype");
       font-display: block;  
    }
    @font-face {
       font-family: "Roboto-Light";
       src: url(/assets/fonts/Roboto-Light.ttf) format("truetype");
       font-display: block;  
    }
    @font-face {
       font-family: "Roboto-Medium";
       src: url(/assets/fonts/Roboto-Medium.ttf) format("truetype");
       font-display: block;  
    }
    @font-face {
       font-family: "Roboto-Bold";
       src: url(/assets/fonts/Roboto-Bold.ttf) format("truetype");
       font-display: block;  
    }
}