* {
    box-sizing: border-box;
}

.body{
    margin: 0;
    padding: 0;
}

.footerA{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
	height: 50px;
}

.footerA-links ul {
    display: flex;
	margin: 0;
	padding: 0;
}

.footerA-links li{
    list-style: none;
	margin-top: 5px;
}

.footerA-links li a{
    text-decoration: none;
    color: white;
    padding: 1rem;
    display: block;
	margin-top: -2px;
}

.footerA-links li:hover{
    background-color: #A1B793;
	height: 50px;
	margin-top: 5px;
}

.navbar{
	background-image: linear-gradient(to right, black, #85A274);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;
    padding-bottom: 0.005px;
	height: 50px;
}

.navbar-links ul {
    display: flex;
	margin-left: 80px;
	padding: 0;
	margin-top:-10px;
}

.container2{
	margin-left: 5px;
	margin-top: -9.5px;
}

.nav-link{
	margin-right: 8px;
	padding-bottom: 25px;
}

.navbar-links li{
    list-style: none;
}

.navbar-links li a{
    text-decoration: none;
    color: white;
    padding: 1rem;
    display: block;
}

.navbar-links li:hover{
    background-color: #A1B793;
}

.h1{
    text-align: center;
    font-weight: bolder;
    color: #A1B793;
}

.h2eigen{
    text-align: center;
    color: #A1B793;
	font-size: 36px;
	font-weight: bolder;
}

.h4{
    text-align: center;
}

.img{
    margin-left: 70px;
    margin-top: 100px;
    margin-bottom: 270px;
    width: 10px;;
    height: 10px;
    position:absolute;
    right: 8;
    bottom: 0;
    z-index: 10;
}

.card{
	margin-top: -5px;
    margin-left: 10px;
}

.card-header{
	background-color: #6A815C;
	color: white;
}

.card-footer{
	background-color: #E0E9DB;
	width: 1300px;
	height: 46px;
}

.col-md-3{
	margin-left: -2px;
	width: 310px;
}

.col-md-9{
	width: 593px;
}

.container{
	height: 50px;
}

@media (max-width: 1050px){
		
	.navbar .toggle_btn{
 		display: block;
	}
	
	.dropdown_menu{
		display: block;
	}
	
	.navbar-links{
		display: none;
		width: 100%;
	}
	
	.navbar{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.navbar-links ul{
		width: 100%;
		flex-direction: column;
	}
	
	.navbar-links li{
		text-align: center;
	}
	
	.navbar-links li a {
		padding: .5rem 1rem;
	}
	
	.navbar-links.active{
		display: flex;
	}
	
	.nav-link{
		display:none;
		width: 100%;
	}
	
	.card{
		padding-bottom: 50px;
		padding-top: -40px;
	}
	
	.card .card-footer{
		width: 100%;
	}
}

@media (max-width: 576px){
	.dropdown_menu{
		left: 2rem;
		width: unset;
	}
	
	.card-footer{
		background-color: #E0E9DB;
		padding-top: -20px;
	}
}

.toggle_btn{
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
	padding-bottom: 21px;
	display: none;
}

.dropdown_menu{
	display: none;
	position: absolute;
	right: 2rem;
	top: 60px;
	height: 0px;
	width: 300px;
	background: #D3E2CE;
	border-radius: 10px;
	overflow: hidden;
	transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu.open{
	height: 240px;
}

.dropdown_menu li{
	padding: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
