/* test NAV BAR */

body{

font-family: Avant Garde, Helvetica;



}





.Navbar a {
    padding: 15px;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;

}



.Navbar {
    overflow: hidden;
    /* This ensures that any content that overflows beyond the boundary of our nav bar is not displayed */
    background-color: rgb(139, 167, 173);
    /* This colors the navbar black */
    position: fixed;
    /* This keeps the navbar at the top of the screen as we scroll */
    top: 0;
    /* This ensures no space is displayed above the navbar */
    width: 100%;
    /* This makes the navbar span the entire width of the page */
    height: 30px;

    z-index: 1;
    /* This ensures other elements don't display over the navbar */
text-align: center;
font-size: large;
}

.Navbar a:hover {
    background-color: #f8e8f8;
    /* Defines the background color that will display when you hover over the link */
    color: black;
    /* This defines the font color that will display when navbar a elements are hovered over */
    cursor: pointer;
    transition: 0.5s ease-in;
}

a {
    padding: 15px;
    color: #3b8eec;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: underline;

}

h3{
    text-align: center;
    padding-top: 50px;
    text-align: justify;
/* this font is OK but it could be better */    
font-family: "Trebuchet MS", Optima;
font-style: white;
}
h1 {
    text-align: center;
    padding-top: 50px;
    text-align: justify;
    font-family: "Trebuchet MS", Optima;
    padding: 40px;
}


.column1{
    
    width:30%;
    height: 30%;

font-family: Avant Garde, Helvetica;
margin: 50px;
padding: 20px;
font-size:x-large;
color: rgb(244, 244, 244);
text-shadow:3px 3px #000000;

}
.row {
    display:flex;
align-items: stretch;
}
.column2{
    flex:50%;
font-family: Avant Garde, Helvetica;
margin-top: 100px;


}
.img-fluid {
    height: 150px;
    width: 250px;
   
}
.img-fluid:hover {
    filter: grayscale(5%);
    /* Brings back most of the image's color when hovered over */
    transition: transform 1s;
    /* Transition lasts 1 second */
    transform: scale(1.1);
    /* Image is increased slightly when hovered over */
}

.column3 {
    flex: 30%;
    font-family: Avant Garde, Helvetica;
    margin: 50px;
    margin-top: 100px;

}

.img-fluid {
    height: 200px;
  
    box-shadow: 1px 5px 6px black;
}



* {
    box-sizing: border-box
   
}

/* Slideshow container */
.slideshow-container {
    max-width: 400px;
    min-width: 400px;
    position: relative;
    margin: auto;
    box-shadow: 0px 5px 10px 12px black;
    border-radius: 30;
 
}

/* Hide the images by default */
.mySlides {
    display: none;

}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(255, 113, 113);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #000000;
    font-size: 20x;
    padding: 18px 12px;
    position: relative;
    bottom: 3px;
    width: 100%;
    size-adjust: 100%;
    text-align: center;
    background-color: #cecece;
}

/* Number text (1/5 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #dfdada;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


table{
   color:#000000;

align-self: center;




}
td{
    width: 150px;
  
   font-size: large;
   text-emphasis-color: white;
    text-shadow:2px 2px #000000;
    background-color: rgb(116, 152, 204);
padding-left: 8px;
border-spacing:25px;
border-collapse: collapse;
border-color: #000000;
}
th{
    font-size: large;
   text-emphasis-color: white;
    text-shadow:2px 2px #000000;
    background-color: rgb(116, 152, 204);
padding-left: 8px;
border-spacing:25px;
border-collapse: collapse;
border-color: #000000;
}
