
header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}

body {
  padding-top: 56px;
  background: url('/static/images/alexander-tsang-SZS75v8QClw-unsplash.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio-item {
  margin-bottom: 30px;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#per-cent {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bg-color {
background-color: #e6e6fa59;
}


footer.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
/*
.footer {
  background-color: #f5f5f5;
}*/