body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(../img/kayak_nasijarvi_cut_small.jpg) no-repeat center center;
  background-size: cover;

}

h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 700;
}
#desc h1 {
	font-size: 8px; /* 40px/16=2.5em */
	
}
header {
    background: url(../img/kayak_nasijarvi_cut_small.jpg) no-repeat center center;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;

}
#profile {
    width: 400px;
    margin: 0 8%;
    position: relative;
    top: 10%;
}

#pic {
    width: 120px;
    height: 120px;
    /*margin:0 auto;*/
    background: url(../img/me.jpg) no-repeat center center;
    border-radius: 60px;
    border: 3px solid #eee;
    margin-bottom: 20px;
}
#desc {
    color: #fff;
}
#desc h1 {
    margin: 0;
    padding: 0;
    margin-left: -2px;
    font-size: 2.4em;
}
#desc p.subtitle {
    margin-top: -7px;
    font-weight: 300;
    font-size: 0.9em;
}
.full {
    height: 70vh;
}
.layer {
    background-color: rgba(116,180,226,0.85); 
    width: 100%; 
    height: 31%;
}
section .row {
    padding: 5% 8%;
}
section h2 {
    border-bottom: 1px solid #eee;
}
#portfolio {
    background-color: #eee;
}
footer {
    background-color: #22a7f0;
    color:#fff;
    padding: 2em 0;
    text-align: center;
    font-size: 0.8em;
}








/* social buttons */
.social-buttons img{
  border: none !important;
}

ul.social-buttons {

    margin-right: 0;
	
    margin-bottom: 0;
}

ul.social-buttons li {
  padding-left:  0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: rgba(255, 255, 255, 0.75); /*#fff; */
  background-color: rgba(0, 0, 0, 0.65); /*#222;*/
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(240, 95, 64, 0.75); /*#fed136;*/
}




.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
	
}

    .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0;
    }
    .videoWrapper iframe,
    .videoWrapper object,
    .videoWrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    video {
    width: 100%    !important;
    height: auto   !important;
  }

.center-block {
            display: block;
            margin-left: auto;
            margin-right: auto;
            /* width: 300px; Optional, adjust the width */
}

.float-left {
    float: left;
    margin-right: 40px; /* Optional, space between the image and text */

}

.float-right {
    float: right;
    margin-left: 40px; /* Optional, space between the image and text */
}