body {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	color: #2d3940;
	font-size: 15px;
	line-height : 1;
}

a  {color : #ffb100; text-decoration: none;}
a:focus {color : #2d3940; text-decoration: none;}
a:hover  {color : #2d3940; text-decoration: none;}
a:active {color : #2d3940; text-decoration: none;}

p {
	text-align: justify;
	line-height : 20px;

}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    border-top: 1px solid rgba(0,0,0,.3);
}

h2 {
    line-height: 34px;
    font-size: 36px;
    font-weight: 500;
    font-family: "Oswald","Helvetica","Arial",sans-serif;
}

h3 {
	line-height: 30px;
    font-size: 26px;
    font-weight: 500;
    font-family: "Oswald","Helvetica","Arial",sans-serif;
}

h4 {
    line-height: 16px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald","Helvetica","Arial",sans-serif;
}


.navbar-brand {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 500;
    color: #ffffff;
	text-transform: none;
}

.navbar {
	font-size : 16px;
	text-transform : uppercase;
}

@media (min-width: 768px) {

	.navbar {
		padding : 0px;
		height : 60px;
	}
	
	.navbar li {
		margin-left: 20px;
	}

	.navbar-dark .navbar-nav .nav-link {
		color: #fff;
		line-height: 40px;
		border-bottom: 4px solid #2d3940;
	}

	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
		color: #fff;
		line-height: 40px;
		border-bottom: 4px solid #ffb100;
	}
}


.carousel {
  margin-bottom: 1rem;
}


.carousel h2{
    line-height: 34px;
    font-size: 36px;
    font-weight: 500;
    font-family: "Oswald","Helvetica","Arial",sans-serif;
    color: #ffffff;
}

.carousel-item {
  height: 32rem;
}


ul.bluelist { 
	list-style-image: url('../images/blue_bullet.png');
	font-size: 15px;
}

ul.orangelist { 
	list-style-image: url('../images/orange_bullet.png');
	font-size: 15px;
	line-height: 1.3em;
    height: auto;
}


.card-deck {
    margin-right: -15px;
    margin-left: -15px;
}

.bg-dark {
    background-color: #2d3940!important;
}

.imageback {
    background-position-y: center;
    background-size: cover;
    height: 452px;
    width: 100%;
	margin-top : 60px;
	margin-bottom: 1rem;
}

footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 100px;
    color: rgba(255,255,255,.5);
    background-color: #2d3940;
    font-size: 14px;
}

footer a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
	font-size : 14px;
	line-height: 1em;
	text-transform : uppercase;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
	font-size : 14px;
	text-transform : uppercase;
}