<style>
    header{
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        }
    .InlineLink {
      color: blue;
      background-color: transparent;
      text-decoration: underline;
        }
    .InLineLink:hover {
      color: black ;
      background-color: white ;
        }
    header ,a {
        font-family: 'Alegreya';
        text-transform: uppercase;
        text-align: right;
        text-decoration-line: none;
        color: black
        }
    .MainHead{
        margin-top: 70px;
        font-size: 50px;
        }
    .Address, .Phone#{   
        font-size: 30px;
        }
    .OrgLogo {
        position: absolute;
        width: 150px;
        height: 150px;
        z-index: -1;
        }
    .OrgLogo img{
        width: 200px;
        height: 200px;
        }
    p{font-family: serif;
        font-size: 19px;
        }   
    h1{font-family: 'Veredana';
        color: rgb(18, 30, 103)
        }
    h2{font-family: 'Alegreya';
        padding-top: 20px;
        color: rgb(18, 30, 103);
        }
    .HollandFamilyPic {
        width: 65%;
        height: 50%;
        border:3px solid grey;
        }
    .HollandFamilyPic img{
        width: 100%;
        height: 100%;
        }
    .Names{
        font-family: 'Alegreya';
        font-size: 20px;
        text-transform: uppercase;
        }
    .Pics{
        display: inline-block;
        float: right;
        margin: 20px;
        }
    .Pics img{
        border: 7px solid grey; 
        margin: 20px; 
        float: right;
        width: 163px;
        height: 210px;
        border-radius: 7px;
        }
    .ExPics img{
        border: 7px solid grey;
        border-radius: 6px;
        float: right;
        width: 300;
        height: auto;
        }
    .Cal img{
        border: 7px solid grey;
        border-radius: 6px;
        float: right;
        width: 300;
        height: auto;
        }
    .Cal{
        width: 80%;
        float: left;
        display: inline-block;
        }
    .CleaningInfo{
        float:left;
        width: 90%;
        box-sizing: border-box;
        }
    .CleaningPics{
        float: right;
        width: 30%;
        display: block;
        }
    .CleaningPics img{
        width: 70%;
        height: auto;
        border: 7px solid grey;
        border-radius: 7px;
        display: inline-block;
        float: right;
        }
    .ImplantPics img{
        width: 40%;
        height: auto;
        border: 7px solid grey;
        border-radius: 6px;
        }
    .dev{
        margin-top: 30px;
        }


    /*Navigation Menu*/
        /*.menu-full { visibility: visible;}*/
               
    ul.main_menu {
        border-top: 2px solid grey;
        list-style-type:none;
        margin-left:auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
        width: 1000px;
    }
    li.DropDown, .menu_head {
        float: left;
        }
    li a, .DropBtn {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    li a:hover, .DropDown:hover .DropBtn {
        background-color: aliceblue;
    }

    li.DropDown {
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: lightsteelblue;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px darkgrey;
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .dropdown-content a:hover {
        background-color: aliceblue
    }
    .DropDown:hover .dropdown-content {
        display: block;
    }

/*Slides Box*/
    * {box-sizing: border-box;}
    body {font-family: Verdana, sans-serif;}
    .MySlides {display: none;}
    img {vertical-align: middle;}

    /* Slideshow container */
    .slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
    }

    .active {
      background-color: #717171;
    }

    /* Fading animation */
    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 3.5s;
      animation-name: fade;
      animation-duration: 3.5s;
    }

    @-webkit-keyframes fade {
      from {opacity: .2} 
      to {opacity: 1}
    }

    @keyframes fade {
      from {opacity: .2} 
      to {opacity: 1}
    }

    body {
        background-color: lightgrey;
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
    }

    footer{
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        font-size: 10px;
        width: 1000px;
    }
</style>   