(11 intermediate revisions by the same user not shown) | |||
Line 89: | Line 89: | ||
.dropdown .dropdown-menu { margin: 0; } | .dropdown .dropdown-menu { margin: 0; } | ||
.dropdown:hover { | .dropdown:hover { | ||
− | border-bottom: | + | border-bottom: 1px solid white; |
background-color: black; | background-color: black; | ||
} | } | ||
− | .active { border-bottom: | + | .active { border-bottom: 1px solid white; } |
.navbar-toggle { margin-top: 15px; } | .navbar-toggle { margin-top: 15px; } | ||
.navbar-brand { padding-top: 7.5px; } | .navbar-brand { padding-top: 7.5px; } | ||
Line 99: | Line 99: | ||
width: 125px; | width: 125px; | ||
} | } | ||
− | .navbar .container-fluid { width: | + | .navbar .container-fluid { width: 90%; } |
− | .well { background-color: | + | .well { background-color: #FFFFFF; } |
main { | main { | ||
width: 90%; | width: 90%; | ||
Line 110: | Line 110: | ||
padding-bottom: 200px; | padding-bottom: 200px; | ||
} | } | ||
+ | .parallax { | ||
+ | perspective: 1px; | ||
+ | overflow-x: hidden; | ||
+ | overflow-y: auto; | ||
+ | } | ||
+ | .concept { | ||
+ | display: block; | ||
+ | text-align: center !important; | ||
+ | margin: 10px auto 0 auto; | ||
+ | width: 80% | ||
+ | } | ||
+ | .concept p { | ||
+ | text-align: center !important; | ||
+ | } | ||
+ | .jumbotron span { font-size: 40px; } | ||
.slideanim { visibility: hidden; } | .slideanim { visibility: hidden; } | ||
.slide { | .slide { | ||
Line 133: | Line 148: | ||
@media screen and (max-width: 980px) { | @media screen and (max-width: 980px) { | ||
#navbar { float: left; } | #navbar { float: left; } | ||
+ | .well { | ||
+ | padding: 0; | ||
+ | } | ||
} | } | ||
@media screen and (max-width: 768px) { | @media screen and (max-width: 768px) { |
Latest revision as of 20:50, 2 December 2016