@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.intro {
    height: 100%;
    width: 100%;
    margin: auto;
    background: url('img/desk-bg2.jpg') no-repeat 50% 50%;
    display: table;
    top: 0;
    background-size: cover;
}

.intro .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: none;
}

.content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.mypicx {
    width: 150px;
    height: 150px;
    background-image: url('img/dharmy.jpg');
    margin: 0 auto;
    border-radius: 150px 150px 150px 0px;
    margin-bottom: 10%;
}
.hey {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-weight: 100;
    color: #fc0f22;
    
}

h1 {
    font-family: 'Raleway', Open Sans;
    color: #FFFFFF;
    text-shadow: 0px 0px 500px #000;
    font-size: 500%;
}

h3 {
    font-family: 'Poiret One', Open Sans;
    color: #FFFFFF;
    text-shadow: 0px 0px 800px #000;
    font-size: 300%;
    margin-bottom: 10%;
}

.btn {
    border-radius: 10px;
    font-family: 'Oswald', Open Sans;
    color: #fc0f22;
    font-size: 145%;
    padding: 10px 20px;
    border: solid #fc0f22 4px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn:hover {
    color: #ffffff;
    border: solid #ffffff 4px;
}

.aboutme,
.myhobbies,
.contactme,
.talktome {
    color: #FFFFFF;
    background: #262626;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.myhobbies-content,
.aboutme-content {
    margin: 0 auto;
    font-size: 200%;
    font-weight: 500;
    font-family: 'Poiret One', Open Sans;
    text-align: justify;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.75;
}

.contactme-content {
    margin: 0 auto;
    font-size: 200%;
    font-weight: 500;
    font-family: 'Poiret One', Open Sans;
    text-align: center;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.75;
}

.form-box {
    background-image: url('img/desk-bg5.jpg');
}

.form-content-box {
    margin: 0 auto;
    font-family: 'Poiret One', Open Sans;
    font-weight: 600;
    text-align: justify;
    width: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.75;
}

.fname,
.emailadd,
.messaze {
    font-size: 200%;
    margin-bottom: 20%;
    color: #FFFFFF;
}

input[type=text] {
    width: 100%;
    height: 45px;
    color: #262626;
    background-color: #edf2f7;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 100%;
    font-family: inherit;
    border-radius: 5px;
    border: 0 solid #e2e8f0;
}

#message-input {
    width: 100%;
    background-color: #edf2f7;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
    border-radius: 6px 6px 0px 6px;
}

.send {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    text-transform: uppercase;
    background: #58555a;
    border: #58555a;
    color: #ffffff;
    cursor: pointer;
}

.send:hover {
    background: #cdcdca;
    color: #2c2325;
    border: #2c2325;
}

#footer-items {
    width: 100%;
    margin: 0 auto;
}

.footer-contents {
    text-align: center;
    margin: 20px;
    font-family: 'Poiret One', Open Sans;
    font-weight: 700;
}
.footer {
    font-size: 100%;
}
.facebook,
.twitter,
.instagram,
.linkedin,
.github,
.envelope {
    color: #58555a;
    font-size: 30px;
}

.facebook:hover,
.twitter:hover,
.instagram:hover,
.linkedin:hover,
.github:hover,
.envelope:hover {
    color: #2c2325;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 250%;
    }
    h3 {
        font-size: 150%;
    }

    .btn {
        font-size: 100%;
        padding: 7px 15px;
    }

    .myhobbies-content,
    .aboutme-content {
        font-size: 100%;
        line-height: 1.5;
        width: 85%;
    }

    .contactme-content {
        font-size: 100%;
        line-height: 1.5;
        width: 85%;
    }

    .form-content-box {
        width: 85%;
    }
    .fname,
    .emailadd,
    .messaze {
    font-size: 100%;
    margin-bottom: 15%;
    }
    .footer {
        font-size: 40%;
        width: 100%;
        margin-top: 20px;
    }
}