body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

section {
  overflow: hidden;
  min-height: 100%; }

.vibes {
  font-family: 'Great Vibes', serif; }

div.logo {
  font-family: 'Great Vibes', serif;
  text-align: center;
  font-size: 64px;
  color: white;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.9);
  margin: 48px 0; }

h2 {
  font-size: 38px;
  color: #000;
  font-family: 'Great Vibes', serif;
  text-align: center; }

.arabic {
  font-family: 'Amiri', serif; }

.wrapper {
  width: 100%;
  height: 100%; }
  .wrapper:before {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    content: ' ';
    background: url("../images/front-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    z-index: 0; }

.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

#images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible; }

#message {
  font-size: 18px;
  margin-bottom: 120px; }
  #message .contact {
    padding-top: 42px;
    width: 100%;
    clear: both;
    text-align: center; }
  #message .col-a {
    direction: ltr; }
  #message .col-b {
    direction: rtl; }

.col-a {
  width: 49%;
  float: left; }

.col-b {
  width: 50%;
  float: right;
  direction: rtl; }

.thumb {
  font-family: 'Great Vibes', serif;
  width: 30.5%;
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
  overflow: visible;
  border-radius: 12px; }
  .thumb img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.6); }
  .thumb:nth-child(3n) {
    margin-right: 0; }
  .thumb:first-child {
    margin-right: 24px; }
  .thumb h3 {
    font-size: 32px;
    text-align: center; }
  .thumb a:hover .caption {
    left: 0;
    opacity: 1;
    height: 100%; }
  .thumb .caption {
    transition: all .5s;
    position: absolute;
    height: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    opacity: 0;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .thumb .caption .info div {
      margin: 6px 0; }

.lb-details {
  font-family: sans-serif; }

.lb-caption {
  font-family: 'Great Vibes', serif;
  font-size: 24px !important; }
