|  |  | 
|  | #footer div.eclipse-logos { | 
|  | height: 120px; | 
|  | } | 
|  |  | 
|  | #footer div.eclipse-logos #logo-eclipse-foundation { | 
|  | margin: -20px; | 
|  | height: 120px; | 
|  | } | 
|  |  | 
|  | .alert { | 
|  | padding-left: 1.4rem; | 
|  | padding-right: 1.4rem; | 
|  | border: 1px solid; | 
|  | border-radius: .25rem; | 
|  | } | 
|  |  | 
|  | .alert .alert-heading { | 
|  | color: inherit !important; | 
|  | } | 
|  |  | 
|  | .alert-notice { | 
|  | background-color: #c4dfff; | 
|  | border-color: #5fb4fc; | 
|  | color: inherit !important; | 
|  | } | 
|  |  | 
|  | .alert-warning { | 
|  | background-color: #f89691; | 
|  | border-color: #e84e40; | 
|  | color: inherit !important; | 
|  | } | 
|  |  | 
|  | #landing-img { | 
|  | display: block; | 
|  | margin: 40px auto; | 
|  | max-width: 900px; | 
|  | box-sizing: border-box; | 
|  | } | 
|  |  | 
|  | section#landing { | 
|  | box-sizing: border-box; | 
|  | } | 
|  |  | 
|  | section#landing p { | 
|  | font-size: 1.3em; | 
|  | padding-top: 20px; | 
|  | text-align: center; | 
|  | } | 
|  |  | 
|  | div#all div#content { | 
|  | padding-bottom: 3em; | 
|  | } | 
|  |  | 
|  | div#landing-vp { | 
|  | min-height: 100vh; | 
|  | } | 
|  |  | 
|  | /* prevents that the anchor is positioned behind the menu bar */ | 
|  | :target:before { | 
|  | content: ""; | 
|  | display: block; | 
|  | height: 80px; | 
|  | margin: -80px 0 0; | 
|  | } | 
|  |  | 
|  | #navbar .logo { | 
|  | height: 46px; | 
|  | } | 
|  |  | 
|  | /* Change font size to Bootstrap 4 defaults, which are similar to the values in theme "learn" (used for the documentation). */ | 
|  | html { | 
|  | font-size: 1rem; | 
|  | } | 
|  |  | 
|  | body { | 
|  | font-size: 1rem; | 
|  | line-height: 1.5; | 
|  | } | 
|  |  | 
|  | body p { | 
|  | margin-top: 0; | 
|  | margin-bottom: 1rem; | 
|  | } | 
|  |  | 
|  | h1 { | 
|  | font-size: 2.5rem; | 
|  | } | 
|  |  | 
|  | h2 { | 
|  | font-size: 2rem; | 
|  | } | 
|  |  | 
|  | h3 { | 
|  | font-size: 1.75rem; | 
|  | } | 
|  |  | 
|  | h4 { | 
|  | font-size: 1.5rem; | 
|  | } | 
|  |  | 
|  | h5 { | 
|  | font-size: 1.25rem; | 
|  | } | 
|  |  | 
|  | h6 { | 
|  | font-size: 1rem; | 
|  | } | 
|  |  | 
|  | pre { | 
|  | font-size: 0.9rem; | 
|  | } | 
|  |  | 
|  | /*Dropdown menu*/ | 
|  | .navbar ul.dropdown-menu li a { | 
|  | font-size: 0.9rem; | 
|  | } | 
|  |  | 
|  | .eclipsefdn-adopters ul { | 
|  | list-style: none; | 
|  | padding-left: 0; | 
|  | } | 
|  |  | 
|  | .eclipsefdn-adopters ul li { | 
|  | display: inline-block; | 
|  | padding: 2%; | 
|  | width: 50%; | 
|  | text-align: center; | 
|  | } | 
|  |  | 
|  | .eclipsefdn-adopters ul li a img { | 
|  | width: 80%; | 
|  | } |