

body {
    background-color: whitesmoke
}

/*.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}*/

header {
    background-color: whitesmoke;
    height: 160px;
}

footer {
    /*background-color: orange;*/
    font-size: 20px;
    text-align: center;
    height: 50px;
    border-bottom: 3px solid black;
    border-top: 3px solid black;
    width: auto;
}

/*Navigation Menu*/


/*.navbar {padding-left: 15%;}*/

nav {
    
    height: 60px;
    
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 3px solid black;
    border-top: 3px solid black;
    position: relative;
    float: center;
    padding-left: 20%;
    text-decoration: none;
}

.navmenu {
    float: left;
}

nav a {
    text-decoration: none;
    font-size: 20px;
    color: black;
    position: relative;
    margin: 10px;

}

/*nav a:hover {
    border-bottom: 3px solid black;
}*/



ul.dropdown-menu {
    width: 300px;
}



/*Bottom of Page*/
* {
  box-sizing: border-box;
}

  .column {
    float: left;
    width: 33.33%;
    padding: 5px;
    position: relative;
    text-align: center;
    color: white;
    color:black;
    font-size: 40px;
    font-weight: 900;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .centered {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mySlides {
      display:none;
    }

.centered a {
        text-decoration: none;
        color: black;
    
}


/*Header Definitions*/


.header .image {
  background: url("./Image/photos/sdbpng.png")
              no-repeat;
  background-size: 120%;
  background-position: center;
  width: 30%;
  height: 160px;
}

.header {
    overflow: hidden;
    background-color: #whitesmoke;
    padding: 20px 10px;
  }
  
  /* Style the header links */
  .header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
  }
  
  /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
  .header a.logo {
    font-size: 25px;
    font-weight: bold;
  }
  
  /* Change the background color on mouse-over */
  .header a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active/current link*/
  .header a.active {
    background-color: dodgerblue;
    color: white;
  }
  
  /* Float the link section to the right */
  .header-right {
    float: right;
  }
  
  /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
  @media screen and (max-width: 500px) {
    .header a {
      float: none;
      display: block;
      text-align: left;
    }
    .header-right {
      float: none;
    }
  }

.header .text2 {
    font: x-large sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-left: 60%;
}

.header .text {
    font: x-large sans-serif;
    font-size: 55px;
    font-weight: 600;   
    padding-top: 50px;
}
