html {
    font-size: 62.5%; }

body {
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    color: #09383E; }
body.dark-mode {
    background-color: #242424;
    color: #eee; }
body.dark-mode .landing-page-container {
    background-color: #242424; }
body.dark-mode .header,
body.dark-mode .social_link,
body.dark-mode .coords,
body.dark-mode .section,
body.dark-mode .content__wrapper,
body.dark-mode .project-item,
body.dark-mode .timeline__unit {
    color: #eee; }
body.dark-mode .section {
    background-color: #242424; }
body.dark-mode .section a {
    color: #80c0ff;
    text-decoration: underline;
    transition: color 0.3s ease; }
body.dark-mode .section a:hover {
    color: #aaddff; }
body.dark-mode .project-item {
    background-color: #191919;
    box-shadow: 0 2px 10px #191919; }
body.dark-mode .ellipses__outer--thin {
    border-color: #242424; }
body.dark-mode .ellipses__outer--thin:after {
    opacity: 0.3; }
body.dark-mode .ellipses__outer--thick {
    border-color: #eee transparent; }
body.dark-mode .ellipses__orbit {
    border-color: #eee; }
body.dark-mode .ellipses__orbit:before {
    background-color: #eee; }
body.dark-mode .timeline .timeline__unit {
    background-color: #eee;
    opacity: 0.4; }
body.dark-mode .timeline .timeline__unit:after {
    background-color: #ccc; }
body.dark-mode .timeline .timeline__unit.timeline__unit--active {
    opacity: 1; }
body.dark-mode .timeline .timeline__unit.timeline__unit--active:after {
    background-color: #eee;
    opacity: 0.4; }
body.dark-mode .menu-icon__line,
body.dark-mode .menu-icon__line:before,
body.dark-mode .menu-icon__line:after {
    background-color: #eee; }
body.dark-mode .social__icon a.social_link {
    color: #eee; }
body.dark-mode .coords {
    color: #ccc; }
body.dark-mode .theme-toggle__icon {
    background-color: #444; }
body.dark-mode .theme-toggle__icon:before {
    background-color: #ddd; }
body.dark-mode .theme-toggle__icon:after {
    background-color: #444; }
body.dark-mode .theme-toggle__checkbox:checked + .theme-toggle__label .theme-toggle__icon {
    background-color: #333; }
body.dark-mode .theme-toggle__checkbox:checked + .theme-toggle__label .theme-toggle__icon:before {
    background-color: #eee; }
body.dark-mode .theme-toggle__checkbox:checked + .theme-toggle__label .theme-toggle__icon:after {
    background-color: #333; }

h1 {
    font-size: 2.4rem; }

.container__item {
    margin: 0 auto 40px; }

.landing-page-container {
    width: 100%;
    min-height: 100%;
    height: 90rem;
    background: url("https://s29.postimg.org/vho8xb2pj/landing_bg.jpg") no-repeat bottom/cover;
    overflow: hidden;
    color: #09383E; }

.content__wrapper {
    max-width: 1200px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative; }

.header {
    width: 100%;
    height: 2rem;
    padding: 4.5rem 0;
    display: block; }
.header__item {
    position: relative;
    display: inline-block;
    float: left; }

.menu-icon {
    width: 2.5rem;
    height: 1.5rem;
    display: inline-block;
    cursor: pointer;
    padding: 1rem;
    box-sizing: content-box; }
.menu-icon__line {
    width: 1.5rem;
    height: 0.2rem;
    background-color: #0C383E;
    display: block;
    position: relative; }
.menu-icon__line:before, .menu-icon__line:after {
    content: '';
    width: 1.5rem;
    height: 0.2rem;
    background-color: #0C383E;
    display: inline-block;
    position: relative; }
.menu-icon__line:before {
    top: -0.6rem;
    left: 0.5rem; }
.menu-icon__line:after {
    top: -1.8rem; }

.heading {
    width: 90%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.7rem;
    margin: 0 auto;
    text-align: center; }

.social-container {
    width: 7.25rem;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    float: right; }
.social-container .social__icon {
    float: left;
    cursor: pointer; }
.social-container .social__icon--fb img {
    height: 2rem;
    margin: 0; }
.social-container--dr {
    margin-left: 0.5rem; }
.social-container--dr img {
    height: 2rem; }
.social-container--in {
    margin-left: 0.75rem; }
.social-container--in img {
    height: 2rem; }

.coords {
    font-size: 1rem;
    display: inline-block;
    transform: rotate(-90deg) translateY(50%);
    float: left;
    position: relative;
    top: 40%;
    letter-spacing: 0.2rem;
    left: -11.5rem;
    margin: 0; }

.ellipses-container {
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: 10.5rem; }
.ellipses-container .greeting {
    position: absolute;
    top: 45%;
    left: 55%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 4rem;
    font-size: 2.2rem;
    font-weight: 400;
    opacity: 0.5;
    text-align: center; }
.ellipses-container .greeting:after {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #0C383E;
    position: relative;
    top: -0.65rem;
    left: -5.05rem; }

.ellipses {
    border-radius: 50%;
    position: absolute;
    top: 0;
    border-style: solid; }
.ellipses__outer--thin {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-color: rgba(9, 56, 62, 0.1);
    animation: ellipsesOrbit 15s ease-in-out infinite; }
.ellipses__outer--thin:after {
    content: "";
    background: url("https://s29.postimg.org/5h0r4ftkn/ellipses_dial.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15; }
.ellipses__outer--thick {
    width: 99.5%;
    height: 99.5%;
    border-width: 2px;
    border-color: #09383E transparent;
    transform: rotate(-45deg);
    animation: ellipsesRotate 15s ease-in-out infinite; }
.ellipses__orbit {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 2px;
    border-color: #09383E;
    top: 5rem;
    right: 6.75rem; }
.ellipses__orbit:before {
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #09383E;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.scroller {
    width: 7.5rem;
    display: inline-block;
    float: right;
    position: fixed;
    top: 35%;
    left: 85%;
    transform: translateY(50%);
    overflow: hidden;
    height: 13rem; }
.scroller .page-title {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5rem;
    display: inline-block;
    float: left;
    margin-top: 1rem; }
.scroller .timeline {
    width: 1.5rem;
    height: 9rem;
    display: inline-block;
    float: right; }
.scroller .timeline .timeline__unit {
    position: relative;
    width: 100%;
    height: 0.1rem;
    margin-bottom: 3rem;
    opacity: 0.2;
    right: 3em;
    display: block;
    background-color: transparent; }
.scroller .timeline .timeline__unit--active {
    opacity: 1;
    background-color: #09383E; }
.scroller .timeline .timeline__unit--active:after {
    opacity: 0.2;
    background-color: #09383E; }
.scroller .timeline .timeline__unit:after {
    content: '';
    width: 70%;
    height: 0.1rem;
    display: block;
    position: relative;
    float: right;
    background-color: #0C383E;
    top: 1rem; }

.section {
    padding: 8rem 0;
    background-color: #fff;
    color: #09383E;
    text-align: center; }
.section h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem; }
.section p {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto 2rem; }

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-top: 3rem; }

.project-item {
    background-color: rgba(9, 56, 62, 0.05);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
.project-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem; }
.project-item p {
    font-size: 1.4rem; }

.timeline__unit--active {
    background-color: #09383E;
    opacity: 1; }
.timeline__unit--active:after {
    background-color: #09383E;
    opacity: 0.4; }

.social_link {
    text-decoration: none;
    color: #09383E; }

.no_dec {
    text-decoration: none;
    color: #09383E; }

body.dark-mode .no_dec {
    color: #eee !important;
    text-decoration: none !important; }

.no_point {
    list-style: none; }

.theme-toggle {
    display: inline-block;
    position: relative;
    width: 4rem;
    height: 2rem;
    cursor: pointer; }
.theme-toggle__checkbox {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0; }
.theme-toggle__checkbox:checked + .theme-toggle__label .theme-toggle__icon {
    background-color: #fff; }
.theme-toggle__checkbox:checked + .theme-toggle__label .theme-toggle__icon:before {
    transform: translateX(2rem);
    background-color: #242424; }
.theme-toggle__checkbox:checked + .theme-toggle__label .theme-toggle__icon:after {
    opacity: 1;
    transform: translateX(-1.5rem); }
.theme-toggle__label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer; }
.theme-toggle__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    background-color: #0C383E;
    transition: all 0.3s ease; }
.theme-toggle__icon:before, .theme-toggle__icon:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease; }
.theme-toggle__icon:before {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #fff;
    top: 0.2rem;
    left: 0.2rem; }
.theme-toggle__icon:after {
    width: 0.8rem;
    height: 0.8rem;
    background-color: #0C383E;
    top: 0.6rem;
    right: 0.5rem;
    opacity: 0; }

@keyframes ellipsesRotate {
    0% {
        transform: rotate(-45deg); }
    100% {
        transform: rotate(-405deg); } }
@keyframes ellipsesOrbit {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); } }
@keyframes ellipsesRotateReverse {
    0% {
        transform: rotate(-45deg); }
    100% {
        transform: rotate(315deg); } }
@keyframes ellipsesOrbitReverse {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(-360deg); } }

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