/* Globals */
body, html {
	height:100%;
}
* {
	font-family: 'Open Sans', sans-serif;
}
a, a:hover {
	color:#87bf65;
}

/* Sections */
section:not(#promo) {
		font-size:1.3rem;
}
nav a {
	color:black;
}
section#promo {
	background-color:#529f3b;
}
section#promo i.fa.fa-btc {
	-webkit-text-stroke: 2px #529f3b;
	stroke: 2px #529f3b
}
section#news {
	background-color:#05386B;
	color:white;
}
section#team, section#apply {
	background-color:#def1d2;
}
section#team img {
	border:8px solid white;
}
section#education {
	background-image:url(/assets/img/books.jpg);
	height:100%;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
#reading {
	background-color:rgba(255, 255, 255, .95);
	border:solid #87bf65;
	outline:15px solid white;opacity:1;
}
footer {
	background-color:#2D660B;
	color:white;
}

/* Classes */
.p-6 {
	padding:4rem !important;
}
i.fa.fa-btc {
	-webkit-text-stroke: 2px white;
	stroke: 2px white;
}
.img-circle {
	border-radius: 50%;
}
.btn-outline-primary {
	color: #87bf65;
	background-color: transparent;
	background-image: none;
	border-color: #87bf65;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #87bf65;
	border-color: #87bf65;
}

/* SVG */
#logo {
  height:65px;
}
#maze {
  height:16px;
}
.text{
  stroke-width:0.5px;
}
.text,.maze{
  fill-rule:evenodd;
}
.maze{
  stroke-width:0.22px;
}

form h3 {
	margin:0.7em 0;
}
/* buttons */
.btn-primary {
	background-color:#05386B;
	border-color:#05386B;
}
/*.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	border-radius: .25rem;
	background-color: white;
	width:100%
}
input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}*/