html, body {
    color: #121F49;
	height: 100%;
}
.bold, .emphasize, .nav-item, .nav-item a {
    font-weight: bold;
}
.italics, .emphasize {
    font-style: italic;
}
.center {
    text-align: center;
}
.Kaushan {
    font-family: 'Kaushan Script', cursive;
}
h1, h2, h3, h4, h5, h6,
.vaxRed {
    color: #DB0632;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Michroma", sans-serif;
}
h1 {
    font-size: 2rem;
	text-shadow: 2px 2px 2px #000000;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1.1rem;
}
a, .nav-item:hover, .nav-item a:hover, button a:hover {
    text-decoration: none;
}
a {
    color: rgba(4, 166, 225, 1);
}
a:hover {
    color: rgba(4, 166, 225, 0.7);
}
a:hover, .accordion .btn-link:hover {
    font-style: italic;
    text-decoration: underline;
}

/*Home*/
header, header .container, .vphImg {
    position: relative;
}
header video, .overlay, .vaxLogo, .vphImg h1 {
    position: absolute;
}
#hmVaxH, .overlay {
    background-color: #000000;
}
#hmVaxH, .vphImg, .vaxLogo img, .overlay {
    width: 100%;
}
#hmVaxH, .vphImg {
    height: 40vh;
    min-height: 25rem;
    overflow: hidden;
}
#hmVaxH video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#hmVaxH .container, .vaxLogo {
    z-index: 2;
}
.vaxLogo {
    width: 13%;
    margin: 30px 0 0 25px;
}
.overlay {
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}
section, .hmOpeninV button, #vpMS h2, #vpMS li, .card-group, 
#bigShotV .row, .gallVpic, #hmVaxM .card, #pVM .card { 
    margin-bottom: 2%;
}

/*Main*/
main {
    flex: 1 0 auto;
	padding: 2% 0;
}
h4, h5, h6 {
    margin-bottom: 1%;
}
#vpMS {
    padding: 0 5%;
}
.nav-item, .nav-item a, .card-header, .card-header h2, 
.card-header h3, .card-header h3 button, table th td, #vpMS .btn {
    background-color: #DB0632;
}
.nav-item, .nav-item a, .card-header, .card-header h2,
.card-header h3, button a, table th td, #faqV .btn-link {
    color: #FFFFFF;
}
.nav-item a:hover {
    color: rgba(250, 227, 69, 1);
}
footer {
    flex-shrink: 0;
    margin-top: auto;
}

/*Nav*/
.nav-item, .nav-item a {
    border-radius: 15px;
}
.nav-item {
    box-shadow: 2.5px 2.5px 1px rgba(139, 144, 145, 0.5);
    margin: 3% 0;
    padding: 3% 0;
}
.nav-item a {
    display: block;
}

/*Pages*/
.vphImg {
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 35vh;
    min-height: 20rem;
}
.vphImg .overlay {
    opacity: 0.6;
}
.vphImg h1 {
    top: 45%;
    left: 18%;
    z-index: 5;
}
.vHeight {
    min-height: 410px;
}
#vpMS video {
    border-radius: 100%;
    width: 400px;
    height: 400px;
    margin: -3rem 1rem 1rem 5rem;
    float: right;
    object-fit: cover;
    /*object-position: left;
    shape-outside: circle(29% at 0% 50%);*/
}

/*News*/
.lastCD {
    max-width: 25%;
}


/*Media Queries*/
@media (pointer: coarse) and (hover: none) {
    #hmVaxH .vaxLogo {
        background-color: #000000;
        width: 13%;
    }
    #hmVaxH video {
      display: none;
    }
}
@media (max-width: 2000px) {
    #pVM .card-deck .card {
        min-width: 22%;
        max-width: 22%;
    }
}
@media (max-width: 1520px) {
    #pVM .card-deck .card {
        min-width: 30%;
        max-width: 30%;
    }
    .njVaxnum.display-4 {
        font-size: 3rem;
    }
}
@media (max-width: 1300px) {
    .hmOpeninV {
        margin-bottom: 5%;
    }
    .hmOpeninV img {
        height: 100%;
        margin-left: .8em;
        shape-outside: circle(40% at 10% 50%);
        shape-margin: .6em;
    }
    .vHeight {
        min-height: 390px;
    }
    #vpMS video {
        width: 350px;
        height: 350px;
        margin-top: -1rem;
    }
}
@media(max-width: 1200px) {
    .vphImg h1 {
        padding: 1%;
    }
    .hmOpeninV h3.card-title {
        font-size: 1.3rem;
    }
    .njVaxnum {
        font-size: 2.5rem;
    }
    #pVM .card-deck .card {
        min-width: 45%;
        max-width: 45%;
    }
}
@media (max-width: 1000px) {
    #hmVaxH .vaxLogo, #pVH .vaxLogo {
        background-color: transparent;
        width: 20%;
    }
    .hmOpeninV {
        margin-bottom: 10%;
    }
    .hmOpeninV img {
        height: 50%;
    }
    nav {
        margin-bottom: 5%;
    }
    .nav-item {
        margin: 1% 0;
        padding: 1%;
    }
    #vpMS video {
        margin-right: 0;
        shape-outside: circle(40% at 0% 50%);
    }
}
@media (max-width: 800px) {
    #pVH h1 {
        font-size: 4rem;
    }
}
@media (max-width: 700px) {
    .hmOpeninV img {
        height: 30%;
    }
}
@media (max-width: 500px) {
    #pVH .vaxLogo {
        background-color: #121F49;
    }
    .vphImg h1 {
        top: 30%;
        left: 5%;
    }
    .hmOpeninV img, #pVM video {
        float: none;
        width: 100%;
    }
    .hmOpeninV img {
        margin-bottom: 10%;
    }
    #pVM video {
        margin: 5% 0;
    }
	#pVM .card-deck .card {
        min-width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 360px) {
    section {
        margin-bottom: 10%;
    }
}
@media (min-width: 1800px) {
    iframe {
        min-height: 230px;
    }
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
