.navbar {
    height: 150px;    
}

.nav-link {
    font-size: 1.5em;    
}

.subheading-text {
    font-weight: bold;   
    font-style: italic;
}

/* increaded navbar size by including image - so offset breadcrum */
.breadcrumb {
    padding-top: 100px;
    background-color: white;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.quotebox {
    padding-top: 10px;  
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

footer {
    font-size: 1.0em;
    color: white;  
    background-color: dimgray;
}

footer a {
    color: white;  
    text-decoration: none;
    cursor: pointer;
}

footer a:hover {
    color: white;  
    text-decoration: none;
    cursor: pointer;  
}

footer li {
    list-style-type: none;
}

footer .footer-header {
    padding-inline-start: 40px;    
    font-size: 1.6em;
    padding-bottom: 3px;
}

footer li {
    padding-inline-start: 0px;    
    padding-bottom: 4px;
}

footer i {
    width: 1.5em;
}

footer .footer-address {
    text-align: center;
    font-size: 0.7em;
    font-style: italic;
}    

.seperator {
    padding-bottom: 20px;    
}

.card-title-center {
    text-align: center;
}

.card-text-left-first {
    text-align: left;    
    font-weight: bold;
}

.card-text-left {
    text-align: left;    
}

.flexcontainer-row-center {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}

.flexcontainer-row-center > div {
    height: 250px;
    width: 250px;
    margin: 6px;
}

.card-img-top {
    height:    160px;
    width: 100%;
}

.align-center {
    text-align: center;    
}

.flexcontainer-col-center {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.background-block-image {
    width: 100%; 
    height: 100%; 
    display: flex; 
    background-size: 100% auto; 
    background-repeat: no-repeat; 
    align-items: center; 
    justify-content: center; 
}

.background-block-text {
    font-family: worksans-bold, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";    
    color: #891e82;
}

.background-block-text a {
    color: #891e82;
}

.background-block-text h2 {
    color: #891e82;
}

.large-checkbox {
    height: 20px !important;
    width: 20px !important;
}

.large-radio {
    height: 20px !important;
    width: 20px !important;
}

.practical-color-block {
    background-color: #891e82;
    position: relative;
}


.practical-color-block-text {
    color: #fff;
    font-family: worksans-bold, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-top: 0;
    position: absolute;           
    top: 50%;                       
    transform: translate(0, -50%);
}

.practical-color-block-content-text {
    color: #fff;
    font-family: worksans-bold, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: absolute;
    top: 50%;
    width: 90%;
    transform: translate(5%, -50%);
}

.background-block-simple-image {
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.practical-front-block {
    
}

.contactUsCourseBlock {
    background-color: #891e82;
    color: white;
    border-radius: 10px;
}
       
.contactUsPrivacyLinksText {
    font-size: 0.9em;
    color: white;
}

.contactUsPrivacyLinksText a {
    color: white;
}

h1, .h1 {
    color: #891e82;
    font-family: worksans-bold, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h2, .h2 {
    color: #891e82;
    font-family: worksans-bold, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.intro-block {
    padding-top: 3em;
}

.intro-content-block {
    padding-top: 7em;
}

.practical-color-block-header {
    font-size: 1.5em;
} 

.practical-color-block-header {
    min-height: 280px; 
}

.practical-color-block-content {
    min-height: 150px; 
}

.practical-color-block-header-text {
    font-size: 0.9em;
    text-align: left;
    width: 90%;
    margin-left: 1em;
}

.practical-color-block-content-text {
    font-size: 1.5em;
    text-align: center;
}

.practical-color-block-link-text a {
    font-size: 1.7em;
    color: #ffffff;
}

.practical-color-block-header-legend {
    font-size: 0.4em;
    font-family: worksans-regular, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: left;
    width: 90%;
    margin-left: 0em;
}

body {
    overflow-x:hidden;
}

.navbar-collapse {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
    .practical-color-block-header {
        font-size: 1.5em;
        min-height: 260px; 
    }
}
@media (min-width: 1152px) {
    .practical-color-block-header {
        font-size: 2.2em;
        min-height: 340px; 
    }  
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.video-card {
    max-width: 600px;
}