html, body { overflow-x: hidden; font-family: 'Roboto', sans-serif; }

a { text-decoration: none; }

.title { display: none; justify-content: space-between; align-items: center; font-family: 'Roboto', sans-serif; font-weight: 800; letter-spacing: 0; color: #ff5a00; }

/** Perfect Scrollbar */
.ps > .ps__rail-y, .ps > .ps__rail-y:hover, .ps > .ps__rail-y.ps--clicking { position: absolute; width: 14px; right: 6px; margin-bottom: 5px; border-radius: 7px; background-color: #FCCBAD; opacity: 0.6; }

.ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y.ps--clicking > .ps__thumb-y { position: absolute; width: 20px; right: -3px; border-radius: 100%; background-color: white; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45); transition: unset; }

.ps__rail-y.ps--clicking > .ps__thumb-y { background-color: #e6e6e6; }

/** MagicGrid posts */
.post, .post a { display: block; position: relative; width: 250px; }

.post { padding: 10px; border-style: solid; border-radius: 5px; background-color: white; border-color: #e6e6e6; border-width: 1px; }

.post .thumbnail, .post .mfp-image img { width: 100%; }

.post .video-platform { position: absolute; top: 10px; left: 10px; width: 52px; height: 52px; }

.post .fa-play { position: absolute; margin: 0; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 24pt; color: #eeeeeeee; }

.post p { font-family: 'Roboto', sans-serif; font-size: 12pt; font-weight: 300; text-align: justify; }

html { width: 100%; height: 100%; }

body { position: relative; display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 100%; height: 100%; background: #fffdf7; box-sizing: border-box; padding: 40px; }

header { position: relative; width: 100%; height: 15vh; background: #fef4e2; }

header img { position: absolute; top: 50%; left: 3%; transform: translateY(-50%); height: 45%; }

header .title { width: 820px; font-size: 20pt; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #FE9ABE; max-width: 60%; }

header::after { content: ""; position: absolute; bottom: 0; width: 100%; height: 4px; background: #F92A00; }

#projects { position: relative; display: flex; flex-direction: column; align-items: center; width: calc(90% + 30px); height: 70%; overflow: hidden; }

#projects .project { width: 820px; max-width: calc(95% - 50px); margin-bottom: 40px; }

#projects .project img { width: 100%; height: 100%; }

#back-btn { position: absolute; left: 0; bottom: 0; padding: inherit; }

#back-btn img { width: 25px; }

/*# sourceMappingURL=style.css.map */