/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*--------------------------------- Navigation -------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#my_nav {
    height: 100%;
    width: 4rem;
    position: fixed;
    background-color: #171a1e;
    z-index: 2;
}

#my_nav #emblem {
    border-bottom: 0.05rem solid #0e0e0e;
}

#my_nav a {
    height: 5rem;
    width: 4rem;
    display: inline-block;
    padding-top: 1.5rem;
}

#my_nav a img {
    width: 3rem;
    display: block;
    margin: auto;
    opacity: 0.3;
    
}

#my_nav a img:hover {
    opacity: 1;
}

#nav_active {
    opacity: 1 !important;
}

#emblem img {
    opacity: 1 !important;
}

#hidden {
    display: none;
    position: absolute;
    border: 1px solid black;
    background-color: white;
    color: darkgray;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------- Header ---------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#header_container {
    /* might change background-color to background-image in the future
    background-image: url(Images/header/header_background_image.jpg);*/
    background-color: /*rgb(13,43,119)*/ #11c42f;
    height: 100%;
    color: #fff;
    padding: 1rem 1.6rem;
}

#header_container #header_title {
    padding-top: 1rem;
    padding-left: 1.6rem;
    margin-bottom: 1.8rem;
}

#header_card {
    background-color: rgba(31,31,33,0.8);
    color: #fff;
    margin-bottom: 1.4rem;
    border-radius: 0.5rem;
    padding: 0.8rem 1.5rem;
    text-align: center;
    font-size: 18px;
}

#header_card p {
    opacity: 1;
}

#header_card a:hover {
    color: lightblue;
}

#header_card img {
    margin-top: 1.5em;
    margin-bottom: 1em;
    max-width: 65%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header_card #my_header {
    color: /*trying a new color #da63ff*/ lightblue;
    font-weight: bold;
    font-size: 20px;
}

#my_center {
    text-align: center;
}

.pseudo_center {
    text-align: left !important;
    padding-left: 40% !important;
}

#unique_header_card #my_header {
    text-align: left;
}

#unique_header_card .paragraph {
    text-align: left;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------- Content --------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#content {
    padding-left: 4rem;
}

.content_card {
    padding: 1rem 1.6rem;
}

.white {
    background-color: white !important;
    color: black !important;
}

.gray {
    background-color: gray !important;
    color: white !important;
}

.darkgray {
    background-color: darkgray !important;
    color: white !important;
}

.lightgray {
    background-color: lightgray !important;
    color: white !important;
}

.content_box {
    padding: 1.7rem 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
}

.content_box p {
    margin-bottom: 1.5em;
}

.white .content_box {
    background-color: lightgray;
    color: black;
}

.gray .content_box {
    background-color: white;
    color: black;
}

#content_header {
    font-size: 2rem;
    padding-left: 1.6rem;
}


#fake_nav_element {
    margin: auto;
}

#fake_nav_element a {
    display: inline-block;
    margin: 1rem;
}

#fake_nav_element a img {
    width: 9rem;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------- Project --------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#home_project {
    margin-top: 2em;
    max-width: 95%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.scratch_embed {
    display: block;
    margin: 0 auto;
    overflow: hidden !important;
}


#project_header {
    /* use h5 */
    font-weight: bold;
    color: black;
    text-align: right;
}

#project_header2 {
    /* use h5 */
    font-weight: bold;
    color: black;
    text-align: center;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*------------------------------------- Form ---------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
form {
    margin: 0 auto;
    width: 290px;
}

input {
    width: 250px;
    padding-left: 4px;
}

textarea {
    padding-left: 4px;
}

#hide_form {
    display: none;
}

.required {
    color: red !important;
}

#thank_you4form {
    width: 280px;
    margin: 0 auto;
    display: none;
}

#form_info {
    width: 530px;
    margin: 0 auto;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*-------------------------------- Miscellaneous -----------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#DublinGaelForce .col-md-6 {
    height: 450px;
}

#DublinGaelForce div {
    display: flex;
    align-items: center;
}

#DublinGaelForce .left {
    border-right: 0.3rem solid darkgray;
}

#DublinGaelForce .col-md-6 img {
    float: right;
}

#DublinGaelForce .col-md-6 iframe {
    width: 100%;
}

#resume_header {
    /* use h4 */
    font-weight: bold;
    color: #07960c;
}

#resume_header2 {
    /* use h6 */
    font-weight: bold;
    color: black;
}

#resume_date {
    float: right;
    color: gray;
}

#quotes_screenshot {
    display: block;
    float: right;
    padding: 1.6rem !important;
}

#quotes_screenshot img {
    max-width: 100%;
}

#quotes_quotes {
    display: block;
    float: left;
    text-align: center;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: larger;
}

#quotes_quotes p {
    margin: 3.5em 1.5em;
}

.add_top {
    padding-top: 20px !important;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*------------------------------- Mobile Screens -----------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
    /* I might use this in the future;
       would like to create a non-static webpage;
       currently, my website looks responsive without these
    p {
        font-size: 10px !important;
    }
    
    h1 {
        font-size: 28px !important;
    }
    
    a {
        font-size: 10px;
    }*/
    
    #my_nav {
        box-sizing: border-box;
        height: 5rem !important;
        width: 100% !important;
        white-space: nowrap;
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        padding: 0.5rem 1.2rem 0 1.2rem;
    }
    
    #my_nav a {
        display: inline !important;
        margin-left: 0.5rem;
    }
    
    #my_nav #emblem {
        border-bottom: none;
    }
    
    #my_nav a img {
        display: inline !important;
        height: auto;
    }
    
    #my_nav #home {
        display: none;
    }
    
    #content {
        padding-left: 0;
        padding-top: 5rem;
    }
    
    #content_box {
        padding: 0 !important;
    }
    
    #content_box .content_card {
        margin: 0 !important;
    }
    
    #DublinGaelForce {
        padding-right: 0;
    }
    
    #DublinGaelForce .left {
        border-right: none;
        margin-bottom: 2rem;
    }
    
    #DublinGaelForce .col-md-6 {
        height: auto !important;
        width: 100%;
    }
}