/* 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; } /* Gallary Style */ .Gallary { margin-left: 8%; padding-top: 20px; } .Gallary img{ width: 400px; height: 280px; padding: 15px 15px 15px 15px; border-radius: 25px; } .Gallary img:hover{ transform: scale(1.1); } /* Gallary Display */ .GallaryDisplay { margin-left: 8%; padding-top: 20px; } .GallaryDisplay img{ width: 400px; height: 280px; padding: 15px 15px 15px 15px; border-radius: 25px; } .GallaryDisplay img:hover{ transform: scale(1.1); } /* Button Style*/ .button{ padding-left: 48%; padding-top: 20px; padding-bottom: 10px; } .button a { text-decoration: none; display: inline-block; padding: 16px 34px; } .button a:hover { background-color: #20bcd1; color: black; transform: scale(1.3); } .button2{ padding-left: 48%; padding-top: 20px; padding-bottom: 10px; } .button2 a { text-decoration: none; display: inline-block; padding: 16px 34px; } .button2 a:hover { background-color: #20bcd1; color: black; transform: scale(1.3); } .previous { background-color: #333; color: white; font-size: 40px; } .next { background-color: #333; color: white; font-size: 40px; } .round { border-radius: 50%; } /* Home Button Style*/ .homegallary{ padding-left: 8%; } .homegallary button{ font-size: 20px; font-weight: bold; background-color: transparent; border: transparent; outline: none; } .homegallary button:hover{ transform: scale(1.1); transition: 0.4s; color: #333; } /* Heading Style*/ h2{ display: block; margin-left: auto; margin-right: auto; text-align: center; } .gap{ padding-bottom: 50px; }