    /* @import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Roboto|Roboto+Mono|Open+Sans'); */

    @import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500&display=swap&subset=latin-ext');
    /* @import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,500&display=swap'); */

    @import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,500|Roboto:300,400,500&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
    /* Start CSS Variables */

    :root {
        /* --maincolor: #212121; */
        --maincolor: #F5F5F5;
        --indigo: #FFD600;
        --white: #FFFFFF;
        --gray: #FAFAFA;
        --minheight: 650px;
        --yellow: #FFFF00;
        --facebook: #3b5998;
        --twitter: #1da1f2;
        --snapchat: #fffc00;
        --email: #000000;
        --github: #333;
        --pgp: #002171;
    }

    /* End CSS Variables */

    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

    .workImg {
        text-align: center;
        max-width: 100%;
        width: 100%;
        height: 400px;
    }

    html, body {
        /* font-size: 100%; */
        height: 100%;
        background-color: var(--maincolor);
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Noto Sans JP', sans-serif;
        font-variant: Light;
        font-weight: 300;
        line-height: 1.0em;
        color: black;
    }

    p, span {
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 3em;
        font-size: 18px;
        color: black;
    }

    span[id="cy"] {
        font-weight: 500;
    }

    i {
        color: white;
    }

    img[class="portrait"] {
        border-radius: 50%;
        /* border-style: solid; */
        /* border-color: #9E9E9E; */
        /* border-width: 2px; */
        margin-left: auto;
        margin-right: auto;
        display: block;
        box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.20);
    }

    div {
        margin: 0px;
        border: 0px;
        padding: 0px;
        /* background-color: var(--maincolor); */
        /* background: #0F2027;  /* fallback for old browsers */
        /* background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
        /* background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        /* background-color: black; */
    }

    /**************************** Links ****************************/

    #name {
        text-align: center;
    }

    .resNav {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        justify-items: center;
        background-color: #212121;
        overflow: hidden;
        /* padding: 15px; */
        /* padding-bottom: 2px; */
        /* border-bottom: 20px; */
    }

    .resNav a {
        /* letter-spacing: 0.1em; */
        /* font-family: "Raleway", "sans-serif";
  font-variant: Regular;
  font-weight: 400; */
        font-size: 0.75em;
        /* border-bottom: 3px solid red; */
        padding-top: 20px;
        display: block;
        padding-bottom: 20px;
    }

    .resNav a:link {
        text-decoration: none;
        font-family: 'Noto Sans JP', sans-serif;
        color: var(--white);
    }

    .resNav a:visited {
        text-decoration: none;
        color: var(--white);
    }

    .resNav a:hover {
        /* text-decoration: none; */
        /* color: var(#FFFF00); */
        border-bottom: 2px solid white;
    }

    .resNav a.active {
        /* text-decoration: none; */
        /* color: var(#FFFF00); */
        border-bottom: 2px solid white;
    }

    a {
        text-decoration: none;
        color: white;
    }

    a:link {
        text-decoration: none;
        color: white;
    }

    /**************************** End of Links ****************************/

    /* nav{
  background-color: var(--maincolor);
  margin: 0px;
  border: 0px;
  padding: 18px 18px;
  text-align: center;
}

nav[class="logo"]{
  background-color: var(--maincolor);
  margin: 0px;
  border: 0px;
  padding: 10px 0px;
  text-align: center;
}

ul{
  list-style: none;
}

li{
  display: inline;
  margin-right: 50px;
  font-family: 'Roboto', sans-serif;
  color: var(--white);
  /* border: 1px solid white; */

    /* padding: 5px; */

    /* } */

    /* padding: 20px;
  font-family: "Raleway", "sans-serif"; */

    /* .resNav a{
  margin-right: 10px;
}

.resNav a:hover {
  /* background-color: #ddd; */

    /* color: black; */

    /* } */

    /* .resNav a.active { */

    /* background-color: #4CAF50; */

    /* color: yellow; */

    /* } */

    /* .resNav .icon { */

    /* display: none; */

    /* } */

    /* @media screen and (max-width: 600px){
  a{
    font-size: 1em;
  }
} */

    /* Mobile navigation */

    /* @media screen and (max-width: 600px) {
  .resNav a:not(:first-child) {display: none;}
  .resNav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .resNav.responsive {position: relative;}
  .resNav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    /* color: white; */

    /* } */

    /* .resNav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} */

    /*  */

    /**************************** Home ****************************/

    /* .home-container{
  
  background-color: #eeeeee;
  color: white!important;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
} */

    div[class="h-container"] {
        padding-left: 200px;
        padding-right: 200px;
    }

    h3[id="h-text"] {
        line-height: 3em;
    }

    a[id="year"] {
        color: black;
    }

    div[class="home"] {
        background-color: var(--maincolor);
        padding-top: 200px;
        padding-left: 200px;
        padding-right: 200px;
        padding-bottom: 200px;
        margin: 0px;
        border: 0px;
        min-height: 600px;
        font-size: 1.3em;
    }

    h1[class="logo"] {
        font-family: 'Noto Sans JP', sans-serif;
        font-variant: Medium;
        font-weight: 500;
    }

    p[class="home"] {
        text-align: center;
        color: white;
    }

    h3[id="home"] {
        text-align: center;
        line-height: 50px;
    }

    /**************************** End of Home *************************/

    /**************************** Contact ****************************/

    .contact {
        background-color: #F5F5F5;
        padding: 20px 20px;
        border: 0px;
        min-height: 800px;
        text-align: center;
        font-size: 1em;
        word-wrap: break-word;
    }

    div[class="about"] {
        padding: 200px;
        min-height: 800px;
    }

    /************************** Responsive Web Design *******************************/

    @media only screen and (min-width: 1200px) {
        .contact {
            min-height: 1200px;
        }
        .img {
            height: auto;
        }
    }

    @media only screen and (min-width: 992px) {
        .contact {
            min-height: 900px;
        }
        .img {
            height: 200px;
            /* max-width: 100%; */
        }
    }

    @media only screen and (min-width: 600px) {
        div[class="home"] {
            padding-left: 400px;
            padding-right: 400px;
            font-size: 2em;
        }
        .resNav {
            font-size: 2.5em;
            padding-top: 20px;
            /* padding: 20px; */
        }
        .contact {
            min-height: 800px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .contact-container {
            width: auto;
            margin-left: 20px;
            font-size: 2em;
            margin-right: 20px;
        }
        .img {
            height: 200px;
        }
    }

    /* Extra small devices (phones, 600px and down) */

    @media only screen and (max-width: 600px) {
        .resNav {
            font-size: 1.5em;
        }
        div[class="home"] {
            padding-top: 50px;
            padding-left: 50px;
            padding-right: 50px;
            padding-bottom: 100px;
            font-size: 0.8em;
            min-height: 600px;
            margin-bottom: 20px;
        }
        img[class="portrait"] {
            width: 150;
            height: 150px;
        }
        .contact {
            padding: 10px;
            min-height: 600px;
        }
        .contact-container {
            margin-left: auto;
            margin-right: auto;
        }
        /* .img {
            height: 100px;
            width: 50px;
        } */
    }

    .contact-container {
        /* background: black!important; */
        /* color: white!important; */
        border-radius: 4px;
        border-color: #EEEEEE;
        border-width: medium;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.20);
    }

    /* @media (max-width: 576px) {
  .contact-container {
    width: auto;
  }
} */

    #github {
        background: #333;
        color: yellow!important;
    }

    #linkedin {
        background: #0e76a8;
        color: white;
    }

    #form {
        background: #1B5E20;
        color: white;
    }

    #twitter {
        background: #1DA1F2;
        color: white;
    }

    #email {
        background: var(--email)
    }

    #pgpkey {
        background: var(--pgp)
    }

    i.fas {
        color: white;
        margin-right: 10px;
    }

    /**************************** End of Contact ********************/

    footer {
        /* position: fixed; */
        bottom: 0;
        width: 100%;
    }

    div[class="footer"] {
        background-color: white;
        padding: 5px;
        margin: 0;
        border: 0;
        text-align: center;
    }

    #currentYear, #cy {
        font-size: 1em;
        color: black;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
    }

    h1[class="hero"] {
        color: black;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 0.05em;
        line-height: 50px;
        text-align: center;
    }

    /**************************** Work ****************************/

    div[class="description"] {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }

    .work {
        background-color: #F5F5F5;
        padding: 20px 20px;
        overflow: hidden;
        margin-bottom: 200px;
        border: 0px;
        font-size: 1em;
    }

    p[class="description"] {
        color: #616161;
    }

    /* div[class="odd"]{
  background-color: var(--maincolor);
  min-height: 700px;
  border: 20px;
  padding: 50px 50px;
}


div[class="even"]{
  background-color: white;
  min-height: 700px;
  border: 0px;
  padding: 50px 50px;
}


p[class="work"]{
  color: var(--maincolor)
}

p[id="bordered"]{
  border-style: solid;
  padding: 0px;
  margin: 10px;
  width: 10%;
  display: block;
}

p[class="title"]{
  font-size: 2em;
  color: white;
  text-align: center;
}

p[class="description"]{
  font-size: 1.5em;
  line-height: 3em;
  color: white;
  text-align: center;
}


p[class="source"]{
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: 20px;
}

h1[class="work"]{
  background-color: var(--maincolor);
  border: 0px;
  margin: 0px;
} */

    /**************************** End of Work **********************/

    /* Card */

    card {
        /* display: grid */
        position: relative;
        width: 700px;
        height: auto;
        overflow: hidden;
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
        float: center;
        background: white;
        /* border-top-color: ; */
        /* border-top-style: solid; */
        /* border-top-width: medium; */
        border-top: 5px solid #1A237E thick!important;
        border-color: #BDBDBD;
        border-style: solid;
        border-radius: 5px;
        border-width: thin;
        padding-top: 20px;
        margin-bottom: 40px;
        text-align: center;
        box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.20);
        margin-left: auto;
        margin-right: auto;
    }

    @media (max-width: 576px) {
        .card {
            width: auto;
            height: auto;
        }
        img {
            height: 250px;
        }
    }

    @media (max-width: 768px) {
        .card {
            width: auto;
            height: auto;
        }
    }

    @media (max-width: 992px) {
        .card {
            width: auto;
            height: auto;
        }

   



    }

    .lang {
        position: absolute;
        bottom: 0;
        /* left: 300px; */
        right: 0;
        height: 30px;
        /* left: 457px; */
        border-bottom-left-radius: 0px;
        border-top-left-radius: 15px;
        border-top: 3px;
        border-left: 3px;
        border-color: white;
        border-style: solid;
        background-color: black;
        color: white;
        width: fit-content;
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: thin;
        font-size: 1em;
    }

    .separator {
        margin-top: 20px;
        margin-bottom: 20px;
        border-style: solid;
    }

    .button {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }