@charset "UTF-8";


/* Navbar container */
.navbar {
  overflow: hidden;
 text-decoration: none;
    font-size: 16px;
		font-family: raleway, sans-serif;
font-weight: 700;
font-style: normal;
background-color: white;
	padding: 0px 0px 20px 0px;
	
}
	
	
h4 {
    color: black;
    font-size: 18px;
    font-family: "raleway";
    font-weight: normal;
    text-align: center;
    font-style: normal;
} 	
	

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  padding: 14px 10px;
  text-decoration: none;
background-color: white;
opacity: 1;
	}

	.navbar a:hover {	
	color: rebeccapurple;
	}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: black;
  padding: 14px 10px;
    background-color: white;
opacity: 1;
	
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}



/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
	opacity: 1;
  width: 100%;
  left: 0;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1}



/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  padding: 10px 0px;
  background-color: white;
  height: 350px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
background-color: white;
}

/* Add a background color on hover */
.column a:hover {
color: rebeccapurple;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}	
	
	
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}	
	





h1 {
    color: black;
    font-size: 3rem;
    font-family: raleway;
    font-weight: 400;
    font-style: normal;
	text-align: center;
}


h2 {
    color: black;
    font-size: 2rem;
    font-family: "raleway";
    font-weight: 400;
    text-align: center;
    font-style: normal;
}    
    

    
h3 {
    color: black;
    font-size: 1.5em;
    font-family: "raleway";
    font-weight: normal;
    text-align: center;
    font-style: normal;
}   

	
	
	
p {
    color: black;
    font-size: 20px;
    font-family: raleway;
    font-style: normal;
    font-weight: 100;
	}
	
	

	




.btn {
	box-shadow:inset 0px 0px 0px 0px #3dc21b;
	background-color:transparent;
	border-radius:10px;
	border:4px solid forestgreen;
	display:inline-block;
	cursor:pointer;
	color: forestgreen;
	font-family: raleway;
	font-size:20px;
	padding:10px 10px;
	text-decoration:none;
	
}

.btn:active {
	position:relative;
	font-family: raleway;
	top:1px;
}


.btn:hover {
  ackground-color:transparent;
font-family: raleway;
  text-decoration: none;
      color: #75BD75;
	border:4px solid #75BD75;
} 



	
	
	
	.btn:hover {
		
		color: #75BD75;
		border:4px solid #75BD75;
		
		
	}

	
a {
text-decoration: none;

}


