@keyframes NameAnimations{
    0% {
        opacity: 0.5;
        top:25%;
        font-size: 100%;
    }
    5% {
        opacity: 1;
        top:50%;
        font-size: 150%
    }
    25% {
        opacity: 1;
        top:50%;
        font-size: 150%
    }
    30% {
        opacity: 0.5;
        top:75%;
        font-size: 100%;
    }
    50% {
        opacity: 0.5;
        top:75%;
        font-size: 100%;
    }
    55% {
        opacity: 0;
        top:100%;
        font-size: 50%;
    }
    75% {
        opacity: 0;
        top:0;
        font-size: 50%;
    }
    80% {
        opacity:  0.5;
        top:25%;
        font-size: 100%;
    }
    100% {
        opacity: 0.5;
        top:25%;
        font-size: 100%;
    }
}

.hotbar_size{
    height: 10%;
}
#hotbar {
    position: fixed;
    background-color: black;
    width: 100%;
    z-index: 30;
    color: #FFFFFF;
    top: 0;
}
.hotbar_bttn {
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Open Sans";
    text-decoration: none;
    font-size: 150%;
    text-align: center;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    color: #FFFFFF;
}

#underline {
    background-color: #FFFFFF;
    width: 80px;
    height: 10px;
    top:calc(100% - 10px);
    position: absolute;
}

#selections {
    position: absolute;
    width: 60%;
    height: 75%;
    top: 10%;
    left: 40%;
}

#skillset_info_text{
    width: 65%;
    float: left;
    position: absolute;
    left: 30%;
    top: 0%;
    margin-left: 20px;
}

#hide_skillset_info{
    padding: 0;
    position: absolute;
    left: 97%;
    top: 5%;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    background: rgb(200,0,0);
    border: #850202 solid 2px;
}

.contact_name {
    width: 60%;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    position: relative;
    left:10%;
    height: 2em;
    font-family: "Comic Sans MS";
    background-color: #007bff;
    margin: 0;
    margin-left: 10%;
}
@font-face {
    font-family: "Open Sans";
    src: local("Open Sans"),
    url("./Fonts/OpenSans/OpenSans-Regular.ttf");
    font-weight: normal;
}

body {
    background-color: #eaebef;
    font-family: "Open Sans";
    margin: 0;
}

.title {
    /* offset-x | offset-y | blur-radius | color */
    box-shadow: 3px 1.5px 10px black;
    height: 100px;
    text-align: center;
    font-size: 300%;
    width: 75%;
    background-color: #FFFFFF;
    border-radius: 0% 0% 20% 0%;
}

#about {
    width: 100%;
}

#about_content {
    width: 80%;
}

#skillset_content {
    width: 90%;
}
#icons_hint{
    text-align: end;
    height: 2em;
    margin-right: 10px;
}
#about_content, #skillset_content {
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 10px 10px 20px 50px;
    box-shadow: 3px 1.5px 10px black;
    border-radius: 0% 0% 20% 0%;
}
#skillset_info{
    width: 90%;
    display: none;
}
#skillset_info_content {
    position: relative;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 10px 10px 20px 50px;
    box-shadow: 3px 1.5px 10px black;
    border-radius: 0% 0% 20% 0%;
    min-height: 220px;
}
#skillset {
    width: 100%;
    vertical-align: top;
    position: relative;
}
#divider{
    width:1px;
    height: 200px;
    background-color: black;
    float:left;
}
#skillset_info_img{
    height: 200px;
    float:left;
    margin-right: 20px;
}

#img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 25%;
    width: 50%;
    height: auto;
}

#bannar {
    width: 100%;
    height: auto;
    background-color: #007bff;
}

.code {
    display: inline-block;
    width: 300px;
    height: 150px;
    overflow: visible;
    text-align: center;
}

.code .code_img {
    z-index: 1;
    margin: 0;
    height: 75%;
    width: auto !important;
}

.code .code_text {
    margin: 0;
    opacity: 0;
    color: black;
}

#buffer {
    display:none;
    width: 150px;
    float: left;
    height: 150px;
}

#icons {
    position: relative;
    width: 100%;
    height: 300px;
}

.row {
    width: 100%;
    height: 150px;
}


.project_title {
    text-align: center;
}

.contact {
    height: calc(23% + 10px);
    background-color: #FFFFFF;
    width: 60%;
    margin-top: 20px;
    box-shadow: 3px 1.5px 10px black;
    border-radius: 0% 0% 20% 0%;
}

.contact_content {
    text-align: center;
    width: 80%;
}


.tiny_img{
    height: 1.5em;
    background: center,url(./Images/copy-regular.svg) no-repeat,white;
    background-size: contain;
    width: 1.5em;
}
.contact_title {
    text-align: center;
}

.contact_description {
    font-size: 90%;
    margin: 0;
    margin-left: 20%;
    width: 60%;
    text-align: center;
}


.contact_copy:hover {
    cursor: hand;
}


.contact_copy {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20%;
    height: 1.5em;
    width: 1.5em;
    padding: 1px;
    background-color: white;
}
.contact_detail{
    font-family: "Comic Sans MS";
    height: inherit;
    text-decoration: none;
    color:black;
    width: 100%;
    background-color: transparent;
    border: transparent;
}


.contact_copy_success {
    margin: 0;
    font-weight: bold;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
#portfolio_descript{
    padding: 1% 5% 1% 5%;
    background-color: #FFFFFF;
    width: 70%;
    margin-top: 20px;
    box-shadow: 3px 1.5px 10px black;
    border-radius: 0% 0% 20% 0%;
    display: -webkit-box;
}
.copy{
    width:100%;
}
#names{
    position: relative;
    height: 100%;
}
#my_names{
    height: 100%;
    position: relative;
}
#aka{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.name{
    font-size: 100%;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    left: 50px;
    top: 25%;
    opacity: 0;
    transform: translate(0,-50%);
    animation-name: NameAnimations;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}
#footer{
    width: calc(100% - 20px);
    background-color: black;
    margin-top: 25px;
    padding: 10px;
    position: relative;
}
#fontAwesomeCredit a{
    color: #5ab2ff;
}
#fontAwesomeCredit{
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    float: left;
    color: white;
    text-decoration: none;
}
#buyCoffee{
    text-align: right;
}
#becomePatreon{
    height: 55px;
    position: absolute;
    left: 68%;
    top: 10px;
}
.contact_td{
    position: relative;
    text-align: end;
    width:76%;
    height: inherit;
}
.contact_td span{
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.contact_img {
    max-height: 100%;
    max-width: 100%;
}
.contact_img_div {
    float: left;
    width:125px;
    height: 125px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.contact_container{
    height: 100%;
    display: flex;
}
.contact_img_centerize{
    width: 20%;
    height: 100%;
    position: relative;
}
