html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25em;
	background-color: #FFF9F5;
	color: #163349;
	margin-right: auto;
  	margin-left: auto;
  	padding-bottom: 5%;
}

#nav-bar{
    position: relative;
    display: flex;
    flex-direction: row;
    top: 5%;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 5rem;
    max-width: 1000px;
    align-items: center;
    justify-content: space-between;
}


.container-foot {
    position: relative;
    width: 50%;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 10em;
}

.h1{
    font-size: 1.7rem;
    font-weight: 700;
    color: #E07261;
    padding-bottom: 0.5em;
}

.big-text{
    font-size: 1.7rem;
    font-weight: 500;
    color: #163349;
    padding-bottom: 2em;
}

.landing-text{
    font-size: 1rem;
    font-weight: 400;
    color: #163349;
    padding-bottom: 3%;
    max-width: 1000px;
}

.bottom-text{
    font-size: 0.8rem;
    font-weight: 400;
    color: #163349;
    
}

.footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2em;
    margin: 0 auto;
    padding-bottom: 2em;
    width: 50%;
    max-width: 1000px;
}

.footer #logo{
    width: 45%;
}

.menu {
    display: flex;
    flex-direction: row;
    margin-right: auto;
}

.menu-item {
    color: #163349;
    padding-left: 30px;
    text-decoration: none;
    position: relative;
    font-size: 0.7em;
}

.menu-item:hover {
    color: #E07261;
    text-decoration: underline;
}

#logo{
	text-decoration: none;
	position: relative;
	color: #E07261;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
    padding-right: 1em;

}

.container {
	position: relative;
	display: flex;
	padding-top: 5%;
	padding-bottom: 10%;
	width: 50%;
	margin: 0 auto;
    max-width: 1000px;
}

.about-container {
    position: relative;
    padding-top: 5%;
    width: 50%;
    margin: 0 auto;
    max-width: 1000px;
}

.about {
	position: relative;
	display: flex;
}

#landing {
	align-content: center;
}

.left-column {
	max-width: 58%;
}
.right-column {
    padding-left: 3em;
    max-width: 65%;
}

.about-text {
    font-size: 0.85em;
}

.me {
  visibility: hidden;
  padding-top: 0.2em;
}

#hover-text:hover ~ .me {
  visibility: visible; 

}


.link {
	color: #E07261;
	text-decoration: none;
}

.pink {
    color: #E07261;
    text-decoration: none;
}


.link:hover {
	text-decoration: underline;
}


/* Hide the tooltip content by default */

[data-tooltip]:hover:after {
    opacity: 1;
    visibility: visible;
    left: 0;
    max-width: 200px;
    width: 100%;
}

[data-tooltip]:after {
    content: attr(data-tooltip);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    color: #FFF9F5;
    background-color: #E07261;
    font-size:.8em;
    padding: 1px 5px 2px 5px;
    bottom: 2em;
    white-space: nowrap;
    text-align: center;
    transition: width 0.2s ease 0s, left 0.2s ease 0s;
  	width: 0;
  	left: 50%;
}

[data-tooltip] {
	color: #E07261;
	text-decoration: none;
	position: relative;
}

.heading{
    font-size: 1em;
    font-weight: 700;
}

.small-heading{
	font-size: 0.6em;
	font-weight: 700;
}

.small-text{
	font-size: 0.7em;
}


.material-icons{
    font-family: 'Material Icons';
    color: #E07261;
    position: relative;
    top: 5em;
    left: 50%;
    margin-top: 1rem;
    animation: bobble 1s infinite alternate;
    justify-content: center;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    padding-bottom: 15rem;
}

@keyframes bobble{
    0% { 
    transform: translateY(0); 
    }

    100% {
        transform: translateY(-1em);
    }
}

#work-grid {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 3rem;
	width: 50%;
    max-width: 1000px;
}

.item {
	justify-content: left;
	width: 100%;
	height: 10%;
	padding-bottom: 5%;

}

.project:hover {
	transform: scale(1.05);
	transition-duration: 0.2s;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    padding: 10px 5px 10px 10px;
    border-radius: 10px;*/
}


.title {
	font-size: 1.8em;
	font-weight: 500;
	color: #E07261;
	text-decoration: none;
}

.proj-title{
    font-size: 1.8em;
    font-weight: 500;
    color: #E07261;
    text-decoration: none;
}

.proj-title:hover{
    font-size: 1.8em;
    font-weight: 500;
    color: #FFF9F5;
    text-decoration: none;
    box-shadow: inset 0 -50px 0 0 #E07261;
    transition: 0.3s ease;
}

.project {
	padding-bottom: 20px;
	display: flex;
	align-content: center;
}

.proj-info {
	width: 100%;
}

.proj-img {
	max-width: 50%;
	padding-right: 8%;
	padding-top: 1%;
}

img {
	max-width: 300px;
}

.view-all {
    position: relative;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    font-weight: 500;
    color: #E07261;
}

hr {
    width: 50%;
    background-color: #E07261;
    height: 2px;
    border-style: none;
    max-width: 80%;
}


@media only screen and (max-width: 1440px) {

    .about {
        flex-direction: row;
        width: 100%;
    }

    .container {
        width: 60%;
        padding-bottom: 0px;
    }

    .container-foot {
        position: relative;
        width: 60%;
        margin: 0 auto;
    }
    .about-container {
        width: 60%;
        padding-bottom: 0px;
    }

    .big-text{
        font-size: 1.2em;
    }

    .title {
        font-size: 1.2em;
        font-weight: 500;
        color: #E07261;
        text-decoration: none;

    }

    .proj-title{
        font-size: 1.2em;
        font-weight: 500;
        color: #E07261;
        text-decoration: none;
    }

    .text{
        font-size: 1em;
    }


    .right-column {
        padding-left: 5rem;
        padding-bottom: 10%;
        width: 100%;
        max-width: 100%;
    }

    .left-column {
        padding-bottom: 10%;
        width: 100%;
        max-width: 30%;
    }

    .project {
        flex-direction: row;
    }

    .proj-info {
        width: 65%;
    }

    #work-grid{
        width: 60%;
    }

    img {
        max-width: 350px;
    }

    #nav-bar {
        position: relative;
        display: flex;
        flex-direction: row; 
        width: 60%;
        margin: 0 auto;
        
    }

    hr {
        width: 80%;
        background-color: #E07261;
        height: 2px;
        border-style: none;
    }

    #logo{
        padding-bottom: 0.2em;
        }

    .menu-item {
        color: #163349;
        padding-left: 0px;
        padding-right: 30px;
        text-decoration: none;
        position: relative;
        font-size: 0.7em;
    }

}



@media only screen and (max-width: 1024px) {

    .about {
        flex-direction: column-reverse;
        width: 80%;
    }

    .container {
        width: 80%;
        padding-bottom: 0px;
    }

    .container-foot {
        position: relative;
        width: 80%;
        margin: 0 auto;
        max-width: 800px;
        padding-top: 8em;
        padding-bottom: 0;
    }

    .about-container {
        width: 80%;
        padding-bottom: 0px;
    }

    .big-text{
        font-size: 1em;
    }

    .text{
        font-size: 0.8em;
    }

    .right-column {
        padding-left: 0;
        padding-bottom: 20%;
        width: 100%;
        max-width: 100%;
    }

    .left-column {
        padding-bottom: 25%;
        width: 100%;
        max-width: 100%;
    }

    .project {
        flex-direction: row;
    }

    .proj-info{
        width: 85%;
    }

    #work-grid{
        width: 80%;
    }

    #nav-bar {
        position: relative;
        display: flex;
        width: 80%;
        margin: 0 auto;
        
    }

    .menu {
        text-align: center;
        margin-right: 0;
    }


    .footer{
        display: flex;
        flex-direction: row;
        padding-top: 2em;
        margin: 0 auto;
        padding-bottom: 2em;
        width: 80%;
    }

    hr {
        width: 80%;
        background-color: #E07261;
        height: 2px;
        border-style: none;
    }

    img {
        max-width: 300px;
    }

    #logo{
        padding-bottom: 0.2em;
    }

    .menu-item {
        color: #163349;
        padding-left: 0px;
        padding-right: 30px;
        text-decoration: none;
        position: relative;
        font-size: 0.7em;
    }

}


@media only screen and (max-width: 700px) {
    #logo{
        padding-bottom: 0.2em;
        font-size: 0.5em;
    }

    .menu {
        text-align: center;
        margin-right: 0;
        font-size: 0.5em;
        padding-top: 1em;
    }

    .project {
        flex-direction: column;
    }

    .view-all {
        padding-top: 3rem;
    }

    .container-foot {
        padding-top: 5rem;
        padding-bottom: 0;
    }
}

