body {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    padding-top: 80px;
}

/* Modal styling */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }
  
  .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    max-width: 600px;
  }

  .close {
    position: absolute;
    top: 5px; /* Position from the top of the modal content */
    left: 15px; /* Position from the left of the modal content */
    font-size: 24px;
    cursor: pointer;
  }
  

.container {
    width: 1440px;
    max-width: 90%;
    margin: auto;
    padding: 50px 16px; 
}
.spacer {
    margin-top: 50px;
}


ul {
    margin: 0;
    padding: 0;
    font-size: large;
}

header {
    background-color: #FFF;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .logo {
    display: inline-block;
    font-size: 27px;
}

header .logo a {
    text-decoration: none;
    color: black;
}  

header nav {
    display: inline-block;
}

header nav ul li {
    display: inline-block;
}

header nav ul li.menu-icon {
    display: none;
}

header nav ul li.menu-icon img {
    vertical-align: middle;
    width: 24px;
    height: auto;
}

header nav ul li a {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: 0.37px;
    margin-right: 24px;
    text-decoration: none;
}

header nav ul li a:hover {
    color: #3E50E5;
}

header nav ul li:last-of-type a {
    margin-right: 0;
}

#banner {
    display: inline-block;
    align-items: center;
    justify-content: center;
}


section.hero {
    position: relative;
}

section.hero img {
    width: 100%;
    height: auto;
}


.hero-content {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-content .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-content h1 {
    text-align: center;
    /* max-width: 495px; */
    color: #FFF;
    font-size: 50px;
    letter-spacing: 1.25px;
    line-height: 56px;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
    font-weight: 500;
    margin: 5px 20px 10px 20px;
}

.hero-content p {
    text-align: center;
    /* max-width: 518px; */
    color: #FFF;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
    margin: 5px 20px 10px 20px;
}


.hero-content button {
    height: 50px;
    width: 220px;
    max-width: 100%;
    border-radius: 92px;
    background-color: #3E50E5;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-align: center;  
    border: none;  
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 10px;
}
.margin-left{
    margin-left: 10px !important;
}

.hero-content button:hover {
    color: #3E50E5;
    background-color: #FFF;
    border: 1px solid #3E50E5;
}

footer .bottom-nav {
    padding: 60px 0;
    background-color: #3E3E3E;
}

footer .bottom-nav .container {
    max-width: 955px;
    display: flex;
    justify-content: space-between;
}

footer .bottom-nav ul {
    list-style: none;
}

footer .bottom-nav ul li a {
    color: #E0E0E0;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

footer .bottom-nav ul li a:hover {
    color: #3E50E5;
}

footer .bottom-nav ul li.list-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #FFF;
}

footer .copyright-text {
    color: white;
    background-color: #2B2B2B;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 22px;
}


  .imageCenter {
    height: auto;
    width: 100%;
  }

  .table-condensed td{
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    }

    #ccImage {
        width: 80%;
    }
#test {
    
}


/* **********************************
******  CSS MEDIA QUERIES ********* 
************************************/

/* Start of Design for Small Desktops */
@media screen and (max-width: 1440px) {

    /* .container {
        width: 1180px;
    } */

    body {
        padding-top: 70px;
    }

    header {
        height: 70px;
    }

    .hero-content h1 {
        font-size: 44px;
        letter-spacing: 1.1px;
        line-height: 50px;
        margin-bottom: 12px;
        margin-left: 20px;
        text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
        font-weight: 500;
        margin: 0px 0px 2%;
    }
    
    .hero-content p {
        font-size: 18px;
        letter-spacing: 0.45px;
        line-height: 26px;
        margin-bottom: 12px;
        margin-left: 20px;
        text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
    }
    
    .hero-content button {
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 21px;
        margin-left: 10px;  
    }

    .create-alarm {
        font-size: 14px ! important; 
    }

    footer .bottom-nav {
        padding: 50px 0;
    }
    
    footer .bottom-nav .container {
        max-width: 90%;
    }
    
    footer .bottom-nav ul li a {
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 22px;
    }
    
    footer .bottom-nav ul li.list-title {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    
    footer .copyright-text {
        height: 50px;
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 22px;
        text-align: center;
    }
    .modal-footer {   border-top: 0px; }
    
    .imageCenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
      }

    .table-condensed{
        font-size: 24px;
        text-align: center;
        }
    #ccImage {
            width: 80%;
        }

    ul {
        font-size: medium;
    }

}
/* End of Design for Small Desktops */

/* Start of Design for Tablets */
@media screen and (max-width: 994px) {

    /* .container {
        max-width: 92%;
    } */

    header .logo {
        font-size: 24px;
    }

    .hero-content h1 {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 46px;
        margin-left: 10px;
        text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
        font-weight: 500;
        margin: 0px 0px 2%;
    }
    
    .hero-content p {
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 16px;
        margin-left: 10px;
        text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
    }
    
    .hero-content button {
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 21px;
        width: 196px;
        margin-left: 10px;
    }

    figCaption {
        font-size: 14px;
    }


    footer .bottom-nav {
        padding: 50px 0;
    }
    
    footer .bottom-nav .container {
        max-width: 90%;
    }
    .imageCenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
      }
    
    .table-condensed{
        font-size: 12px;
        }
    #ccImage {
        width: 80%;
    }
}
/* End of Design for Tablets */

/* Start of Design for Mobile Phones */
@media screen and (max-width: 768px) {
    .create-alarm {
        font-size: 4px;
    }

    .hero-content h1 {
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 24px;
        padding-left: 10;
        text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
        font-weight: 500;
        margin: 0px 0px 2%;
    }
    
    .hero-content p {
        font-size: 12px;
        letter-spacing: 0.4px;
        line-height: 16px;
        margin-left: 6px;
        text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
    }
    
    .hero-content button {
        font-size: 10px;
        letter-spacing: 0.35px;
        line-height: 16px;
        width: 140px;
        margin-left: 6px;
    }

    .create-alarm {
        font-size: 12px ! important; 
    }

    .margin-left{
        margin-left: 6px !important;
    }
    

    figCaption {
        font-size: 12px;
    }
    
    footer .bottom-nav .container {
        flex-direction: column;
        align-items: center;
    }

    footer .bottom-nav ul {
        text-align: center;
        margin-bottom: 32px;
    }

    footer .bottom-nav ul:last-of-type {
        margin-bottom: 0;
    }
    .imageCenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
      }

    .table-condensed{
        font-size: 9px;
    }
    #ccImage {
        width: 80%;
    }
    ul {
        font-size: small;
    }

    #pointsTable tr td button{
        font-size: 9px;
        padding: 5px 2px;
    }
}

@media screen and (max-width: 584px) {
    
    .hero-content h1 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 24px;
        margin-left: 5px;
        text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
        font-weight: 500;
        margin: 0px 0px 2%;
    }
    
    .hero-content p {
        font-size: 10px;
        letter-spacing: 0.4px;
        line-height: 16px;
        margin-left: 2px;
        text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 15px;
    }
    .create-alarm {
        font-size: 9px ! important; 
    }

    .margin-left {
        margin-left: 2px !important;
    }
    
    
    figCaption {
        font-size: 8px;
    }

    .table-condensed {
        font-size: 8px;
    }

    #pointsTable th{
        font-size: 7px;
    }

    #pointsTable tr td button{
        font-size: 7px;
        padding: 8px 2px;
    }
}
/* Biggest is 430px */
@media screen and (max-width: 430px) {
    .hero-content h1 {
        font-size: 14px;
    }
    .hero-content p {
        font-size: 8px;
    }
    .table-condensed {
        font-size: 7px;
      }
    #pointsTable th {
        font-size: 5px;
    }

    #pointsTable tr td button{
        font-size: 5px;
        padding: 8px 2px;
    }
}
/* End of Design for Mobile Phones */