

/*nav bar*/
.navbar-brand{
    font-family: "helvetica neue", 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color:rgba(0,0,0,0.7) !important;
}

.tagline{
    font-family: "avenir next" , 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size:1.2rem;
    color:rgba(0,0,0,0.7) !important;
}

.nav-link{
    font-family: "avenir next" , 'Source Sans Pro', sans-serif;
    font-weight:400;
    font-size:1.2rem;
    color: rgba(0,0,0,0.7) !important;
}



/*Jumbotron start*/
.case_title{
    font-family: "lucida grande", 'Work Sans', sans-serif;
    border:none; 
    background: none;
   
}

/*Jumbotron end*/




h3{
    font-family: "lucida grande" , 'Work Sans', sans-serif;
    font-weight:600;
    color:rgba(0,0,0,0.72);
    letter-spacing: 0.4px;
    font-size:2.0625rem;
    line-height: 128%;
 
}

.section-border{
    border-left:6px rgba(0,0,0,0.7)  solid;
}

h4{
    font-family: "lucida grande", 'Work Sans', sans-serif;
    font-weight:600;
    color:rgba(0,0,0,0.7);
    letter-spacing: 0.4px;
    font-size:1.5rem;
    line-height: 150%;

}



/*h6: body text*/
h6{
    font-family:"avenir next";
    font-weight:400;
    line-height: 156%;
    font-size:1.25rem;
    color:rgba(0,0,0,0.7);
    letter-spacing: 0.2px;
}

.p{
    line-height: 120%;
}

.note{
    background-color: #FFFFCD;
    border-left:10px #FFEB3B solid;
    padding:20px;
    font-family:"avenir next", "candara";
    line-height: 156%;
    font-size:1.25rem;
    color:rgba(0,0,0,0.7);
    
}

.pic-note{
    font-size:0.75rem;
    color:rgba(0,0,0,0.7);
    text-align: center;
}


li{
    padding-bottom: 5px;
    font-size: 1rem;
}

/*geocache*/
.leaf{
    padding-left:20px;
    color: #00A23B;
}

/*要改*/
strong{
    font-weight: 600;
}


/*link style*/

a.nav-link{
    text-decoration: none;
}

a.nav-link:hover{
    color:#000000 !important;
    text-decoration: underline;
}

a.link-in-body{
    color:#1F7DDB;
    font-weight: 500;
}

a.link-in-body:hover{
    text-decoration: underline;
}
/*index*/

.UI-note{
    font-size:0.8rem;
    padding: 10px 0;
}


.fa-circle{
    padding-right: 40px;
    font-size:6px;
    color:rgba(0,0,0,0.5)
}