/* home-title */ .home-title { margin: 20px 0; padding: 10px 5%; background: #bf1c11; box-shadow: 0 2px 2px rgba(0, 0, 0, .3); border-top: 10px solid #ab170c; h1 { margin-top: 0; color: #ffffff; border-color: #ffffff; } p { margin-bottom: 0; text-align: justify; color: #ffffff; } a { color: inherit; text-decoration: underline; } } /* pinned-content */ .home-pinned-content { & > div { display: flex; justify-content: space-between; } h2 { display: block; margin: 5px 0; font-size: 18px; font-family: NotoSans; font-weight: 200; line-height: 20px; } a { display: block; &:hover, &:focus { img { filter: blur(3px); } div { padding: 200px 5% 10px 5%; background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.7) 40px,rgba(0,0,0,.8)); } } } img { width: 100%; filter: blur(0px); } article { flex-grow: 1; margin: 0 1px; padding: 0; position: relative; max-width: 250px; overflow: hidden; div { position: absolute; bottom: 0; z-index: 3; width: 90%; margin: 0; padding: 30px 5% 10px 5%; color: #ffffff; text-shadow: 1px 1px 0 rgba(0,0,0,.6); background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.7) 40px,rgba(0,0,0,.8)); } } } /* home-articles */ .home-articles { display: flex; justify-content: space-between; & > div { flex-grow: 1; max-width: 48%; } h1 { display: flex; justify-content: space-between; align-items: center; a { padding: 0; font-family: NotoSans; font-size: 16px; font-weight: 400; color: /*#015078*/ /*#bf1c11*/ #234d5f; &:hover, &:focus { padding-right: 10px; } } } p { margin: 5px 0; text-align: justify; color: #808080; } article { padding: 10px; margin: 10px 0; display: flex; align-items: center; background: #ffffff; border: 1px solid rgba(0, 0, 0, .2); & > img { float: left; margin-right: 10px; flex-shrink: 0; &.screeshot { width: 128px; height: 64px; } } & > div { flex-shrink: 1; } h3 { margin: 0; color: #424242; font-weight: normal; } a:hover, a:focus { text-decoration: underline; } } .metadata { margin: 0; color: #22292c; a { color: #22292c; font-weight: 400; font-style: italic; } } }