/*
Colors:
black - #3c3c3c
red - #b10235

*/


/*-----------Temp-Construction-Styles----------*/

#wrapper{
    display: none;
}

/*-----------------------------------------*/
/*-----------BASIC-PAGE-SETUP--------------*/
/*-----------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    color: #3c3c3c; 
    font-family: 'Titillium Web', 'Arial',  sans-serif;
    font-weight: 300px;
    font-size: calc(10px + .5vw);
    text-rendering: optimizeLegibility;
    display:block;
}

.clearfix { zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#wrapper {
    height: 100%;
    width: 100%;
    transition: background-color 0.7s;
}

.mainColor { background-color: linear-gradient(to bottom right,#fff, #bfbfbf); }

.portfolioColor { background-color: #2f2f2f; }


/*-----------------------------------------*/
/*---------REUSABLE-COMPONENTS-------------*/
/*-----------------------------------------*/
h1 {font-weight: 400;}

h2 {font-weight: 300;}

.section-header {
    color: #fff;
    font-size: 300%;
    font-weight: 900;
    margin: 0 0 0 5%;
    animation-delay: 0.3s;
}

a {
    color: #b10235;
    text-decoration: none;
    transition: color 0.2s;
}
a:hover {
    color: #3c3c3c;
    text-decoration: underline;
}

section { 
    padding: 10px; 
    position: relative;
}

.page {
    height: 100vh;
    width: 100vw;
    max-width: 1600px;
    margin:0 auto; 
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link-btn {
    color: white;
    text-align: center;
    text-decoration: none;
    border: none;
    text-align:center;
    float: right;
    background-color: rgb(60, 60, 60);
    padding: 5px 5px;
    cursor: pointer;
    transition: opacity 0.3s;
    border-radius: 500px;
}

.disabled-btn,
.link-btn:hover {
    opacity: 0.7;
}

.disabled-btn { pointer-events: none;}

/*-----------------------------------------*/
/*--------------HEADER-SECTION-------------*/
/*-----------------------------------------*/

#logo {
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 95%;
    left: 85%;
    animation-delay: 1s;
    display: block;
}

.home-content {
    font-size: 180%;
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 60%;
    top: 50%;
    left: 20%;
    transform: translate(-20%, -50%);
    margin-left: 10%;
}

.home__info {
    flex: 0 0 auto;
}


.name { 
    margin-bottom: 2%;
    animation-delay: 0.3s;
}

.titles { 
    font-weight: 300;
    font-style: italic;
    margin-left: 20%;
    animation-delay: 0.5s;
}


/*------Navigation------*/

.main-nav {
    list-style: none;
    animation-delay: 0.5s;
    width:100%;
}

.main-nav li{
    float: left;
    margin: 5% 2% 5% 5%;
    cursor: default;
}

.main-nav li a{
    font-size:100%;
    color: #b10235;
    cursor: pointer;
}

/* Enable pointer interactions for nav items even if they use disabled-btn */
.main-nav .disabled-btn {
    pointer-events: auto;
}

.main-nav li a:hover {
    text-decoration: none;
    color:#3c3c3c;
}


/*--StickyNav--*/
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    background-color: rgba(255, 255, 255, 0.63);
    border-radius: 0 0 0 3px;
    box-shadow: 0 1px 1px #4a4a4a;
    z-index: 9999;
}

.sticky .main-nav { 
    margin-left: 2%;
    float: left;
}
.sticky .main-nav li a{
    font-size: 120%;
}

.sticky .main-nav--divider{
    display: none;
}

.current-page-nav{
    text-decoration: line-through;
    pointer-events: none;
    opacity: 0.5;
}

 /*----mobile nav------*/
.mobile-nav-icon{
    display: none;
    float: right;
    margin: 3% 5%;
    cursor: pointer;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #3c3c3c;
}

.contact {cursor:default;}

.contact .tooltip{
    visibility: hidden;
    font-size: 60%;
    width: 60%;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.contact:hover .tooltip {
  visibility: visible;
}


/*------Rotating-Text------*/
#circle-text { display: none; }

@keyframes animate
{
    0%
    {
        transform: rotate(360deg);
    }
    100%
    {
        transform: rotate(0deg);
    }
}


/*--------Social-Links-------*/

.social-links {
    animation-delay: 1s;
    margin-left: 20px;
}

.social-links li {
    list-style: none;
    display: inline-block;
    padding: 20px 10px;
    margin: 0 0;
}

.social-links li a { color: #3c3c3c; }

.social-links li a:link,
.social-links li a:visited{
    font-size: 300%;
}

.github-icon,
.linkedin-icon,
.google-icon,
.soundcloud-icon{
    transition: color 0.2s;
}

.github-icon:hover {
    color: #6e5494;
}

.google-icon:hover {
    color: #dd4b39;
}

.linkedin-icon:hover {
    color: #0077b5;
}

.soundcloud-icon:hover {
    color: #FE6D35;
}



/*-----------------------------------------*/
/*-------------PORTFOLIO-SECTION-----------*/
/*-----------------------------------------*/

#portfolio-section {
    position: relative;
    overflow: hidden;
}

/*-------Portfolio-Container---------*/
.portfolio {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    margin: 0 auto;
    animation-delay: .5s;
}

/*--------Portfolio-Boxes--------*/

.portfolio__entry {
    font-size: 80%;
    color: rgb(60, 60, 60);
    width: 80%;
    background-color: rgba(255, 255, 255, 0.63);
    border-radius: 5px;
    display: none;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    margin: 2% auto 1% auto;
    padding: 2% 0 1% 0;
    grid-row: 1;
}
.current_entry {
    display: grid;
}
.entry__img {
    text-align: center;
    grid-column: 1;
    grid-row: 1;
}
.entry__img img{
    border-radius: 5px;
    width: 60%;
}
.entry__description {
    grid-column: 2;
    grid-row: 1/2;
    font-size: 130%;
    padding-right: 4%;
}
.entry__description h3{
    font-size: 150%;
    text-align: center;
    margin-bottom: 4%;
}

.entry__links{
    grid-column: 1;
    grid-row: 2;
    text-align: center;
}
.entry__links ul{
    font-size: 110%;
    margin: 5% 0 0 5%;
}
.entry__links ul li {
    display: inline-block;
    margin-right: 7%;
}


/*--------portfolio-nav------*/
.portfolio__nav {
    display: block;
    grid-row: 2;
    position: relative;
    width: 80%;
    margin: 3% auto; 
    text-align: center;
}
.portfolio__nav_thumb{
    width: 20%;
    border-radius: 5px;
    margin-right: 8%;
    cursor: pointer;
    transition: border 0.2s;
}
.portfolio__nav_thumb:hover {
    border: 5px solid #b10235;
}
.portfolio__nav_selected,
.portfolio__nav_selected.portfolio__nav_thumb:hover {
    border: 5px solid white;
    cursor: none;
}

/*------portfolio-github------*/
.portfolio__more {
    margin: 0 auto;
}
.portfolio__more a {
    color: white;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
}
.portfolio__more a:hover {
    color: #b10235;
    padding: 2%;
    border-radius: 5px;
    background-color: white;
}

/*-----------------------------------------*/
/*---------------ABOUT-SECTION-------------*/
/*-----------------------------------------*/

.profile {
    width: 90%;
    display: flex;
    margin: 5% auto;
    padding-top: 5%
}

.profile__img {
    flex:0 1 20%;
    margin-bottom: 3%;
}
.profile__img img {
    width: 80%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    border:5px solid #3c3c3c;
    border-radius: 500px;
}

.profile__bio {
    flex: 0 1 45%;
    font-size: 110%;
    margin: 0 2% 0 1%;
    padding-right:3%;
    border-right:4px solid #3c3c3c;
    border-radius:3px;
}

h1 span {
    font-size: 45%;
}

.profile__links {
    text-align: center;
    margin-top: 20%;
}

.resume-btn {
    color: white;
    font-size: 110%;
    background-color: #3c3c3c;
    padding: 2% 6%;
    border-radius: 50px;
    transition: border .5s, color .5s;
}

.resume-btn:hover {
    background-color: white;
    border: 3px solid #3c3c3c;
    text-decoration: none;
}

#social-bottom {
    position: fixed;
    font-size: 70%;
    bottom: 0;
}

/*-----tag-cloud-----*/
.profile__skills{
    font-size: 150%;
    position: relative;
    flex: 0 1 25%;
}

#tags a{
    margin: 8%;
    font-size: 10px;
    text-decoration: none;
}

/*-----------------------------------------*/
/*--------------CONTACT-SECTION------------*/
/*-----------------------------------------*/
#contact-section {
    display: none;
    background-color: #2f2f2f;
    font-size: 200%;
}

.contact-section {
    margin: 0 auto;
    overflow:hidden;
    color:white;
    padding:10px;
    animation-delay: .5s;
}

.contact-container {
    display: grid;
    margin: 0 auto;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    margin: 0 auto;
}

.contact-form,
.contact-info {
    grid-row: 1;
    width: 48vw;
}

.contact-info {
    grid-column: 1;
}

.contact-info span {
    display: block;
    margin-left: 5%;
}

.contact-form{
    grid-column: 2;
}
