html {
  box-sizing: border-box;  
}

*, *:before, *:after {
  box-sizing: inherit;
}
:root {
  
  --color-bg: #e3efed;
  --color-bg-alt: #8ca9af;
  
}
 body{
 
   width: 100vw;
   margin: 0; 
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
   background: url(../img/noise.png), radial-gradient(circle, var(--color-bg) 0%, var(--color-bg-alt) 100%);
  background-size: 150px, 100% 100vh; 
}

.row {
	display: table;
	width: 100%;
}
.two-thirds {
	float: left;
	width: 66.6%;
	display: table-cell;
	
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
  .two-thirds {
	  width: 100%;
	  display: block;
  }
}

.companycard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

 
.banner {
            margin: 0;  
			width:100vw;			
			height:100vh;
			background-image: url("../img/kili_banner.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			}
			
.content {			
    width:80%;
    margin-left:calc(10% - 1em);                        
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 150px;
  max-width: 20vw;
}
  @media screen and (max-width: 768px){
  
  .content {
  width: 96%;
  }
  .banner {
    height: 75vh;
    }
 }
/* The side navigation menu */
.hamburger {
    position: fixed;
    top: 10px;
    right: 25px;
    background: white;
	padding: 0 5px;
	
}
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 3; /* Stay on top */
  top: 0;
  left: 0;
  background-color: /*#2c3b86;*/ #e3efed;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  padding-bottom: 60px;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  overflow-y: auto;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #222;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a.longlink {
  font-size: 75%;
  margin-left: -2.3em;
 }
 .longlink {
   font-size:75%;
   margin-left: -1em;
 }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* end menu css */

h1{
 font-weight: 700;
 color: #2c3b86;
 font-size:3em;
 text-align:center;
            }
        
    .subheader {
        font-size:2em;
		font-weight:400;
        text-align:center;
        font-style:italic;
    }
    h3{ 
        font-size:1.7em;
        text-align:left;
        font-weight:600;
 		margin-left:1em;
    }
   h4 {
      font-size:1.3em;
      color:red;
      font-weight: 500;
      margin-left: 1em;
      text-align: left;
 }
    p{
        font-size:1.2em;
        text-align:left;
        margin:1em;
    }
	table {
		
		font-size:1.2em;
		text-align:center;
		margin:0 auto;
	}
	
	
    .small {
        text-align:left;
        font-size:1em;
    }
    li{
        font-size:1.2em;
        text-align:left;
        margin:1em;
    }
        
    }
    a{

        text-decoration:none;
		
    }
    
    a.long-link {
        overflow-wrap: break-word;
        word-wrap: break-word; 
    }
   
    .btn-whatsapp {
        background:green;
        box-shadow:0 0 4px 2px white inset;
        padding:10px;
        color:white;
        cursor:pointer;
    }
    .btn-whatsapp:hover{
        box-shadow:0 0 4px 2px green inset;
        background:white;
        color:green;
    }
    
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #2c3b86;
  cursor: pointer;
  padding: 18px;
  margin-bottom:3px;
  width: 100%;
  font-size:1.5em;
  font-weight:400;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  box-shadow:0 0 30px #555 inset;
}
.special {
  box-shadow:0 0 30px #d0ad37 inset;
  color: #d0ad37;
}

/* 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) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #ddd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel table td, .panel table th{
  margin:0 5px;  
  border:thin black solid;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*model section wrapper*/
section {
width:80vw;
overflow:hidden;
clear:both;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  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 */
}

/* Modal Content/Box */
.modal-button{
    display: inline;
    width:15vw;
	height: 15vw;	
    margin:1em;
    text-align:center;
    font-size:1.5em;
    font-weight:400;
    padding:1em 0;
    box-shadow:0 0 30px #2c3b86 inset;
    cursor:pointer;    
}
.modal-button .zanzibarmap {
	background-image: url("../img/ZanzibarMap.jpg");
	background-size: cover;
}

.modal-content {
  background:white;
  width:80vw;
  margin: 10% auto; /* 10% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close1, .close2, .close3, .close4, .close5, .close6, .closemap {
  color: #a00;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor:pointer;
}

.close1:hover,.close2:hover,.close3:hover,.close4:hover,.close5:hover,.close6:hover, .closemap:hover{
  color: #00a;
  text-decoration: none;
  cursor: pointer;
}
.modal-image {
    width:100%;
}
#meru {
padding-top:50px;
margin-top:-30px;
}
.routeMap {
  width:40vw;
  margin:0 2em 1em 1em;
  float: right;
}
.activities_list {
	line-height: .8em;
}
/*.instagram {
    position: absolute;
  top: 100px;
  left: 0;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle at 30% 110%,
            #ffdb8b 0%,
            #ee653d 25%,
            #d42e81 50%,
            #a237b6 75%,
            #3e57bc 100%);
    border-radius: 37px;
    box-shadow: 0px 15px 40px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s linear;
  scale: 25%;
}
 
.instagram:hover {
    transform: translateY(-10px);
}
 
.instagram::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 22px;
    border: 7px solid #fff;
    height: 100px;
    width: 100px;
    border-radius: 25px;
}
 
.instagram::before {
    content: "";
    position: absolute;
    top: 49px;
    right: 49px;
    border: 8px solid #fff;
    height: 43px;
    width: 45px;
    border-radius: 50%;
}*/
 
