.fmContainer {
    height: 100vh;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    grid-template-rows: 62px calc(100vh - 78px);
    -ms-grid-rows: 62px calc(100vh - 78px);
    justify-items: stretch;
    align-items: stretch;
    padding: 15px 0px;
    background-color: #000;
    color: #fff;
}

.navRow {
    padding: 0px;
    justify-items: left;
    align-items: left;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1; 
    -ms-grid-column: 1;
}

.mainBody {
    padding: 0px;
    justify-items: left;
    align-items: left;
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 1;  
    -ms-grid-column: 1;
    height: 100%;
    overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mainBody::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE and Edge */
  .mainBody {
    -ms-overflow-style: none;
  }

.bodyContainer {
    height: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    grid-template-rows: max-content;
    -ms-grid-rows: max-content;
    justify-items: stretch;
    align-items: stretch;
}

.mainImgRow {
    justify-items: left;
    align-items: left;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1; 
    -ms-grid-column: 1;
}

.musicVideos {
    justify-items: left;
    align-items: center;
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 1; 
    -ms-grid-column: 1;
    padding-top: 50px;
}

.videoRow {
    justify-items: left;
    align-items: center;
    grid-row: 3;
    -ms-grid-row: 3;
    grid-column: 1; 
    -ms-grid-column: 1;
    padding-top: 50px;
}

.videoContainer {
    height: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    justify-items: stretch;
    align-items: stretch;
}

.ytbVideo {
    justify-items: left;
    align-items: center;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1; 
    -ms-grid-column: 1;
    padding-right: 10px;
}

.videoText {
    justify-items: left;
    align-items: center;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 2; 
    -ms-grid-column: 2;
    padding-left: 10px;
    padding-top: 25px;
}

.imgCarouselRow {
    justify-items: left;
    align-items: center;
    grid-row: 4;
    -ms-grid-row: 4;
    grid-column: 1; 
    -ms-grid-column: 1;
    padding-top: 50px;
}

.contactUs {
    justify-items: left;
    align-items: center;
    grid-row: 5;
    -ms-grid-row: 5;
    grid-column: 1; 
    -ms-grid-column: 1;
    padding-top: 50px;
    padding-bottom: 25px;
}

.contactContainer {
    height: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    justify-items: stretch;
    align-items: stretch;
}

.contactHeader {
    justify-items: left;
    align-items: center;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1; 
    -ms-grid-column: 1;
    text-align: right;
    padding-right: 10px;
}

.contactInfo {
    justify-items: left;
    align-items: center;
    padding-left: 10px;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 2; 
    -ms-grid-column: 2;
    text-align: left;
    padding-top: 3px;
    font-size: 20px;
}

.footerRow {
    justify-items: left;
    align-items: center;
    grid-row: 6;
    -ms-grid-row: 6;
    grid-column: 1; 
    -ms-grid-column: 1;
    padding-top: 50px;
}

.footerContainer {
    height: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    justify-items: stretch;
    align-items: stretch;
}

.footerText {
    justify-items: left;
    align-items: center;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1; 
    -ms-grid-column: 1;
    padding-right: 10px;
    padding-top: 25px;
}

.emailBox {
    justify-items: left;
    align-items: center;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 2; 
    -ms-grid-column: 2;
}

.white {
    color: #fff !important;
}

.blackBackground {
    background-color: #000 !important;
    color: #fff !important;
}

.menuText {
    font-family: Papyrus, fantasy; 
    font-size: 24px;
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 20px; 
    margin-right:10px;
    text-align:right;
}

.termsRow {
    justify-items: left;
    align-items: center;
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 1 / span 2;  
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}

.pad0 {
    padding: 0 !important;
}

.font32 {
    font-size: 32px;
}

.maxWidth100 {
    max-width: 100%;
}

.margLeft40 {
    margin-left: 40%;
}

.width33 {
    width: 33%;
}

.width34 {
    width: 34%;
}

.mainImg {
    max-width: 100vw;
}

.menuLi {
    width: 287px;
    padding: 11px;    
}

.menuGreenBackground {
    background-color: rgb(0, 153, 153, 0.5);
}

.greenSideBar {
    background-color: rgb(0, 153, 153, 0.5);
    height: calc(100% - 77px);
    width: 287px;
    right: 0px;
    top: 77px;
    z-index: 1031;
    position: fixed;
}

.invisible {
    display: none;
}

.fmNavMenu {
    text-align: right  !important;
    margin-top: 10px  !important;
    padding: 3rem 0 0.5rem 0 !important;
}

.fmNavItem {
    padding: 1.0rem 1.5rem !important;
    width: 100%;
    clear: both;
    font-weight: 400;   
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #fff !important;
}

.linkContainer:hover {
    border-bottom: 2px solid #fff;
}

.linkContainer > a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.activeVideo {
    border-bottom: 2px solid #fff;
    width: max-content;
}

.sectionHeaderText {
    text-align: center;
    font-weight: normal !important;
}

.contactHeaderText {
    font-weight: normal !important;
}

.updates {
    text-align: right;
    font-weight: normal !important;
}

.termsAlert {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding-right: 4rem;
}

.listenNow {
    margin-top: 45px;
}

.videoLink {
    cursor: pointer;
}

h1 { font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
