@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url("../FILES/Background.jpg");
}
.topbar{
	height: 28px;
	background-color: #ADC64D;
	width: auto;
}
.topline{
	height: 2px;
	background-color: #915920;
	width: auto;
}
.navbar-brand{
	width: 135px;
	height: 110px;
	margin-bottom:6px;
	padding-left: 170px;
	padding-right: 200px;
}
.navbar-brand img{
	width: 140px;
	height: 110px;
}
.nav-item a{
	margin-left:45px;
}
.nav-pills .active {
            background-color: #ADC64D!important;
            border-radius: 5px;
}
.line {
	font-family:"allura";
	transition: 400ms ease-in;
	text-decoration: underline overline;
	text-decoration-color: transparent;
}
.line:hover{
	text-decoration-color: white;
	font-size: 30px;
}
.card {
	box-shadow: inset 0 -3px 0 -1px royalblue;
    transition: color 0.1s linear,box-shadow 0.75s ease-in-out;
    color: black;
	
}
.card:hover{
	box-shadow: inset 0 -400px 0 -1px royalblue;
	color: white;
	
}
.card-img-top{
	width: 100px;
	height: 350px;
}
.fa-envelope-o{
	padding-left: 70px;
}
.txt{
	padding-left: 15px;
	font-size: 12px;
}
.fa-facebook{
	padding-top: 8px;
	padding-left: 50px;
}
/*@media (max-width:991px){
	.mob{
		padding-top: 50px;
	transform: scale(1.2);
	}
}*/
