
  @media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
  .logo{
    width: 300px;
      }

    .login{
      float: right;

    }
    body{
      margin: 0;
      font-family: 'PT Sans', sans-serif;
}
    
  /*  .navbar-menu{
      float: right;
    }

.navbar-menu ul.navlist > li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    line-height: 95px;
    position: relative;
    cursor: pointer;
}

.navbar-menu ul.navlist li.mm-dropdown ul.inner li {
    width: 100%;
    float: left;
    padding: 0;
}

.navlist > li.mm-dropdown:hover > ul.inner {
    display: block;
}

.navbar-menu ul.navlist li a {
    display: inline-block;
    color: #082b3b;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Aldrich', sans-serif;
    -webkit-transition: all .5s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.navlist > li.mm-dropdown > ul.inner {
    width: 260px;
    height: auto;
    background-color: #9bbed2;
    border: 0;
    position: absolute;
    left: 50%;
    top: 80px;
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    display: none;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 50%);
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
    */

    .button{
      background-color: #008CBA;
      color: white;
      padding: 10px;
    text-decoration: none;
    }
    
    .h1centertitle{
      color: black;
      font-size: 30px;
      text-align: center;
    }

    .column {
    float: left;
    width: 23%;
    border: 1px solid black;
    margin: 10px;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    overflow: hidden;
    margin: 100px;
    background-color: #19546e;
  }
  .column:hover {
    background-color: #788b94;
}
header a{
  font-family: 'PT Sans', sans-serif;
}
.buttoncontainer p {
    display: inline-block;
    padding: 0 0px 0 50px !important;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
  margin-top: 100px;
  z-index:-1;
}
/*.mySlides img{
  height: 600px;
}*/

/* Hide the images by default */
.mySlides {
    display: none;
    height: 600px;
    overflow: hidden;
    width: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.row {
    
    background-color: rgba(249, 246, 244, 1);
    margin-top: -15px;
}


/* Caption text */
.text {
      color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 20px;
    width: 30%;
    text-align: left;
    background: white;
    border-radius: 20px;
    margin: auto;
    left: 43px;
    
}
.text h1{
  padding: 0;
  font-weight:normal;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display:none;
}

.innerbanner h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
    width: 100%;
    padding: 0 3%;
    position: absolute;
    top: 40%;
    left: 0;
    text-shadow: 0 0 3px #000000;
}
.innerbanner{
  background: url(innerbanner.png);
    width: 100%;
    display: block;
    background-size: cover;
    height: 150px;
    width: 100%;
    position: relative;
    top: 56px;
}

.banner-overlay {
    background-color: rgb(0,0,0);
    display: block;
    z-index: 999;
    height: 100%;
    opacity: 0.5;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.imgcontainer {
  position: relative;
  text-align: center;
  color: white;
}
.imgcontainer img {
    height: 230px;
    width: 100%;
}

.centered {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Aldrich', sans-serif;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

ul.top-links {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.top-links li {
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
}

ul.top-links li a {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 35px;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.loginclick{
  float: right;
    top: 9px;
    position: relative;
}
.loginclick a{
  text-decoration: none;
  color: white;
  padding: 0 10px;
}

.call-info {
    width: 280px;
    float: left;
    
    line-height: 35px;
    text-align: center;
    z-index: 0;
   
}
.navbar-menu{
  float: right;
  right: 100px;
  position: relative;
  bottom: 30px;
  display:none;
}
.top-links a:hover, .call-info a:hover, .loginclick a:hover{
  color: antiquewhite;
}
.call-info a{
  color: white;
    text-decoration: none;

}
.navlist a{
  text-decoration: none;
  padding: 0px 10px;
  color: #9bbed2;
  font-family: 'Aldrich', sans-serif;
  font-size: 18px;
}
.navlist a:hover{
  border-bottom: 5px solid #9bbed2;
   padding: 10px;
}
.log1{
  position: relative;
  bottom: 30px;
  float: left;
  left: 50px;
}

.header-top {
    width: 100%;
    height: 35px;
    float: left;
    background-color: #9bbed2;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999999999999999999999;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
i.fas, i.far{
  font-size: 50px;
  display: block;
  padding-bottom: 10px;
}
header i.fas, header i.far{
  display: inline-block;
  font-size: 15px;
  padding: 0 3px;
}

label {
    color: #9bbed2;
    display:none;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #9bbed2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}



/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.formcontainer {
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 20px;
    width: 50%;
    margin: auto;
}
.mySlides img{
    opacity:0.7;
}

h1 {
    color: #0b76b4;
    text-align: center;
    padding-top: 15px;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    font-weight: normal;
}

    footer {
    background: #9bbed2;
    text-align: center;
    margin-top: 20px;
    color: white;
    padding: 20px;

}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#myBtn{
  cursor: pointer;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 20%;
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.ml-5, .mx-5 {
    margin-left: 3rem!important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.checkbox.mb-1.mt-2.mb-3 {
    margin: 5px 0px;
}
#signOut{
  cursor: pointer;
}
#main-content{
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 40%);
    /* margin-bottom: 80px; */
    width: 1200px;
    margin: 80px auto 0 auto;
    /* z-index: 15; */
    padding: 10px;
}
#mobile-menu {
    display: none;
}
#mobile-toggle{
    display:none;
}

.col {
    width: 50%;
    float: left;
    margin: 10px 0px;
}

p {
    padding: 0px 50px;
    
}
.productdetails p{
    line-height:2;
}

.productdetails a.btn {
    color: white;
    text-decoration: none;
    background-color: #9bbed2;
    width: 230px;
    height: 50px !important;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    border-radius:5px !important;
}

    .productdetails a.btn:hover {
        background-color: #FAAC02;
        color: white;
    }
.container.productdetails {
    margin-bottom: 20px;
}

.productdetails .row {
    background: white;
}

h3 {
    text-align: center;
    color: #0b76b4;
    font-weight: normal;
    font-size: 24px;
}

@media only screen and (max-width:1199px) {
    .navbar-menu a{
        font-size:12px;

    }

    .loginclick a, .top-links li a, .call-info a{
        font-size:10px !Important; 
    }

    .navbar-menu{
        right:0px;
    }
    .text{
        width:50%;
    }
    .innerbanner h1{
        font-size:30px;
    }
    .col {
        width: 50%;
        float: left;
    }

    p{
        padding: 0px 50px;
    }

    h3{
        text-align:center;
    }

    .column {
        margin: 10px;
    }
    #main-content{
        width:80%;
    }
    .logo {
        width: 250px;
    }
    #mobile-menu{
        display:none;
    }
}

@media only screen and (max-width:767px) {
    .navbar-menu {
        display: none !important;
    }
    .col{
        width:100%;
    }

    #mobile-toggle {
        display: block !important;
        float: right;
        position: relative;
        color: #9bbed2;
        right: 10px;
        cursor: pointer;
        z-index: 99999999;
    }
    #mobile-menu {
        position: absolute;
        background: #9bbed2;
        right: 0;
        float: right;
        top: 130px;
              z-index:1;
    }

    .text {
        width: 75%;
    }

    #mobile-menu a{
        color:white;
        display:block;
    }

    .column {
        float: none;
        margin: 15px auto;
    }

    .header-top a {
        font-size: 10px;
    }

    ul.top-links li a {
        font-size: 10px;
    }

    .call-info {
        display: none;
    }

    .loginclick {
        display: none;
    }
    
    .top-links li{
        display:block !important;
    }
    .innerbanner h1{
        font-size:26px;
    }

   .mobilenavlist a:hover {
        border-bottom: none !important;
        
    }
    #mobile-menu i{
        font-size:10px;
        display:inline-block;
        padding-right:3px;
        
    }

    .mobilenavlist a{
        padding:10px 0;
    }

    .slideshow-container{
        z-index: -10;
    }

}