@charset "UTF-8";
.language-toggle { box-sizing: border-box; transition: 400ms cubic-bezier(0, 0, 0, 1); width: 70px; }

.language-toggle a { text-decoration: none; }

.language-toggle .label-en:before { content: attr(data-lang); position: relative; top: 9px; left: 10px; }

.language-toggle .label-el:before { content: attr(data-lang); position: relative; top: -13px; right: -50px; }

.language-toggle.unclickable { background-color: #ddd; }

.language-switch { background: #fff; border-radius: 100%; height: 22px; top: 8px; position: relative; left: 8px; width: 22px; z-index: 2; transition: left 400ms cubic-bezier(0, 0, 0, 1); }

.language-switch.on { left: 40px; }

.language-toggle .labels { position: absolute; z-index: 10; color: #fff; font-family: 'Roboto'; font-size: 14px; font-weight: regular; }

.bg-papaya { background-color: #f98e1d; }

.blog-body p { font-size: large; }

.scrollable { overflow-y: auto; }

.profile-img-container { position: relative; display: inline-block; /* added */ overflow: hidden; /* added */ }

.img-container-enlargeable, .video-container-enlargeable { position: relative; display: inline-block; }

.img-container-enlargeable::before, .video-container-enlargeable::before { z-index: 5; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0 auto; color: white; font-family: 'FontAwesome'; font-size: 50px !important; background-color: rgba(23, 35, 34, 0.75); border-radius: 50%; transition: width .3s, height .3s, padding .3s; }

.img-container-enlargeable::before { content: "+"; padding: 0 23px; }

.video-container-enlargeable::before { content: "▶"; padding: 13px 18px 0px 24px; }

.video-container-enlargeable:hover::before { cursor: pointer; }

.img-container-enlargeable:hover::before { width: 100%; height: 100%; cursor: pointer; border-radius: 0%; margin: 0 auto; padding: 47px 66px; }

.bg-gradient-papaya { background-image: linear-gradient(#fb5607, #f98e1d); }

.bg-image-height { background-size: auto 100%; background-position: center; background-repeat: no-repeat; }

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