* { margin: 0; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; background: #c39e3a; background: url(/ig/page_Access_Denied_Transp.png) no-repeat center, radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, rgba(0, 0, 0, 0) 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%) no-repeat center; font-family: 'Roboto', sans-serif; font-size: 1em; line-height: 1.4; } .wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */ } .content { text-align: center; color: #FFFFFF; position: absolute; top: 70%; width: 100%; } .footer, .push { height: 20px; /* .push must be the same height as .footer */ text-align: left; font-size: 12px; background: -webkit-linear-gradient(#eee, #999); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* ======================= */ .domain { font-size: 28px; background: -webkit-linear-gradient(#eee, #333); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* ======================= */ /* MENU START =================== */ /* Remove margins and padding from the list, and add a background color */ ul.topnav { list-style-type: none; margin: 0; padding: 0; overflow: hidden; /* background-color: #C5B358; */ } /* Float the list items side by side */ ul.topnav li { float: left; } /* Style the links inside the list items */ ul.topnav li a { display: inline-block; color: #8B4513; text-align: center; padding: 3px 5px; text-decoration: none; text-shadow: 3px 2px gold; transition: 0.3s; font-size: 14px; font-weight: 600; } /* Change background color of links on hover */ ul.topnav li a:hover { background-color: #F0E68C; } /* Hide the list item that contains the link that should open and close the topnav on small screens */ ul.topnav li.icon { display: none; } /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */ @media screen and (max-width: 680px) { ul.topnav li:not(:first-child) { display: none; } ul.topnav li.icon { float: right; display: inline-block; } } /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */ @media screen and (max-width: 680px) { ul.topnav.responsive { position: relative; } ul.topnav.responsive li.icon { position: absolute; right: 0; top: 0; } ul.topnav.responsive li { float: none; display: inline; } ul.topnav.responsive li a { display: block; text-align: left; } } /* MENU END =================== */
