@charset "utf-8";
/* CSS Document */

.title {
    text-align: center;
    padding: 20px 0px 5px;
}

.aboutSEC {
	height: 100%;
}
.aboutSEC h4, p {
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
.aboutSEC h4 {
	padding-top: 10px;
}
.aboutSEC h2 {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.aboutSEC a {
    color: black;
	text-decoration: underline;
}

/* Style About tab links */
.tablink {
    background-color: gray;
    color: aliceblue;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 16px;
    width: 33.33%;
}

.tablink:hover {
    background-color: darkgray;
}

/* Style the About tab content (and add height:100% for full page content) */
.tabcontent {
	border-left: thin solid #387538;
	border-right: thin solid #387538;
    text-align: justify;
    color: black;
    display: none;
    padding: 75px 25px 5px;
    width: 50%;
    height: 100%;
    margin: 0px auto -15px;
}
.tabcontent h2 {
	color: #387538;
	margin-bottom: 20px;
}

#SoF, #Mission, #Contact {
    background-color: antiquewhite;
    }
#SoF ul li {
	color: black;
}

.wrapper .form-area {
	display: flex;
	justify-content: center;
	align-content: flex-start;
	width: 100%;
}
.wrapper .form-area input, p {
	display: block;
	margin-bottom: 15px;
}
.wrapper .form-area input {
	height: 30px;
	border: thin solid #387538;
	border-radius: 10px;
	padding-left: 10px;
}
.wrapper .form-area textarea {
	border: thin solid #387538;
	border-radius: 10px;
	resize: none;
	padding: 10px;
}
.wrapper .form-area button {
	height: 30px;
	width: 50%;
	padding-bottom: 2px;
	margin-bottom: 15px;
	background-color: white;
	border: 4px double #387538;
	border-radius: 10px;
	color: #387538;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}
.wrapper .form-area .form-item {
	margin: 0px 15px;
}
.wrapper .form-area .details-area {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.wrapper .form-area .msg-area {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.tabcontent .social {
	background-color: #387538;
	padding: 5px 0px 3px;
	text-align: center;
}

@media (max-width: 1200px) {
	.tabcontent {
		width: 90%;
	}
}

@media screen and (max-width: 900px) {
    .tabcontent {
        width: 90%;
    }
	.wrapper .form-area {
		flex-direction: column
	}
}