/*
 * Globals
 */
h1 {
      text-align: left;
      font-size: 5vmax; 
      color:white;
}
p {
  font-size: 16px;
}
ul.insection {
  padding-left: 20px;
  font-size: 16px;
}
li {
  padding: 4px 0;
}
a[href^="#howto"] {
  text-decoration: none;
  color: #222;
}

img.sectionpic {
  max-width:60%; 
  max-height:60%;
  margin-left: auto;
  margin-right: auto;
}
/*
div[class^="container"] {
  background: white;
}
*/
/*
 *     Responsiveness
 *
 * Verticaly center images
 * This is the magic code !!!
 * 
 */
@media (max-width: 1199px) {
    p, ul.insection {
      font-size: 14px;
    }
}
@media (min-width: 992px) {
    /* Minimum section height of 70% */
    div[class^="row"] {
      min-height: 60vh;
    }
    .vcenter {
      position:relative;
      top:50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
}
@media (max-width: 768px) {
  .btn-navbar {
  margin-top: -20px;
  margin-bottom: -20px;
  }
}
/*
 * Nav-bar
 */
.btn-circle-active {
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 4px;
  font-size: 10px;
  line-height: 1.44;
  border-radius: 15px;
}
.btn-circle {
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 4px;
  font-size: 10px;
  line-height: 1.44;
  border-radius: 15px;
  background-color: #222;
  color: #999;
}
.btn-navbar {
  width: 66px;
  height: 26px;
  border:solid 1px;
  border-color: #ccc;
  border-radius: 5px;
  background-color: #222;
  text-align: center;
  color: #999;
  padding-top: 2px;
  margin-top: -3px;
  margin-bottom: -12px;
  margin-right: -10px;
  margin-left: -10px;
}
.btn-navbar:hover {
  background-color: #fff;
  color: #333;
} 
.btn-facebook {
  background-image: url(../img/icons/facebook.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-style: none;
  background-color: #222;
  padding: 12px;
  margin-right: 0;
}
.btn-linkedin {
  background-image: url(../img/icons/linkedin.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-style: none;
  background-color: #222;
  padding: 12px;
  margin-right: 14px;
}
.navbar.transparent {
   background: rgba(0,0,0,0.4);
   border-width: 0px;
   max-height: 20px;
}
/* Parallax background; background-size: cover;
      background-repeat: no-repeat;*/
.jumbotext {
  padding-top: 4%;
  padding-right:20px;
  color: #222;
}
.parallax-container {
  height: 80vh;
  width: 100%;
  background: transparent;
}
/*
 * Scroll to next section or to Top
*/
.nextsection {
  width: 60px;
  height: 60px; 
  display:block;
  background-image: url(../img/icons/arrow-big1.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.nextsection:hover {
 background-image: url(../img/icons/arrow-big1-hov.png); 
}
#scroller-arrow {
  width: 72px;
  height: 32px;
  background-image: url(../img/icons/arrow-half1.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  margin:0px auto;
  position: relative;
}
#scroller-arrow:hover {
  background-image: url(../img/icons/arrow-half3-hov.png);
}
#toTop {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 5px;
    right: 5px;
    width: 84px;
    height: 68px;
    background-image: url(../img/icons/cubaUp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0px;
    opacity: 0.6;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
#toTop:hover {
    opacity: 0.9;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#toTop-blog {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    background-image: url(../img/icons/up.png);
    background-repeat: no-repeat;
    border-radius: 7px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
#toTop-blog:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
/*
 * Contact and Footer
 */
 #contact {
  padding-top: 5%;
  padding-bottom: 10%;
}
.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
/*
 * select styles
 */
.select-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icons/arrow-down.png) no-repeat;
  background-size: 18px 12px;
  background-position: calc(100% - 12px) 50%;
  margin-right: 12px;
  text-indent: 0px;
  color: gray;
}
.select-style1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icons/arrow-down.png) no-repeat;
  background-size: 18px 12px;
  background-position: 100% 50%;
  color: gray;
  border:none;
  box-shadow:none;
  width:100%;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}
.tos {
  cursor: pointer;
}