body{
    margin: 0;
    line-height: normal;
}
.front-page-child {
  	position: absolute;
  	top: -176px;
  	left: 1027px;
  	background-color: #0c8375;
  	width: 210px;
  	height: 770px;
}
.front-page-item {
  	position: absolute;
  	top: 527px;
  	left: 187px;
  	background-color: #0c8375;
  	width: 266px;
  	height: 883px;
}
.front-page-inner {
  	position: absolute;
  	top: 92px;
  	left: -263px;
  	background-color: #a0ccbd;
  	width: 900px;
  	height: 70px;
}
.rectangle-div {
  	position: absolute;
  	top: 845px;
  	left: 1087px;
  	background-color: #a0ccbd;
  	width: 900px;
  	height: 70px;
}
.lynch {
  	position: absolute;
  	top: 561px;
  	left: 320px;
  	font-size: 18.8rem;
  	display: inline-block;
  	width: 615px;
  	height: 294px;
}
.dyaila {
  	position: absolute;
  	top: 191px;
  	left: 532px;
  	font-size: 18.8rem;
  	display: inline-block;
  	width: 705px;
  	height: 303px;
}
.navbar {
    background-color: #e6e2e0;
    font-family: 'Bebas Neue';
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
}

.navbar__item {
    width: 166px;
    height: 65px;
    flex-shrink: 0;
    height: 80px;
}

.navbar__links {
    color: #0E0E0E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    text-decoration: none;
    height: 100%;
    transition: all 0.3s ease;
}
.navbar__links:hover{
    color: #0C8375; 
    transition: all 0.3s ease;
}
/*
@media screen and (max-width: 960px) {
    .navbar__container{
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .navbar__menu{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position:absolute;
        top: -1000px;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: -1;
    }

    .navbar__menu.active {
        background: #ccc5c0;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 60vh;
        font-size: 1.6rem;
    }

    #navbar__logo {
        padding-left: 25px;    
    }

    .navbar__toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background:#0E0E0E;
    }

    .navbar__item {
        width: 100%;
    }

    .navbar__links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    #mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }

    .navbar__toggle .bar {
        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
*/
.about-me {
  	position: absolute;
  	top: 58px;
  	left: 130px;
  	display: inline-block;
  	width: 166px;
  	height: 65px;
}
.learning-outcomes {
  	position: absolute;
  	top: 58px;
  	left: 332px;
  	display: inline-block;
  	width: 333px;
  	height: 63px;
}
.projects {
  	position: absolute;
  	top: 58px;
  	left: 718px;
  	display: inline-block;
  	width: 164px;
  	height: 57px;
}
.creative-work {
  	position: absolute;
  	top: 58px;
  	left: 918px;
  	display: inline-block;
  	width: 252px;
  	height: 65px;
}
.contact {
  	position: absolute;
  	top: 58px;
  	left: 1206px;
  	display: inline-block;
  	width: 224px;
  	height: 57px;
}

/*.front-page {
    width: 100%;
  	position: relative;
  	background-color: #e6e2e0;
    height: 1024px;
  	overflow: hidden;
  	text-align: left;
  	font-size: 48px;
  	color: #0e0e0e;
  	font-family: 'Bebas Neue';
}*/

.front-page{
    background-color: #e6e2e0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    position: relative;
    text-align: center;
    overflow: hidden;
    font-family: 'Bebas Neue';
}