@charset "UTF-8";
/* CSS Document */

.nav-link {
	font-family: 'Roboto Mono', Medium;
	background-color: #FFFDFA;
	justify-content: center;
}

.nav, .navbar, .navbar-toggler-icon, .navbar-toggler, .navbar-collapse, .navbar-nav, .navbar-light, .bg-light {
	background-color: #FFFDFA;
	justify-content: center;
}

.navbar-brand, .form-control {
	font-family: "Roboto Mono", Medium;
}

body {
	background-color:#FFFDFA;
}

.extra-row {
	margin: 4%;
}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #FFFDFA;
	border-color: #FFFDFA;
	text-align:center;
	margin-top: 3%;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #6F916F;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.panel-login>.panel-heading a.active{
	color: #678769;
	font-size: 18px;
	font-family: "Roboto Mono", Medium;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #FCCC62;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #FCCC62;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #CBA82D;
	border-color: #CBA82D;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 18px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

.text-center {
	font-family: 'Roboto Mono',	thin;
}


h1 {
	font-family: 'Roboto Mono',	thin;
	font-size: 2.3em;
}

h2, h3, h4, h5, h6 {
	font-family: 'Roboto Mono',	thin;
}

b {
	font-family: 'Roboto Mono', thin;
	font-size: 2em;
}

p {
	font-family: 'Roboto Mono', thin;
	font-size: 0.9em;
}

@media (max-width: 768px) {
	.masthead {
		min-height: 30vh;
	}
	.about-text {
		font-size: calc(1.525rem + 3.3vw)
	}
	.origin-head {
		font-size: calc(0.6rem + 3vw)
	}
	.team-title {
		font-size: calc(0.6rem + 3vw)
	}
	.origin-text {
		font-size: calc(0.2rem + 1.5vw)
	}
	.card-text {
		font-size: calc(0.2rem + 1.5vw)
	}
	.col {
		font-size: calc(0.2rem + 1.5vw)
	}
	p {
		font-size: calc(0.2rem + 1.5vw)
	}
}
