/*
 *
 * Prefix Css Page
 *
 */
/*
 *
 * Colors Css
 *
 */
/*== Start Color Text Classes ==*/
.text-grey {
  color: #777;
}

/*
 *
 * Prefix Css Page
 *
 */
/*
 *
 * Extend Css
 *
 */
.dFlexCenterCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.backgroundImage {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
 *
 * Global Css Page
 *
 */
body {
  font-family: Raleway, sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.row {
  direction: ltr;
}

.error {
  color: red;
  display: block;
  width: 100%;
  text-align: left;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*== Start Scroll ==*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1d4d4f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #27a10c;
}

/*
 *
 * Gallery Css Component
 *
 */
.gallery img {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: solid 5px #ddd;
}
.gallery img:hover {
  margin-top: -20px;
}

/*# sourceMappingURL=gallery.css.map */
