.gla-zit-red {
    color: red;
}

.gla-zit-title {
    font-size: 36pt;
    font-weight: bold;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.gla-zit:after {
    content: "\00ae";
    vertical-align: super;
}

.gla-zit-title:after {
    font-size: 18pt;
}

.gla-zit-register:after {
    font-size: 15pt;
}

ul.no-bullets {
    list-style-type: none;
    /* Remove bullets */
    padding: 16px;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a:active {
    text-decoration: none;
  }

.input-label-width {
    width: 200px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.mt-auto {
    margin-top: auto !important;
}

a:hover {
    cursor: pointer;
}

.section {
    border-radius: 25px;
    padding-top: 48px;
    padding-bottom: 48px;
    scroll-margin-top: 100px;
}

#About {
    background-color: rgb(192,227,125);
}

#Uses {
    background-color: rgb(217,217,217);
}

#Testing {
    background-color: rgb(217,217,217);
}

#Directions {
    background-color: rgb(192,227,125);
}


#Solutions {
    background-color: rgb(185,179,200);
}

#Calculator {
    background-color: rgb(217,217,217);
}

#ContactUs {
    background-color: rgb(95, 158, 160, 0.2);
}

#AboutUs {
    background-color: rgb(217,217,217);
}

#mapZone {
    width: 50%;
    height: 334px;
    padding-right: 5px;
    overflow: hidden;
}

#mapFrame {
    width: 100%;
    height: 334px;
    border: 1px solid black;
}

.GlazitTote {
    padding-left: 5px;
    width: 50%;
    height: auto;
}

@media (max-width:991px) {
    .GlazitTote {
        margin-bottom: 10px;
        padding-left: 0px;
        width: 100%;
        height: auto;
    }

    #mapZone {
        width: 100%;
        height: 334px;
        padding-right: 0;
        overflow: hidden;
    }
}

div.img-wrap > img {
    width: auto;
    height: 240px;

}

.displayNone {
    display: none;
}