/*
.main-name {
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto Mono', monospace;
    font-family: 'Sacramento', cursive;
}*/
body {
    color: #40514E;
    margin: 0;
    text-align: center;
    height: 100vh;
}


a {
    color: #11999E;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    color: black;
}


h1 {
    color: #70af85;
    margin-top: 0;
    margin: 3%;
    /* 16px = 100% = 1em */
    font-size: 4.375rem;
    font-family: 'Roboto Mono', monospace;

}

h2 {
    color: #4e8d7c;
    font-size: 1.875em;
    font-family: 'Raleway', sans-serif;

}

h3 {
    font-size: 30px;
    color: #4e8d7c;
    font-family: 'Raleway', sans-serif;

}

p {
    line-height: 2;
}

hr {
    border: dotted #cafbeb 6px;
    border-bottom: none;
    width: 5%;
    margin: 70px auto;
}

.top-container {
    background-color: #cafbeb;
    position: relative;
    padding-top: 100px;

}

.middle-container {}

.bottom-container {
    margin-top: 30px;
    background-color: #cafbeb;
    padding: 50px 0 16px;
}

.front-p {
    width: 40%;
    margin: auto;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.profile {
    margin-left: 100px;
    margin-right: 100px;
    margin: 40px;
    margin-bottom: 70px;
}

.profile-pic {
    height: 200px;
    width: 200px;
}

.skill-row {
    width: 50%;
    margin: 70px 25% 100px 25%;
    text-align: left;
    padding: 20px;
}

.skill-img1 {
    height: 25%;
    width: 25%;
    float: left;
    margin: 20px;

}

.skill-img2 {
    height: 25%;
    width: 25%;
    float: right;
    padding: 20px;

}

.skills-p {
    width: 70%;
    margin: auto;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}


.bottom-cloud {
    position: absolute;
    left: 200px;
    height: 10%;
    width: 15%;
}

.top-cloud {
    position: absolute;
    right: 300px;
    top: 50px;
    height: 10%;
    width: 15%;
}

.mountain-img {
    margin-top: 10px;
    height: 45%;
    width: 45%;
}

.skills-h3 {
    color: #6b936e;
    font-family: 'Raleway', sans-serif;
    margin-left: 15%;
}

.contacts-p {
    width: 30%;
    margin: auto;
    margin-bottom: 60px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.footer-p {
    width: 40%;
    margin: auto;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.footer-link {
    padding: 10px;
}

.btn {
    background: #cafbeb;
    background-image: -webkit-linear-gradient(top, #cafbeb, #4e8d7c);
    background-image: -moz-linear-gradient(top, #cafbeb, #4e8d7c);
    background-image: -ms-linear-gradient(top, #cafbeb, #4e8d7c);
    background-image: -o-linear-gradient(top, #cafbeb, #4e8d7c);
    background-image: linear-gradient(to bottom, #cafbeb, #4e8d7c);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #cafbeb;
    color: white;
    background-image: -webkit-linear-gradient(top, #cafbeb, #40514E);
    background-image: -moz-linear-gradient(top, #cafbeb, #40514E);
    background-image: -ms-linear-gradient(top, #cafbeb, #40514E);
    background-image: -o-linear-gradient(top, #cafbeb, #40514E);
    background-image: linear-gradient(to bottom, #cafbeb, #40514E);
    text-decoration: none;
}

.mlproject {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: 50px;
}

.webproject {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 50px;
}

.card {
    /*    max-width: 300px;*/
    /*
    position: relative;
    left: 10%;
*/
    margin: 50px auto;
    /*    margin-left: 80px;*/
    transform: scale(0.9);
    /*    display: grid;*/
    /*    grid-template-columns: 300px;*/
    grid-template-rows: 210px 210px 80px;
    /*    grid-template-areas: "image""text""stats";*/
    font-family: 'Roboto', sans-serif;
    border-radius: 15px;
    background: white;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.9);
    text-align: center;
    width: 80%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-text {
    /*    grid-area: text;*/
    margin: 25px;
}

.card-text .date {
    color: hotpink;
    font-size: 13px;
}

.card-text h2 {
    margin-top: 3px;

    font-size: 30px;
}

.card-text p {
    color: gray;
    font-size: 15;
    font-weight: 300;
}

.card-stats {
    vertical-align: bottom;
    height: 120px;
    /*    grid-area: stats;*/
    background-color: #cafbeb;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card-stats .card-stats-link {
    font-size: 25px;
    padding-top: 35px;
    justify-content: center;
    /*    margin-top: 30px;*/
}

.card:hover {
    transform: scale(0.95);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
}

.card-image1 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml1.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-image2 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml2.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-image3 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml3.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-image4 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml4.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-image5 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml5.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-image6 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml6.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-image7 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml7.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-image8 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml8.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-image9 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgml9.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-web-image1 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgweb1.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-web-image2 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgweb2.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-web-image3 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgweb3.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-web-image4 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgweb4.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.card-web-image5 {
    /*    grid-area: image;*/
    height: 300px;
    background: url('../img/imgweb5.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}


.navbar {
    color: black;
    position: fixed;
    left: 0%;
    top: 22%;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 5px;
    width: 200px;
    box-shadow: 2px 5px 5px #5f5e5e;
    background-color: #a6f0c6;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;

}

.navbar a {
    color: black;

}

.navbar:hover {
    box-shadow: 2px 5px 5px #999898;
    transform: scale(1.20);
    transition: 0.3s ease;
}

.navbar a:hover {
    color: white;
}


