@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
body, html {
  font-family: 'Quicksand', sans-serif;
font-size:1rem;
}
.nav-item {
  margin: 0px 5px;
}
a.nav-link {
  text-transform: uppercase;
  font-size: 13px;
}

.navbar-brand {
	margin-right:0;
}

.navbar {
	padding-left:0;
	padding-right:0;
}

.navbar img {
	width:300px;
}

section h1 {
  border-bottom: 3px solid #f3f3f3;
  margin-bottom: 30px;
  padding-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
section li {
  margin-bottom: 0.9em;
}
h2, h3, h4 {
  margin-bottom: 0.7em;
}

h4 {
	font-size:20px;
}

hr {
  margin: 2rem 0rem;
}
section a, footer a {
  color: #333333;
  text-decoration: underline;
}
.jumbotron {
  margin-bottom: 0rem;
  padding: 2rem;
}

.jumbotron h1 {
	font-size:24px;
	 
}

.small {
  font-size: 0.6rem;
}
/*.fullimg  {

	padding-left:0;

	padding-right:0;

	

}

*/
footer {
  padding-top: 50px;
}