﻿  .lightbox {
        z-index: 1041;
    }

    /* Extra small devices (portrait phones, less than 544px) No media query since this is the default in Bootstrap because it is "mobile first" */
    h1 {font-size:3rem;} /*1rem = 16px*/
    h2 {font-size:2.5rem;} 
    h3 {font-size:2rem;} 
    h4 {font-size:1.5rem;} 
    h5 {font-size:0.8rem;} 
    h6 {font-size:0.6rem;}     
    td {font-size:0.6rem;}     
    th {font-size:0.6rem;}     
    body {font-size:1.1rem;}  
    .IvBody {width:100%;}   

    /* Small devices (landscape phones, 544px and up) */
    @media (min-width: 544px) {  
      h1 {font-size:3.5rem;}        /*1rem = 16px*/
      h2 {font-size:3rem;} 
      h3 {font-size:2.5rem;} 
      h4 {font-size:2rem;} 
      h5 {font-size:1.2rem;} 
      h6 {font-size:1rem;} 
      td {font-size:1rem;} 
      th {font-size:1rem;}
      body {font-size:1.3rem;} 
      .IvBody {width:100%;}       
    }
 
    /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
    @media (min-width: 768px) {  
      h1 {font-size:4rem;} /*1rem = 16px*/
      h2 {font-size:3.5rem;} 
      h3 {font-size:3rem;} 
      h4 {font-size:2.5rem;} 
      h5 {font-size:1.35rem;} 
      h6 {font-size:1.1rem;} 
      td {font-size:1.05rem;} 
      th {font-size:1.05rem;} 
      body {font-size:1.4rem;}     
      .IvBody {width:100%;}       
    }
 
    /* Set width to make card deck cards 100% width */
    @media (min-width: 950px) { 
      h1 {font-size:4.5rem;} 
      h2 {font-size:4rem;} 
      h3 {font-size:3.75rem;} 
      h4 {font-size:3.25rem;} 
      h5 {font-size:1.40rem;} 
      h6 {font-size:1.15rem;} 
      td {font-size:1.1rem;} 
      th {font-size:1.1rem;} 
      body {font-size:1.5rem;}   
      .IvBody {width:95%;}         
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) { 
      h1 {font-size:4.75rem;} /*1rem = 16px*/
      h2 {font-size:4.25rem;} 
      h3 {font-size:3.5rem;} 
      h4 {font-size:3rem;} 
      h5 {font-size:1.55rem;} 
      h6 {font-size:1.25rem;} 
      td {font-size:1.2rem;} 
      th {font-size:1.2rem;} 
      body {font-size:1.6rem;}  
      .IvBody {width:95%;}          
    }
 
    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {  
      h1 {font-size:5rem;} /*1rem = 16px*/    
      h2 {font-size:4.5rem;} 
      h3 {font-size:4rem;} 
      h4 {font-size:3.5rem;} 
      h5 {font-size:1.60rem;} 
      h6 {font-size:1.5rem;} 
      td {font-size:1.4rem;} 
      th {font-size:1.4rem;} 
      body {font-size:1.7rem;}    
      .IvBody {width:80%;}        
    } 

    .bottom-left {
        position: absolute;
        bottom: 8px;
        left: 16px;
        color: white;
    }

    .top-left {
        position: absolute;
        top: 8px;
        left: 16px;
        color: white;
    }

    .top-right {
        position: absolute;
        top: 8px;
        right: 16px;
        color: white;
    }

    .bottom-right {
        position: absolute;
        bottom: 8px;
        right: 16px;
        color: white;
    }

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }