@font-face {
  font-family: 'Bungee';
  src: url('../fonts/Bungee-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Changa';
  src: url('../fonts/BellotaText-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Skia';
  src: url('../fonts/Skia Regular.ttf');
  font-weight: normal;
  font-style: normal;
}


/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: whitesmoke;
}
.vert-text-2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: whitesmoke;
}

.vert-text h1 {
  padding: 0;
  margin: -6% 0 0 0;
  font-size: 4.5em;
  font-weight: 700;
  font-family: "Skia";
}
.vert-text-2 h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  font-family: "Skia";
}

.socials {
  color: black;
  font-size: 2em;
  margin-right: 0.75em;
}

#social-bar {
  top: 1%;
  margin-left: 1em;
  position: fixed;
  z-index: 1;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url('../img/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
}

/* Services */

.services {
  background: #7fbbda;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}

#gallery img{
  width: 100px;
  cursor: pointer;
}
#gallery img.active{
  width: 125px;
  border: 3px solid rgb(165, 22, 22);
}
#gallery img:hover{
  width: 125px
}
#description{
  margin-top: 10%;
  font-family: "Changa";
  font-size: 1.1em;
}


/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url('../img/bg.jpg') no-repeat center center scroll; 
  }

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }

}
