/* Navigation Bar */ .topnav { background-color: #333; overflow: hidden; top: -20px; } .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 30px 30px; text-decoration: none; font-size: 25px; font-weight: bold; font-family: Andale Mono, monospace; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { background-color: #20bcd1; color: white; } /* Drop Down Bar*/ .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 25px; border: none; outline: none; color: white; padding: 30px 30px; background-color: inherit; font-weight: bold; font-family: Andale Mono, monospace; margin: 0; } .dropdown-content { display: none; position: absolute; background-color: #333; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: white; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color:#ddd; color: black; } .dropbtn a.active { background-color: #20bcd1; color: white; } /* Background*/ body { background-image: url("Resources/Common/1.jpg"); background-color: rgba(255,255,255,0.5); background-blend-mode: lighten; } /* Text Display*/ .spottext h1{ font-size: 34px; color:black; text-decoration: none; font-weight: bold; font-family: Andale Mono, monospace; } .spottext-wildlife h1{ font-size: 34px; color:black; text-decoration: none; font-weight: bold; font-family: Andale Mono, monospace; } .spottext p{ text-align: justify; font-size: 16px; color:black; text-decoration: none; font-size: 20px; font-family: Calibri, monospace; line-height: 1.4; } .spottext-wildlife p{ text-align: justify; font-size: 16px; color:black; text-decoration: none; font-size: 20px; font-family: Calibri, monospace; line-height: 1.8; } .spottext{ margin-right: 10%; margin-top: 5px; float: right; max-width: 600px; min-width: 50px; display: block; text-align: justify; text-justify: inter-word; } .spottext-wildlife{ margin-right: 8%; margin-top: 70px; float: right; max-width: 600px; min-width: 50px; display: block; text-align: justify; text-justify: inter-word; } /* Image Display Style*/ .dive img{ width: 600px; height: 400px; margin-left: 50px; margin-top: 10px; border-radius: 10px; margin-left: 8%; } .fight img{ width: 450px; height: 300px; margin-left: 10%; margin-top: 20px; border-radius: 10px; } .mySlides img{ width: 450px; height: 300px; margin-left: 10%; margin-top: 20px; border-radius: 10px; } .mySlides1 img{ width: 550px; height: 340px; margin-left: 4%; margin-top: 100px; border-radius: 10px; } .mySlides5 img{ width: 450px; height: 300px; margin-left: 10%; margin-top: 20px; border-radius: 10px; } .mySlides2 img{ width: 450px; height: 300px; margin-left: 10%; margin-top: 20px; border-radius: 10px; } /* Slideshow */ * {box-sizing:border-box} /* Slideshow container */ .slideshow-container { width: 800px; height: 550px; padding-top: 100px; padding-left: 100px; } /* Hide the images by default */ .mySlides { display: none; } /* Slideshow Display*/ .mySlides3 img{ width: 800px; height: 450px; border-radius: 10px; } .mySlides4 { display: none; } .mySlides4 img{ width: 800px; height: 450px; border-radius: 10px; } /* The dots/bullets/indicators */ .dots { padding-top: 20px; padding-left: 400px; margin-left: -5%; } .dotswildlife { padding-top: 15px; padding-left: 400px; margin-left: -8%; } .dot { cursor: pointer; height: 20px; width: 20px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .dot1 { cursor: pointer; height: 20px; width: 20px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } /* Slideshow Alternate Display*/ .mySlides3 { display: none; } .dot3 { cursor: pointer; height: 20px; width: 20px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot3:hover { background-color: #717171; } /* Breadcrumb Navigation Display*/ .breadcrumb p{ padding-top: 10px; margin-left: 10.5%; color: #717171; font-family: Calibri, monospace; font-weight: bold; font-size: 18px; } /* Bottom padding for water*/ .gap{ padding-bottom: 50px; }