@import url(https://fonts.googleapis.com/css?family=Amatic+SC);
@import url(https://fonts.googleapis.com/css?family=Work+Sans);

html{
  scroll-behavior: smooth;
}


h1{
 color: #035e40; 
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-size: 20vw;
}

.bro{
  float: right;
}

footer{
  background-color:#035e40;
  font-family: 'Rubik', sans-serif;
  color: white;
}
h100{
  font-size: 2vw;
}


h2{
  font-size: 4vw;
  font-family: Work Sans;
  align: left;
  color: black;
  padding: 5px;
  float: left;
  background-color: #c5f1de;
}

h3{
  font-family: Amatic SC;
  font-size: 6vw;
}

.description {
  font-size: 4vw;
  text-align: left;
}

.logo {
  margin-left: 25%;
  margin-right: 30%;
  width: 50vw;
  height: auto;
  margin-top: -40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    img.logo {
         display: inline;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
    }
}

p {
  font-family: Work Sans;
  font-size: 3vw;
}

body {
  font-family: hevlectia;
  background: #ffffff;
  color: #00754e;
  text-align: center;
}

h1{
  font-size: 7vw;
}

ul.hay{
  list-style-type: disc;
  font-family: Work Sans;
  font-size: 2vw;
  color: black;
  background-color: white;
   float: left;
  
}


ul.bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #035e40;
  font-family: Work Sans;
 
}

li.hay{
  border: none;
  font-size: 2vw;
text-align: left;
}

li.bar{
  float: left;
  border-right:1px solid #bbb;
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #c5f1de;
}

.akery{
  font-size: 6vw;
  color: #000000ee;
  float: left;
}

img.akery {
  width: 40vw;
  padding: 40px;
  float:right;
}

p.hay{
  font-size: 6vw;
  color: #000000ee;
float:left;
}

img.hay {
  width: 40vw;
  padding: 40px;
  float:right;
}

.backtohomepage {
  float: left;
  width: 20vw;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #035e40;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #000000;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}


.line{
  padding: 10px;
  width: 90vw;
}

img.small{
  width: 30vw
}

a.hay{
  color: black;
  background-color: none;
  padding: 5px;
  text-align: left;
  text-decoration: underline;
  display: inline;
}

#myInput {
  background-image: url('/css/searchicon.png'); 
  background-position: 10px 12px; 
  background-repeat: no-repeat; 
  width: 100%; 
  font-size: 16px; 
  padding: 12px 20px 12px 40px; ;//
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: #007517; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.search{
  width: 40vw;
  float: right;
}

.hi{
  font-size: 2vw;
}

#myIInput {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myTTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTTable th, #myTTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTTable tr.header, #myTTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}


.card td {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  padding:4vw;
}


.containers td{
  padding: 1vw 4vw;
}

.card h4{
  background-color: #00754e;
  color: white;
  padding: 2vw;
  font-weight:100;
}



.ha{
  padding-right:4vw;
}


.chip {
  display: inline-block;
  padding: 0 25px;
  height: 12vw;
  font-size: 4vw;
  line-height: 12vw;
  border-radius: 25px;
  background-color: #f1f1f1;
  float: center;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 12vw;
  width: 12vw;
  border-radius: 50%;
}


.nah{
  list-style-type: none;
}

.callout {
  position: fixed;
  bottom: 6vw;
  right: 5vw;
  margin-left: 5vw;
  max-width: 30vw;
}

/* Callout header */
.callout-header {
  padding: 3vw 1vw;
  background: #00754e;
  font-size: 5vw;
  color: white;
}

/* Callout container/body */
.callout-container {
  padding: 1vw;
  background-color: #f5e5e5;
  color: black
}

/* Close button */
.closebtn {
  position: absolute;
  top: 2vw;
  right: 3vw;
  color: white;
  font-size: 5vw;
  cursor: pointer;
}

/* Change color on mouse-over */
.closebtn:hover {
  color: lightgrey;
}

h7{
  font-size: 4vw;
  font-family: Work Sans;
  color: black;
  padding: 5px;
  background-color: #c5f1de;
  text-align: center;
}

.bro{
  padding-bottom: 15px;
}

.hello{
  border: 2px;
  padding: 2px;
  border-style: solid;
  border-color: black;
  background: #ededed;
  font-family: "Sofia", sans-serif;
  font-size:20px;
  float:left;
}


.dropbtn {
 background-color: #035e40;
  color: white;
  padding: 16px;
  font-size: 25px;
  border: none;
  cursor: pointer;
  font-family: serif;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #035e40;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 24%;
  max-width: 24%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.margin{
  padding-right: 20vw;
  padding-left: 20vw;
}


footer{
  background-color: #035e40;
  color: white;
  padding: 2vw;
}

.agh{
  float: left;
  padding-top: 10vw;
}

a.white{
  color: white;
}

.B{
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 0.5vw 0.5vw;
  text-decoration: none;
  font-size: 1.5vw;
}

.e{
  font-size: 2vw;
}

body{
    font-family: 'Work Sans', sans-serif;
}
.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;

}
.hr-line{
  width: 60%;
  margin: auto;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 60%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
  font-size: 4vw;

}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 50%; 
   padding: auto;
   
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activee,
.faq-page:hover {
    background-color: #F9F9F9;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.activee:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

h27{
  font-family: cursive;
  font-family: 'Indie Flower', sans-serif;
  font-size: 5vw;
  color: black;
  text-decoration: underline;
}
a.h27{
  color: black;
}

img.small {
  width: 5vw;
}

.izzy{
    list-style-type: disc;
  font-family: Work Sans;
  font-size: 2vw;
  color: black;
  background-color: white;
   float: left;
   border: none;
  font-size: 2vw;
text-align: left;
  color: black;
  background-color: none;
  padding: 5px;
  text-align: left;
  display: inline;
}

.rightt{
  float: center;
  width: 30vw;
  height: 30vw;
}

@media screen and (max-width: 480px) {
    .shaq {
         display: inline;
  margin-left: 5%;
  margin-right: 5%;
  width: 300px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
    }
}
@media screen and (min-width: 480px) {
    .shaq {
         display: inline;
  margin-left: 20%;
  margin-right: auto;
  width: 1000px;
  height: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
    }
}