body { background: #00CED1; background-repeat: no-repeat; background-size: cover; font-family: Arial, Helvitica; font-size: 18px; height: auto; width: auto; } #wrapper { margin: 0 auto; max-width: 1020px; width: 96%; padding: 3%; border-radius: 2px; } .navbar-nav > li > .dropdown-menu { background-color: #e5f9f6; } #contentSpace { margin-top: -17px; } img { max-width: 80%; width: auto; border-radius: 25px; } #top_banner { border-bottom: 5px solid #556B2F; width: 90%; height: 80%; text-align: center; border-radius: 25px; padding: -10px; position: relative; margin: auto; margin-bottom: -20px; box-shadow: -2px 0px 25px 5px rgba(86,158,158,1); background: #99ccff; } //////////////////////////////////////////////////// #menu_wrapper { padding-top: -8px; } #menuHead { width: 89%; min-height: 42px; padding-top: -8px; text-align: center; opacity: .6px; font-weight: bold; margin: 0 auto; border-radius: 25px; background-color: #99ccff; display: block; } #menu li { margin:0px; list-style:none; font-family:arial; padding-top: 10px; } .navbar-collapse { overflow: hidden; } #menu a { transition:all linear 0.15s; color:white; text-decoration: none; width: 200px; background-color: #669999; margin: .5px; } #menu li:hover > a, .menu .current-item > a { text-decoration:none; color:white; width: 200px; padding: 10px; border-radius: 15px 50px; background: #2ab7bf; } #menu .arrow { font-size:11px; line-height:0%; } #menu > ul > li { float:left; display:inline-block; position:relative; font-size:18px; width: 24%; } #menu > ul > li > a { padding:10px 10px; display:inline-block; text-shadow:0px 1px 0px rgba(0,0,0,0.4); } #menu > ul > li:hover > a, .menu > ul > .current-item > a { background: DodgerBlue; } #menu li:hover .sub-menu { z-index:1; opacity:1; width: 205px; } .sub-menu { width:185px;; padding:5px 0px; position:absolute; top:100%; left:0px; z-index:-1; opacity:0; transition:opacity linear 0.15s; box-shadow:0px 4px 36px rgba(0,0,0,0.2); background:Aqua; } .sub-menu li { display:block; font-size:16px; } .sub-menu li a { padding:10px 0px; display:block; } .sub-menu li a:hover, .sub-menu .current-item a { background:#ff9999; padding: 13px 2px; margin: auto; border-top-style: dotted; border-right-style: solid; border-bottom-style: dotted; border-left-style: solid; }