@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
/* HERE STARTS THE MAGIC */
body,
p {
  font-family: "Raleway", sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
header {
  text-align: center;
  color: #fff;
  background: #796d6e;

  position: fixed;
  width: 100%;
  z-index: 1;
  height: 750px;
  overflow: hidden;
  top: 0;
  left: 0;
}

.content-wrapper {
  background-color: white;
  top: 87%;
  min-height: 12%;
  position: absolute;
  z-index: 2;
  width: 100%;
}
/* HERE ENDS THE MAGIC */
header .container {
  padding-top: 150px;
  padding-bottom: 50px;
}

header img {
  display: block;
  margin: 0 auto 20px;
}

header .intro-text .name {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

section {
  padding: 100px 0;
  width: 100%;
}

section h2 {
  margin: 0;
  font-size: 3em;
}
hr.star-light,
hr.star-primary {
  margin: 25px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 5px;
  text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  display: inline-block;
  position: relative;
  top: -0.8em;
  padding: 0 0.25em;
  font-family: FontAwesome;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #18bc9c;
}

hr.star-primary {
  border-color: #2c3e50;
}

hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}

section.primary h2 {
  color: #2c3e50;
}

section.success {
  background-color: #101010;
  color: #fff;
}

.navbar-default {
  font-family: "Raleway", sans-serif;
  background-color: #101010;
  border-bottom-color: white;
  color: white;
}

.navbar-default a {
  font-family: "Raleway", sans-serif;
  color: white;
}
.navbar-default a:hover {
  text-decoration: underline;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Raleway", sans-serif;
  color: white;
}

.navbar-default .navbar-nav > li > a:hover {
  text-decoration: underline;
  color: white;
}

.navbar-brand {
  width: 391px;
  height: 30px;
}

.navbar-brand img {
  width: 100%;
}

header {
  background: #101010;
}

header .container.cps-carousel-container {
  padding-top: 0;
}

footer.container {
  margin: 0;
  width: 100%;
  background-color: white;
  min-height: 200px;
  color: #110011;
  text-align: center;
  padding-top: 100px;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color: red;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.card-img {
  width: auto;
  padding-top: 1rem;
}
.card-box {
  padding-top: 2rem;
  color: #767676;
  font-weight: bolder;
}

.cps-slide {
  position: relative;
  max-height: 750px;
  overflow: hidden;
}

.cps-slide img {
  width: 100%;
}

.cps-slide .cps-slide-text {
  position: absolute;
  top: 25%;
  background: white;
  width: 300px;
  right: 50px;
  opacity: 0.7;
  color: black;
  text-align: left;
  padding: 5px 10px;
}

.map-container {
  text-align: center;
  color: #fff;
  background: #796d6e;
  margin-top: 51px;
  position: fixed;
  width: 100%;
  z-index: -1;
  height: 750px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .cps-slide .cps-slide-text {
    width: 100%;
    left: 0;
    top: 70%;
  }
  .cps-slide .cps-slide-text h2 {
    font-size: 20px;
    margin: 0;
    padding: 5px;
  }
  .cps-slide .cps-slide-text p {
    display: none;
  }
  .navbar-brand {
    width: 350px;
  }
  header {
    height: 400px;
  }
  section {
    padding: 30px 0;
  }
}
.facebook-content{
  margin: 0 auto;
  max-width: 1000px;
}

.facebook-content .fb-page.fb_iframe_widget{
  width:1000px !important;
  height: 1000px !important;
}
