@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    padding-top: 76px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.8; 
}
a {
    color: #473b8f;
}
/* SECTION STYLING */
.space-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bg-gradient {
    background: linear-gradient(135deg, #473b8f 0%, #a59cdb 100%);
}
.bg-footer {
    background-color: #666;
}
.footer {
    font-size: 12px;
    color: #FFF;
}
.footer a {
    color: #FFF;
    font-weight: bold;
}
.footer-social-icons {
    font-size: 20px;
}
.footer-social-icons a {
    margin: 0 10px;
}
.decorative-divider {
    display: block;
    position: relative;
    z-index: 0;
    height: 2.5rem;
    width: 100%;
}
.text-white {
    color: #FFF;
}
small {
    font-style: italic;
}
.navbar a {
    color: #666;
}
.navbar {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-text {
    font-size: 26px;
    color: #666;
}
.nav-social {
    font-size: 30px;
    line-height: 30px;
}
iframe {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
} 
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}    
.bottom-margin {
    margin-bottom: 1rem;
}