html {
	position: relative;
	min-height: 100%;
}

body {
	/* Padding top for navbar */
	padding-top: 56px;
	/* Margin bottom for footer height */
	margin-bottom: 60px;
}

section {
	padding: 150px 0;
}

img {
	max-width: 100%;
	height: auto;
}

pre, code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td {
	padding: 0.5em 1em;
}

h1.title,
h2.title {
	font-size: 2.3rem;
}

blockquote {
        padding: 10px 20px;
        margin: 0 0 20px 20px;
        border-left: 5px solid #eee;
        font-style: italic;
}


/* Paginator */
.paginator {
	margin-top: 20px;
	margin-bottom: 80px;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 0.8em;
}

/* Footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Home - Header */
header.welcome {
	padding: 100px 0;
}

/* Home - Page */
section.home-page:nth-child(even) { /* Alternate the background color */
	background: #FAFAFA;
}

.page-cover-image {
	background-size: cover;
	background-position: center;
}

.page-description {
	color: #b5b5b5;
	font-style: italic;
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
	position:relative;
	height:0;
}
.video-embed iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

 
body {
    font-family: 'Raleway', sans-serif;
}
.card-img-top {
margin-bottom: 40px !important;
}
h2, h3, h4, h5 {
margin-top: 40px;
margin-bottom: 40px;
}
header.welcome {
    padding: 100px 0 10px;
    margin: 0;
}
.navbar-brand .text-white {
    text-transform:lowercase;
    font-size: 16px;
    font-weight: 800;
}
.navbar a, .navbar a:active, .navbar a:visited, .navbar a:hover {
	color: #fff;
	font-size: 16px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    text-transform:lowercase;
}
h1.title, h2.title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
h1 {
	font-size: 2.5rem;
    font-weight: 600;
    color: #0d0d0d;
    
}

.page h1.title {
	font-size: 2.5rem;
}

* {
	overflow-wrap: break-word;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul {
	margin-top: 50px;
	margin-bottom: 50px;
}

li {
	margin-bottom: 20px;
}

.page p {
	line-height: 1.8;
}

h1 span {
	color: #16b2b2;
}
@media only screen and (min-width: 1280px) { 

	.welcome h1 {
		font-size: 5rem;
		max-width: 70%;
	}

	h1.title, h2.title {
	    font-size: 3rem;
	}

	.page h1.title {
		font-size: 4rem;
	}

}

.navbar {
	background: #16b2b2;
}

figure img {
	width: 100%;
	height: auto;
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.page-content img {
margin: 40px 0;
margin-bottom: 0px;
}

figcaption {
	 font-size: 0.75em;
    background: #2d2d2d;
    padding: 10px;
    color: #fff;
    margin-bottom: 30px;
}

.welcome .container {
	padding: 70px;
	background:#fff;
}

.welcome p {

    font-size: 20px;
    margin-top: 30px;

}

.btn-primary {
	    padding: 15px 40px;
    margin-top: 20px;
    background: #16b2b2;
    color:#fff !important;
    border:none;
}

h4 {
	font-weight: 600;
}

a, a:active, a:visited {
	color: #244e71;
}

@media only screen and (min-width: 1024px) { 
	.summary-wrap-abs {
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    padding-left: 40px;
	}
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
}