
/* Background video */
.video-block-bg
{
    background-color: black;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1001;
}
.video-block 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1000;
    opacity: 0.6;
}
.video-block__el 
{
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* Logo image */
#logo
{
    width: 10em;
    display: block;
    position: relative;
    margin: auto;
    top: 235px;
    z-index: 1000;
}

/* Logo text */
.logo
{
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 24pt;
    line-height: 1.1em;
    color: white;
}
.logo a
{
    color: white;
}
.logo-top
{
    letter-spacing: 0.07em;
}

.person-details img
{
    width: 100vw;
    height: 180px;
    overflow: hidden;
}

.person-details a
{
    color: white;
}

.svg-s
{
    -webkit-mask-position-x:center !important;
    -webkit-mask-position-y:center !important;
    -webkit-mask-size:contain !important;
    -webkit-mask-repeat:no-repeat !important;
    -webkit-mask-origin:initial !important;
    -webkit-mask-clip:initial !important;

        font: normal normal normal 14px/1 FontAwesome;
          font-size: 10px;
          line-height: 1;
        font-size: inherit;

        display: inline-block;
        width: 1em;
        height: 1em;
        
        background-color: #7cb600;
}

.svg-m 
{
    -webkit-mask-position-x:center !important;
    -webkit-mask-position-y:center !important;
    -webkit-mask-size:contain !important;
    -webkit-mask-repeat:no-repeat !important;
    -webkit-mask-origin:initial !important;
    -webkit-mask-clip:initial !important;

        font: normal normal normal 14px/1 FontAwesome;
          font-size: 14px;
          line-height: 1;
        font-size: inherit;

        display: inline-block;
        width: 4em;
        height: 4em;
        
        background-color: #7cb600;
}

#footer a
{
    color: rgb(101, 101, 101);
}

.panel-default
{
    background-color: white;
}
.panel-heading
{
    background-color: white !important;
}
.panel
{
    background-color: white;
    height: 26em;
}
.panel-body h3
{
    font-weight: bold;
}

.anchor
{
    padding-top: 170px;
    /* margin-top: 150px; */
}

.anchor-full
{
    display: inline-block;
    height: 150px;
    width: 100%;             
}

.program-bullets li
{
    list-style-type: none;
}

.quote
{
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 18px;
    text-align: center;
    font-style: italic;   
    color: #7cb600;
}



/* On screens that are 600px or less */
@media screen and (max-width: 600px) 
{
    /* Logo text */
    .logo
    {
        font-size: 16pt;
        line-height: 1.1em;
    }

    #header
    {
        height: 110px;
    }
}
