@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
	text-decoration: none;
}

.logo{
	color: #2C4007;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8rem;
	text-shadow: 0 1px 1px black;
}

.logo:hover{
	color: #2C4007;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8rem;
}

.nav{
	margin: 10px 0px;
}

.nav-link{
	color: #455E14 !important;
	font-weight: 700;
	text-align: center;
}

.nav-link:hover{
	color: white !important;
	background: #2C4007;
	border-radius: 10px;
	box-shadow: 0 1px 2px #313131;
}

.btn-primary{
	background:#83951C;
	font-weight: 700;
	border: none;
	box-shadow: 0 1px 2px #313131;
}

.btn-primary:hover{
	background: #2C4007;
	box-shadow: 0 3px 4px black;
}

.h1color{color: #2C4007;}

.container1{margin: 0 100px;}

.header{
	background-image: url("img/symptoms-HERO_IMG.png");
	background-position: center;
	background-size: cover;
	max-width: 100%; 
	height: 100vh;
}

.header-text{
		color: #E5EEDA;
	max-width: 650px;
	padding-top:180px;
	padding-left: 180px;
}

.header-text h1{
	color: #E5EEDA;
	text-shadow: 1px 1px 1px black;
	padding-bottom: 10px;
}

.square{
	height: 12px;
	width: 36px;
	display: inline-block;
	background: #E5EEDA;
	margin: 15px 0;
}

.combine{
	display: flex;
	justify-content: center;
	grid-gap: 40px;
	margin: 20px 0;
}

.card{
	box-shadow: 0 1px 3px #313131;
	border-radius: 10px;
}

.card-body{
	background:  #E5EEDA;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.bottom{
	padding: 20px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.5rem;
}

.footer{
	color: #4A4A4A;
	padding: 80px 0 0 0;
}

.footer-img{
	max-width: 100%;
	width: 30px;
}

.footer-f{
	background: #C2C2C2;
	width: 100%;
	text-align: center;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #83951C; /* Set a background color */
	box-shadow: 0 1px 2px #313131;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

@media only screen and (max-width: 575.98px){
	.container1{margin: 0 40px;}
	.header{height: 30vh !important;}
	.header-text{
		font-size: 12px;
		max-width: 210px !important;
		padding: 20px 0 0 40px !important;
	}
	.header-text h1{
		font-size: 20px;
		text-align:left;
	}
	.combine{
		display: block !important;
		margin: auto !important;
	}
	.square{
	height: 8px;
	width: 36px;
	display: inline-block;
	background: #E5EEDA;
	margin: 0 !important;
}
	.card{
		margin: 20px 0 !important;
		width: 300px !important;
		align-content: center !important;}
	.card-title{font-size: 24px!important; }
	.card-text {
		font-size: 12px !important;}
}

@media only screen and (max-width: 768px){
	.container1{margin: 0 60px;}
	.header{height: 80vh;}
	.header-text{
		max-width: 400px;
		text-align: justify;
		padding: 80px 0 0 50px;
	}
	.header-text h1{
		text-align:left;
	}
	.square{
	height: 8px;
	width: 36px;
	display: inline-block;
	background: #E5EEDA;
	margin: 5px 0;
}
	.combine{
		display: flex;
		justify-content: center;
		grid-gap: 20px;
		margin: 20px 0;}
	.card-text li{text-align: justify;}
}
@media screen and (max-width: 991.98px){
	.container1{margin: 0 60px;}
	.header img{height: auto !important;}
	.header-text{
		max-width: 500px;
		text-align: justify;
		padding: 80px 0 0 80px;
	}
	.header-text h1{
		text-align:left;
	}
	.combine{
		display: flex;
		justify-content: center;
		grid-gap: 20px;
		margin: 20px 0;}
}

@media screen and (max-width: 1199.98px){
	.container1{margin: 0 60px;}
	.header img{height: auto;}
	.header-text{
		max-width: 500px;
		text-align: justify;
		padding: 80px 0 0 80px;
	}
	.header-text h1{
		text-align:left;
	}
	.combine{
		display: flex;
		justify-content: center;
		grid-gap: 20px;
		margin: 20px 0;}
}
