@font-face{
  font-family: 'tajawal';
  src: url('Tajawal-Medium.ttf') format('truetype');
}
@font-face{
  font-family: 'Tajawal-Bold';
  src: url('Tajawal-Bold.ttf') format('truetype');
}

/*------------------- COLORS --------------------*/
.color1{
  color: #2eb4a1;
}
.color2{
  color: #2f4959;
}
.color3{
  color: #fff; 
}
.bg-color1{
  background-color: #2eb4a1;
}
.bg-color2{
  background-color: #2f4959;
}
.bg-color3{
  background-color: #fff;
}
.footco{
  text-align: right;
}
/*-----------------------------------------------*/
body{
  font-family: tajawal;
  font: #465360;
  font-size: 20px;
  background-color: #fff;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
/*-----------------------------------------------------------------------------------*/  
.l-a{
    text-decoration: none;
    color:  #fff;
    font-size: 45px;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
    color: #2eb4a1;
    transition: 0.5s;
  }
  .btn-container {
    display: inline-block;
    cursor: pointer;
    float: right;

  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #2eb4a08f;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .active{
    color: #2eb4a1;
  }
  .logo-img{
    width: 300px;
  }

/*-----------------------------------------------------------------------------------*/  

.graphic-bg{
  background-size: cover;
  background-position: center;
  padding: 50px 400px 40px 400px;
  color: #fff;
}

.graphic-bg{
  background-image: url("../img/graphic.jpg");
}
.h1-title{
  font-size: 65px;
}


.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #2eb4a08f;
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}
.nav-co{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 30px;
}
.menue{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #464646;
  color: #fff;
  padding: 100px 0px 0px 0px;
}
.right-align,.footco{
  text-align: right;
}
@media(max-width: 768px) {
  body {
      padding: 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .footco{
    text-align: center;
  }
  .right-align{
    text-align: center;
  }
  .nav-co{
    padding: 10px;
  }
  .logo-img{
    width: 200px;
  }
  .btn-container {
    margin-right: 50px;
  }
}