@charset "utf-8";
/* CSS Document */

/* positions content below fixed menu*/
#pageContent{
	margin-top: 68px;
	padding-top: 30px;
	min-height: 900px;
	display: block;
	
}

body{
	font-family:'overpass';
	font-size: 16px;
}


p{
	font-size: 1em;
	line-height: 1.625em;
	margin-bottom: 1.25em;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0em;
}

h1, h2, h3, h4, h5{
	font-family: 'overpass-bold';
}

h1{
	font-size: 48px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 36px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
	font-weight: bold;
}

section{
	margin-top: 60px;
	margin-bottom: 20px;
}

.sidebar{
	background-color: rgba(166, 164, 164, 0.12);
	padding: 20px;
		}
.sidebar a{
	color: #000000;
}
.sidebar a:hover, .sidebar a:focus{
	color: #535353;
}

.btn-army {
    background: #231F20;
    color: #FEC325;
	border-color: #727365;
}
 
.btn-army:hover, .btn-army:focus, .btn-army:active, .btn-army.active, .open > .dropdown-toggle.btn-primary {
    background: #FEC325;
}
 
.btn-army:active, .btn-army.active {
    background: #FEC325;
    box-shadow: none;
}

.btn-exp {
    background: #231F20;
    color: #FEC325;
	border-color: #fff;
}
 
.btn-exp:hover, .btn-exp:focus, .btn-exp:active, .btn-exp.active, .open > .dropdown-toggle.btn-primary {
    background: #FEC325;
}
 
.btn-exp:active, .btn-exp.active {
    background: #FEC325;
    box-shadow: none;
}


.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-army.btn-outline:hover, .btn-army.btn-outline:focus, .btn-army.btn-outline:active{
	color: #231F20;
	background: #FEC325;
}

.btn-exp.btn-outline:hover, .btn-exp.btn-outline:focus, .btn-exp.btn-outline:active{
	color: #231F20;
	background: #FEC325;
}

.btn-army.btn-outline {
    color: #231F20;
}

.btn-exp.btn-outline {
    color: #231F20;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}