/*body {
    position: relative;
}
.affix {
    top: 200px;
}
div.col-sm-9 div {
    height: 250px;
    font-size: 28px;
}
#section1 {color: #fff; background-color: #1E88E5;}
#section2 {color: #fff; background-color: #673ab7;}
#section3 {color: #fff; background-color: #ff9800;}

@media screen and (max-width: 810px) {
  #section1, #section2, #section3 {
      margin-left: 150px;
  }
}
*/

@font-face {
  font-family: 'black_jack';
  src: url("black_jack.ttf");
}

body {
    position: relative; 
    /*overflow-y:hidden;*/
}

#title {
  font-size:3.0em;
  font-weight:900;
  font-family: 'black_jack';
}

#home {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(./images/back.JPG) no-repeat center center ;
  background-size: cover;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

#profile {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background: url(./images/profile.jpg) no-repeat left;
  z-index: 2;
  background-position: left -15px top;
  background-size: 210px 210px;
  filter: contrast(110%);
  -webkit-filter: contrast(110%);
  -moz-filter: contrast(110%);
  -o-filter: contrast(110%);
  -ms-filter: contrast(110%);
  bacground-size:cover;
}

#name {
  /*margin-top: 80vw;*/
  text-align: center;
  vertical-align: center;
}

.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
}
.navbar {
    margin-bottom: 0px;
}

.nav {
  font-size: 1.4em;
  /*font-size: 400;*/
  color: #d9d9d9;
}

/*#btn {
  position: absolute;
  bottom: 10px;
}*/

/*.nav li
{
display: inline;
list-style-type: none;
padding-left: 30px;
}
*/
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}

.glyphicon {
  font-size: 2em;
  color: white;
  opacity: 0.25;
}

.glyphicon:hover {
  opacity: 1;
}


#section1 {padding-top:30px;}
/*#section2 {padding-top:50px;height:500px;color: #fff; background-color: #673ab7;}
#section3 {padding-top:50px;height:500px;color: #fff; background-color: #ff9800;}
#section41 {padding-top:50px;height:500px;color: #fff; background-color: #00bcd4;}
#section42 {padding-top:50px;height:500px;color: #fff; background-color: #009688;}*/