* {
    box-sizing: border-box;
}

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

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

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

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

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

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

.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: 20px;
}

.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;
	height: 52px;
}

.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;
}

.row{
    margin-left: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
}

/*FAQ*/

.faq-container{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: -450px;
}

.hr-line{
  	width: 50%;
 	margin: auto;
	margin-left: 460px;
}

/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #8AA67A;
    cursor: pointer;
    padding: 15px 15px;
    width: 50%;
    border: none;
    outline: none;
    transition: 0.1s;
    margin: auto;
	font-size: 26px;
}

.faq-body{
    margin: auto;
    /* text-align: center; */
    width: 55%; 
    padding: auto;
	margin-left: 450px;
	font-size: 12px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    background-color: white;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
	font-size: 18px;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    float: right;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.comment-box{
	top: 8%;
	left: 70.5%;
	position: absolute;
	transform: translate (-50%, -50%);
	width: 370px;
}

.comment-box h2{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 80px;
}

.comment-box input{
	width: 100%;
	height: 40px;
	padding: 0 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #D0DCC9;
}

.comment-box input:focus{
	border: 1px solid #D0DCC9;
	outline: 10px;
}

.comment-box textarea{
	width: 100%;
	height: 140px;
	padding: 15px 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #D0DCC9;
}

.comment-box textarea:focus{
	border: 1px solid #D0DCC9;
	outline: 10px;
}

.comment-box button{
	border: 0;
	padding: 10px 30px;
	background: #D1DDCA;
	font-size: 18px;
	border-radius: 5px;
	color: #fff;
}

.comment-box button:hover{
	background-color: #ACC0A0;
}

.card-title{
	margin-left: 10px;
}

.card-text{
	margin-left: 10px;
}

@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%;
	}
	
	.faq-container{
		display:none;
	}
	
	.comment-box{
		margin-left: -270px;
	}
	
	.comment-box .h2{
		margin-left: -10px;
	}
	
	.card{
		width: 188%;
		height: auto;
	}
	
	.col-4{
		padding-right: 40px;
		margin-left: -5px;
	}
	
	.row{
		padding-right: 10px;
	}
}

@media (max-width: 576px){
	.dropdown_menu{
		left: 2rem;
		width: unset;
	}
}
.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;
}
