Line 444: | Line 444: | ||
} | } | ||
.content-section { | .content-section { | ||
− | padding-top: | + | padding-top: 100px; |
− | padding-bottom: | + | padding-bottom: 100px; |
height: auto; | height: auto; | ||
min-height: 100% !important; | min-height: 100% !important; | ||
Line 458: | Line 458: | ||
.content-section { | .content-section { | ||
height: auto; | height: auto; | ||
− | padding-top: | + | padding-top: 100px; |
− | padding-bottom: | + | padding-bottom: 100px; |
min-height: 100% !mportant; | min-height: 100% !mportant; | ||
} | } | ||
Line 526: | Line 526: | ||
body { | body { | ||
webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); | webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); | ||
+ | } | ||
+ | |||
+ | /*.....................................*/ | ||
+ | |||
+ | .scrollnav-custom { | ||
+ | margin-bottom: 0; | ||
+ | border-bottom: 0px solid rgba(255, 255, 255, 0.3); | ||
+ | font-family: Tahoma, Geneva, sans-serif | ||
+ | background-color: black; | ||
+ | } | ||
+ | .scrollnav-custom .scrollnav-toggle { | ||
+ | color: white; | ||
+ | background-color: rgba(255, 255, 255, 0.2); | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | .scrollnav-custom .scrollnav-toggle:focus, | ||
+ | .scrollnav-custom .scrollnav-toggle:active { | ||
+ | outline: none; | ||
+ | } | ||
+ | .scrollnav-custom .scrollnav-brand { | ||
+ | font-weight: 700; | ||
+ | } | ||
+ | .scrollnav-custom .scrollnav-brand img { | ||
+ | height: 40px; | ||
+ | } | ||
+ | .scrollnav-custom .scrollnav-brand:focus { | ||
+ | outline: none; | ||
+ | } | ||
+ | .scrollnav-custom a { | ||
+ | color: white; | ||
+ | } | ||
+ | .scrollnav-custom .nav li a { | ||
+ | -webkit-transition: background 0.3s ease-in-out; | ||
+ | -moz-transition: background 0.3s ease-in-out; | ||
+ | transition: background 0.3s ease-in-out; | ||
+ | } | ||
+ | .scrollnav-custom .nav li a:hover { | ||
+ | color: rgba(255, 255, 255, 0.8); | ||
+ | outline: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .scrollnav-custom .nav li a:focus, | ||
+ | .scrollnav-custom .nav li a:active { | ||
+ | outline: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .scrollnav-custom .nav li.active { | ||
+ | outline: none; | ||
+ | } | ||
+ | .scrollnav-custom .nav li.active a { | ||
+ | background-color: rgba(255, 255, 255, 0.3); | ||
+ | } | ||
+ | .scrollnav-custom .nav li.active a:hover { | ||
+ | color: white; | ||
+ | } | ||
+ | @media (min-width: 768px) { | ||
+ | .scrollnav-custom { | ||
+ | padding: 0; | ||
+ | letter-spacing: 1px; | ||
+ | background: black; | ||
+ | border-bottom: 1px solid rgba(255, 255, 255, 0.3); | ||
+ | } | ||
+ | } | ||
+ | .navbar-brand img { | ||
+ | height: 100%; | ||
+ | } | ||
+ | .sponsor-section { | ||
+ | background-color: white; | ||
+ | color: black; | ||
} | } | ||
</style> | </style> |
Revision as of 10:57, 19 August 2017
<!DOCTYPE html>