body, html {
    background-color: rgb(168, 134, 89);

    /* for sticky footer */
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
}


.background {
    display: block;
    position: relative;
    /* for sticky footer */
    flex: 1 0 auto;
    width: 100%;
}


nav {
    background-color: rgb(18, 145, 96);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem;
    z-index: 1000000000;
    display: block;
    border-bottom: .1rem solid rgb(79, 192, 79);
}

.nav-drop {
    text-decoration: none;
    font-size: 25px;
    color: rgb(22, 21, 20);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

nav li {
    display: inline;
    margin-right: 6rem;
    float: right;

}

.nav-item {
    text-decoration: none;
    font-size: 25px;
    color: rgb(22, 21, 20);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.nav-item:hover {
    color: rgb(79, 192, 79);
}

.nav-drop:hover {
    color: rgb(79, 192, 79);
}

nav ul {
    padding-top: 30px;
}



h1 {
    padding-left: 1rem;
    
}


.welcome {
    text-align: center;
}

h2 {
    padding-left: .7rem;
    display: inline-block;
}

h3 {

}

h4 {
    font-size: 20px;
    color: rgb(175, 172, 172);
    padding-left: 100px;
}

.title {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: burlywood;
    display: block;
    font-size: 40px;
    top: 40px;
    padding: .5rem;
    background-color: rgb(22, 21, 20);
    width: 100%;
    margin-top: 5rem;
    border-bottom: .2rem solid rgb(79, 192, 79);
}


.footer {
    padding: 25px;
    background: rgba(80, 49, 36, 0.582); 
    z-index: 100000;
    height: 200px;
}



.socialmedia {
    width: 50px;
    height: 50px;
    float: right;
}

#logo {
    top: .25rem;
    left: 2rem;
    height: 110px;
    width: 110px;
    z-index: 100000000000;
    display: inline;
    float: left; 
}


*{box-sizing:border-box}
.mySlides{display: none;}

img {
    vertical-align: middle;
}


*{box-sizing:border-box}

.slideshow-container {
    max-width:1000px;
    position: relative;
    margin:auto;
    z-index: 20;
    margin-top: 4rem;
}
.default-slide{
    display: block;
}

.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.6 ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next{
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover{
    background-color: rgba(0,0,0,0.8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.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;
}
.active, .dot:hover {
background-color: #717171;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 4s;
animation-name: fade;
animation-duration: 4s;
}

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

iframe {
    display: inline-block;
    float: left;
    margin: 1rem;
}

.map {
    border: none;
}

p {
    font-size: 23px;
    padding: 1rem;
    padding-right: 1rem;
}

li {
    font-size: 23px;
    padding: 1rem;
    padding-right: 1rem;
}

cite{
    float: right;
}

.faq {
    background-color: #c29968;
    padding: 10px;
    margin: 20px auto;
    display: inline-block;
    border-radius: 2rem;
    padding-left: 50px;
    margin: 1rem;
}

.references {
    color: #777;
    
}

.href {
    font-size: 15px;

}

.takraw-fam {
    display: inline-block;
    float: left;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

strong {
    font-size: 25px;
    padding-left: 100px;
    Bottom: 50px;
    text-align: center; 
}


  
  /* Links inside the navbar */
  .navbar a {
    float: right;
    font-size: 16px;
    color: rgb(22, 21, 20);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .dropdown {
    float: right;
    overflow: hidden;
  }

  
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(168, 134, 89);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 100px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: rgb(79, 192, 79);
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .whoweare {
      padding-left: 15px;
  }
  
  .footer-botttom {
    text-align: center;
    border: solid red;
    width: 50%;
    margin: 0 auto;
}

.locations {
    padding-top: 25px;
    padding-left: 25px;
    display: inline-block;
    float: left;
    margin: 1rem;
}

.location-name {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    text-decoration: underline;
}



.flex-map {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.inside-kick {
    padding-left: 1rem;
    display: inline-block;
    
}
