

/* General 
--------------------------------------*/
.current {
                    color:red;
                    font-weight:bold;
                 }

img.card-img-top:hover {
    filter: none;
      -webkit-transform: scale(1.01);
    }
  
h1 {
    font-family: 'Roboto-Bold', sans-serif;
	color:#C47629;
}

h2 {
    font-family: 'Roboto-Medium', sans-serif;
    color:#4F5D73;
}

h3 {
    font-family: 'Roboto-Regular', sans-serif;
    color:#A9A9A9;
}

p {
   font-family: 'Roboto-Regular', sans-serif;
    color:#000000; 
}

li {
   font-family: 'Roboto-Regular', sans-serif; 
}

.biobody {
	text-align: left;
}


.extras {
    transform: rotate(-90deg);
    text-align:left;
    }

.nav-link {
    font-family: 'Roboto-Bold', sans-serif;
    color:#4F5D73;
}

ul.nav a:hover { color: #C47629 !important; }


.link {
   color:#4F5D73; 
}



.response {
       font-family: 'Roboto-Medium', sans-serif;
    color:#4F5D73;
    text-align: center;

}

.contacthead {
  font-family: 'Roboto-Bold', sans-serif;
  color:#000000;

}

.form-control{
  font-family: 'Roboto-Regular', sans-serif;
    color:#000000;
}







