*{
    list-style:none;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.link{
    text-decoration: none;
    font-family:'arial';
    font-size: 16px;
    display: inline-block;
    color: #000;
    font-weight: 700;
}
.link:hover{
    color: #a0a0a0;;

}
.navbar-brand {
    padding-top: 20px;
    padding-bottom:  20px;
    margin-left:40px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 2px;
    color: #000;
  }


  .pic img{
    filter:grayscale(1);
  }

  .pic img:hover{
    filter:grayscale(0);
}
.introtext p{
	font-size: 20px;
	font-family: 'Caveat', cursive;
	line-height: 20px;
}
.intropic{
	background-color: #fff;
	opacity: 80%;
}
.body{
 
    padding: 10px;
}
h3{
    color: #2e2e2e;
    letter-spacing:2px;
    display: inline;
}

h5{
    font-weight: bolder;
}




@media(min-width: 768px){ 
    .word2{  
       
        margin-top: -400px;
        position: absolute;
      
       
    }
    .body{
        background-image: url(../pic/bncv2.jpg);
        background-position:right;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        
    }
    
}