/*

@media voor mobile & tablet

*/

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Scope One', serif;
}

.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

a:hover{
  text-decoration: none;
}

/* vertical-centered text */

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: white;
}

.text-vcenter h2 {
  padding-top: 5%;
  color: white;
}

/* additional sections */
#home {
  background: url(../images/val1.jpg) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width : 768px) {
  #home {
    background: url(../images/val1.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }
}

#deadlines {
  background-color: #B0E0E6;
  color: #ffffff;
  text-align: center;
}

#contact {
  background-color: white;
  text-align: center;
}

#team {
  background: url(../images/val2.jpg) no-repeat center center fixed;
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}

@media only screen and (max-width : 768px) {
  #team {
    background: url(../images/val2.jpg) no-repeat center center fixed;
    display: table;
    height: 800px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    background-attachment: scroll;
  }
}

#team .panel {
  opacity: 0.85;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

#teamMembers{
  display: none;
}

/* --------- Page scroll button  --------- */

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover, .btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

footer {
  background-color: #B0E0E6;
  color: #ffffff;
  text-align: center;
}
