@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Titillium+Web&display=swap');

html {
    scroll-behavior: smooth;
}

.top {
    background-color: #19415C;
}

.navbartop {
    display: flex;
    height: 90px;
    justify-content: space-between;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
    border-bottom: 5px solid #cccccc;
}

.icon {
    display: flex;
    justify-content: center;
    margin-left: 50px;
}

.iconpic {
    height: 70px;
    width: 70px;
    margin: 20px;
}

.iconpic:hover {
    filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 1));
}

.rightsidetop {
    display: flex;
    padding-right: 75px;
}

.rightside {
    display: flex;
    width: 300px;
    justify-content: space-between;
}

.herobanner {
    display: flex;
    position: relative;
    height: 750px;
    box-sizing: border-box;
    transform: translate(0px, 300px);
    opacity: 0;
    transition: all 2s ease-in-out;
    /* border-bottom: 5px solid #cccccc; */
}

.herobannerslide {
    transform: translate(0px, 0px);
    opacity: 1;
}

.leftherobanner {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.profilepic {
    border: 5px solid #cccccc;
    width: 0px;
    height: 0px;
    background-image: url(https://res.cloudinary.com/dpggcudix/image/upload/v1594673961/14468470_10205441350272768_2286379399799910053_o_jyqoqc.jpg) ;
    background-size: cover;
    border-radius: 50%;
    transition: box-shadow 1s ease-in-out;
}

.slide {
    left: 200px;
    width: 400px;
    height: 400px;
    transition: 1s;
}

.rightherobanner {
    display: flex;
    width: 40%;
    align-items: center;
    transition: all 1s ease-in-out;
}

.profilepic:hover {
    box-shadow: 0px 0px 15px rgb(219,244,255,1);
}

.intro {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height:80px;
    color: white;
}

#name {
    font-size: 70px;
    font-family: 'Fjalla One', sans-serif;
}

.hamburgermenu {
    height: 0px;
    width: 100%;
    background-color: #dbf5ff;
    color: black;
    display: none;
    font-family: 'Titillium Web', sans-serif;
}

.hidden {
    height: 33.3%;
    padding-left: 50px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #cccccc;
}

.hamburgermenu > a {
    color: black;
    text-decoration: none;
}

.hidden:hover {
    background-color: #19415C;
    color: white;
    text-shadow: 0px 0px 7px rgb(219,244,255,1)
}

.desktopshowA, .desktopshowB, .desktopshowC {
    padding: 12px;
    transition: all 0.2s ease-in-out;
}

.rightside > a {
    color: white;
    text-decoration: none;
}

.desktopshowA:hover, .desktopshowB:hover, .desktopshowC:hover {
    border-radius: 100px;
    box-shadow: 0px 0px 15px rgb(219,244,255,1);
    background-color: #dbf5ff;
    transform: scale(1.1);
  }

.myinfo {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    height: 700px;
    background-color: #dbf5ff;
    color: black;
}

.myinfo > div {
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.iconslideup {
    transform: translate(0px, 0px);
    transition: all 1s ease-in-out;
    opacity: 1;
}

.myinfo > div:hover {
    background-color: #19415C;
    color: white;
}

.myinfoimage {
    padding: 30px;
    height: 250px;
    width: 250px;
    transform: translate(0px, 500px);
    opacity: 0;
}

.imageslideup {
    transform: translate(0px, 0px);
    transition: transform 2s ease-in-out;
    opacity: 1;
}

.myinfoheader {
    padding-top: 0px;
    font-size: 40px;
    font-family: 'Fjalla One', sans-serif;
    transform: translate(0px, 500px);
    opacity: 0;
}

.myinfoslideup {
    transform: translate(0px, 0px);
    transition: transform 2s ease-in-out;
    opacity: 1;
}

.myinfopara {
    height: 150px;
    font-size: 20px;
    padding: 0 100px 0 100px;
    font-family: 'Titillium Web', sans-serif;
    transform: translate(0px, 500px);
    opacity: 0;
}

.myinfoparaslide {
    transform: translate(0px, 0px);
    transition: transform 2s ease-in-out;
    opacity: 1;
}

.myinfobutton {
    height: 50px;
    width: 130px;
    border-radius: 10px;
    font-family: 'Titillium Web', sans-serif;
    background-color: #19415C;
    color: white;
    text-align: center;
    font-size: 25px;
    margin: 12px;
    transition: all 0.6s ease-in-out;
    transform: translate(0px, 500px);
    opacity: 0;
}

.myinfobuttonslide {
    transform: translate(0px, 0px);
    transition: transform 2s ease-in-out;
    opacity: 1;
}

.myinfobutton:hover {
    box-shadow: 0px 0px 15px rgb(219,244,255,1);
    transform: scale(1.1);
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.end {
    height: 700px;
    transform: translate(0px, 300px);
    opacity: 0;
}

.endslideup {
    transform: translate(0px, 0px);
    transition: all 1s ease-in-out;
    opacity: 1;
}

.connect {
    padding-top: 20px;
    height: 100px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-family: 'Fjalla One', sans-serif;
    background-color: #19415C;
    color: white;
    border-bottom: 5px solid #cccccc;
}

.connect > p > a {
    color: #cccccc;
}

#contacts {
    height: 400px;
    background-color: #dbf5ff;
    padding: 40px;
    text-align: center;
}

input {
    margin: 0.7em;
    font-family: 'Titillium Web', sans-serif;
    width: 60%;
    background-color: #f1fbff;
    border: 1px solid #cccccc;
}

textarea {
    margin: 0.7em;
    font-family: 'Titillium Web', sans-serif;
    width: 60%;
    overflow: scroll;
    resize: none;
    background-color: #f1fbff;
    border: 1px solid #cccccc;
}

.formbutton {
    height: 50px;
    width: 130px;
    border-radius: 10px;
    font-family: 'Titillium Web', sans-serif;
    background-color: #19415C;
    color: white;
    text-align: center;
    font-size: 25px;
    margin: 12px;
}
/* Code is from w3 school */
.fa-linkedin-square {
    color: #19415C;
    font-size: 60px;
    width: 100px;
    text-align: center;
    border-radius: 60px;
}

.fa:hover {
    opacity: 0.6;
}

.fa-github {
    color: #19415C;
    font-size: 60px;
    width: 100px;
    text-align: center;
    border-radius: 60px;
}

.githubandlinkedin {
    display: flex;
    justify-content: center;
    height: 120px;
    background-color: #dbf5ff;
}

.copyright {
    text-align: center;
    background-color: #19415C;
    padding-top: 25px;
    height: 80px;
    font-size: 20px;
    color: white;
    font-family: 'Fjalla One', sans-serif;
    border-top: 5px solid #cccccc;
}