.body {
    width: 85%;
    margin: auto;
   
}
.header {
    background-color: white;
}

.logo {
    padding: 10px;
    text-align: right;
    background-color: white; 
    color: #77e2f5;
    font-size: 32px;
}

.logo img {
    float: left;
    width: 240px;
    height: 240px;
}
 


.active {
    background: #B6F3FE;
}

.container img {
    width:100%;  
}

.navbar {
    overflow: hidden;
    background-color: white;
    margin-top: 160px;
    margin-bottom: 20px;
    float:right;
    
}
  
.navbar a {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 500;
    float: left;
    display: block;
    color: black;
    text-align: center; 
    padding: 10px 75.5px; 
    text-decoration: none;
}
  
.navbar a:hover {
    background-color: #B6F3FE;
    color: black;
}

.column {
  font-family: sans-serif;
  float: left;
  width: 49%;
  padding:5px;
  }

.column a {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 500;
    float: center;
    display: block;
    color: black;
    text-align: center; 
    text-decoration: none;
}
  
.column a:hover {
    border-style: solid;
    border-color: #B6F3FE ;
    background-color: #B6F3FE;
    color: black;
    
}
  
.googlemap {
    float: left;
    width: 49%;
    padding:5px;
          
  }

.row::after {
    content: "";
    clear: both;
    display: table;
  }
 
.main {   
    flex: auto;
    text-align: center;
    padding: 20px; 
    background-color: whitesmoke;   
    }
  
.footer {
    padding: 20px 0 20px 0;
   
    background: white;
}

.socialMediaBtn {
    text-align: right;
}

.fa {
    
    padding: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    border-radius: 40%;
}
  
.fa:hover {
      opacity: 0.7;
}
  
.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-instagram {
    background: #f40083;
    color: white;
}  

.fa-twitter {
    background: #55ACEE;
    color: white;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px; 
    border: 1px solid #ccc;
    border-radius: 4px; 
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px; 
    resize: vertical; 
  }
  
 
input[type=submit] {
    background-color: #a0f1ff;
    font-weight: 700;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  

input[type=submit]:hover {
    background-color: #ace4ee;
  }
  

.contactContainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }

  .clear{
    clear: both;
    background-color:whitesmoke;
    margin-top:20px;
  }

  .clear h1{
    font-family: sans-serif;
    font-size: 40px;
  }
  .clear h2{
    font-family: sans-serif;
    font-size: 24px;
  }
  .clear p{
    font-family: sans-serif;
    font-size: 24px;
  }
  .clear li{
    font-family: sans-serif;
    font-size: 24px;
  }

  .productTable {

    width: 60%;
    text-align: left;
    
  }



#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px;
    left: 30px;
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #f40083;
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px;
    font-size: 18px;
}
  
#myBtn:hover {
    background-color: #555;
}

.productTable {
  table-layout: fixed;
  width: 50%;  
  color: #333;
  font-family: sans-serif;
  border-collapse: collapse; 
  border-spacing: 0; 
}

td, th {  
  border: 1px solid transparent;
  height: 30px; 
  text-align: center;
}

th {  
  background: #DFDFDF;
  font-weight: bold;
}

td {  
  background: #FAFAFA;
  
}


