| .header-eclipseide { |
| background-image: url('/eclipseide/20anniversary/images/banner-anniversary.jpg'); |
| background-position: top; |
| background-size: cover; |
| } |
| |
| .featured-jumbotron .jumbotron-title { |
| margin: 70px 0 50px; |
| font-size: 35px; |
| } |
| |
| .featured-jumbotron .jumbotron-title:after { |
| border: none; |
| } |
| |
| .anniversary-container { |
| display: flex; |
| align-items: center; |
| margin: 25px 0; |
| } |
| |
| .anniversary-title { |
| font-weight: 500; |
| margin-bottom: 40px; |
| } |
| |
| .anniversary-container a { |
| margin: 20px 0; |
| font-size: 20px; |
| font-weight: 500; |
| color: black; |
| } |
| |
| .anniversary-resources-container { |
| flex-direction: column; |
| align-items: center; |
| justify-content: space-between; |
| } |
| |
| .anniversary-img-container { |
| display: flex; |
| flex-direction: column; |
| align-items: center; |
| } |
| |
| .anniversary-img-wrapper { |
| height: 135px; |
| display: flex; |
| align-items: center; |
| } |
| |
| .anniversary-img-wrapper img { |
| max-width: 100%; |
| max-height: 100%; |
| } |
| |
| .grey-row { |
| position: relative; |
| } |
| |
| .left-background-color, |
| .right-background-color { |
| background-color: #d6d2d2; |
| position: absolute; |
| width: 50vw; |
| top: 0; |
| bottom: 0; |
| z-index: -10; |
| } |
| |
| .right-background-color { |
| background-color: #ededed; |
| right: 0; |
| width: 100vw; |
| } |
| |
| .anniversary-video-container { |
| flex-direction: column; |
| } |
| |
| .section-home-dt.column { |
| width: 100%; |
| } |
| |
| .anniversary-video { |
| width: 100%; |
| min-width: 400px; |
| margin: 15px 0; |
| } |
| |
| @media screen and (min-width: 768px) { |
| .anniversary-resources-container { |
| flex-direction: row; |
| } |
| |
| .featured-jumbotron .jumbotron-title { |
| font-size: 50px; |
| } |
| } |
| |
| @media (min-width: 900px) { |
| /* Comment out for now as we don't have the 2nd video yet |
| .right-background-color { |
| width: calc(50vw - 10px); |
| } */ |
| .anniversary-video-container { |
| flex-direction: row; |
| } |
| |
| .section-home-dt.column { |
| flex: 1; |
| } |
| .section-home-dt.column:first-child { |
| margin: 0 55px; |
| } |
| .section-home-dt.column:last-child { |
| margin-left: 80px; |
| } |
| } |