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,
.mblueTxt {
    color: #0971CE;
    font-family: "Michroma", sans-serif;
}
h1 {
    font-size: 2rem;
}
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: #25AAE2;
}
a:hover {
    color: #ED7422;
}
a:hover, .accordion .btn-link:hover {
    font-style: italic;
    text-decoration: underline;
}

/*Home*/
header, header .container, .fphImg {
    position: relative;
}
header video, .overlay, .fluLogo, .fphImg h1 {
    position: absolute;
}
#hmFH, .overlay {
    background-color: #000000;
}
#hmFH, .fphImg {
    height: 40vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
#hmFH 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%);
}
#hmFH .container, .fluLogo {
    z-index: 2;
}
.fluLogo {
    width: 10%;
    margin: 30px 0 0 25px;
}
.fluLogo img {
  width: 100%;
}
.overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: 1;
}

/*Main*/
main {
	flex: 1 0 auto;
	padding: 2% 0;
}
section, .hmOpeninF button, #fpMS h2, #fpMS li {
    margin-bottom: 2%;
}
h4, h5, h6 {
    margin-bottom: 1%;
}
#fpMS {
    padding: 0 5%;
}
.nav-item, .nav-item a .card-header, .card-header h2, 
.card-header h3, .card-header h3 button {
    background-color: #0971CE;
}
.nav-item, .nav-item a, .card-header, .card-header h2,
.card-header h3, button a {
    color: #FFFFFF;
}
.nav-item a:hover {
    color: rgba(250, 227, 69, 1);
}
.hmOpeninF img, #fpMS video {
    border-radius: 0% 0 0 0%;
    width: 43%;
    height: 90%;
    margin-top: 40px;
    margin-left: 1em;
    float: right;
}
#fpMS .btn {
	background-color: #25AAE2;
    margin-bottom: 5%;
}
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*/
.fphImg {
	background-position: right top;
    background-size: cover;
	background-repeat: no-repeat;
    height: 35vh;
    min-height: 20rem;
}
.fphImg .overlay {
    opacity: 0.6;
}
.fphImg h1 {
    top: 45%;
	left: 4%;
    z-index: 5;
}
#fpMS video {
    border-radius: 100%;
    object-fit: cover;
    width: 350px;
    height: 350px;
    margin: -3rem 10rem 1rem 1rem;
    shape-outside: circle(32% at 0% 50%);
}
#ptF video {
    object-position: left;
}

/*Media Queries*/
@media (pointer: coarse) and (hover: none) {
    #hmFH {
      background: url('/media/607983/child-flu-shot-still.jpg') black no-repeat center center scroll;
    }
    #hmFH .fluLogo {
        background-color: #FFFFFF;
        width: 13%;
    }
    #hmFH video {
      display: none;
    }
}
@media (max-width: 1300px) {
    .hmOpeninF {
        margin-bottom: 5%;
    }
    .hmOpeninF img {
        height: 100%;
        margin-left: .8em;
    }
	#fpMS video {
        margin-top: -1rem;
    }
}
@media (max-width: 1000px) {
	#hmFH .fluLogo, #pFH .fluLogo {
        background-color: transparent;
        width: 20%;
    }
    .hmOpeninF {
        margin-bottom: 10%;
    }
    .hmOpeninF img {
        height: 50%;
    }
	.fhBox {
        margin-bottom: 2%;
    }
	nav {
        margin-bottom: 5%;
    }
    .nav-item {
        margin: 1% 0;
        padding: 1%;
    }
	#fpMS video {
        margin-right: 0;
        shape-outside: circle(40% at 0% 50%);
    }
}
@media (max-width: 700px) {
    .hmOpeninF img {
        height: 30%;
    }
}
@media (max-width: 500px) {
    .fphImg {
        opacity: 0.6
    }
    .fphImg h1 {
        background-color: #FFFFFF;
        top: 50%;
    }
	.hmOpeninF img, #pFM video {
        float: none;
        width: 100%;
    }
    .hmOpeninF img {
        margin-bottom: 10%;
    }
    #pFM video {
        margin: 5% 0;
    }
}
@media (max-width: 360px) {
    section {
        margin-bottom: 30%;
    }
}















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