/* YOUR CUSTOM STYLES */

header {
	margin-top:20px;
	
}

header nav {
	margin-top:15px;
}

#myCarousel {
	margin:30px auto 20px;
	border:solid 2px #333;
	
}


.carousel-caption h3 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size:3em;	
	font-weight:400;
	color:#333;
}

main {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.navbar .dropdown-menu a:hover {
    color: #333 !important;
}

.navbar-nav a {
	font-weight:400 !important;
}


@media only screen and (min-width: 768px) {
	.navbar-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100% !important;
	}
	
	.contents {
		min-height:250px;
	}
	
	.contents p, .contents ul li {
		line-height:1.8em !important;
		text-align:justify !important;
	}
}
