/*-------------------------------------------------------------------------------*/
/*Brian Chipman*/
/*Fall 2015*/
/*INF 133 - User Interaction Software*/
/*Midterm Project*/
/*-------------------------------------------------------------------------------*/

/*Main*/
* {
    padding: 0;
    margin: 0;
    border: 0;
    /*border: 1px dashed darkseagreen;*/
}
a {
    text-decoration: none;
}
body {
    background: #000;
    margin: auto;
    font-family: Arial, sans-serif;
}
#black-top {
    height: 3em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: black;
}
#bg-image {
    background: url("../img/WebPic3.png") no-repeat;
    background-size: cover;
}
#darkness {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
#send-message,
#welcome a {
    margin-top: 2em;
    padding: 0.15em 1em;
    font-size: 0.9em;
    border: 1px solid rgba(38, 128, 255, 1);
    transition: all 0.5s ease-out;
}
#send-message:hover, #send-message:focus,
#welcome a:hover, #welcome a:focus {
    background-color: rgba(38, 128, 255, 1);

}
#send-message {
    margin: 0.5em 0;
    width: 5em;
    background-color: transparent;
}
.bold {
    font-weight: bold;
}
h1, article, label, p, a, button, #send-message {
    color: rgba(255, 255, 255, 1);
}
header {
    position: fixed;
    z-index: 10;
}
/*-------------------------------------------------------------------------------*/
/*Navigation - Transitions*/
/*-------------------------------------------------------------------------------*/
nav #left a {
    transition: all 0.3s ease-in-out;
}
nav #left a:hover, nav #left a:focus {
}
nav #right a {
    transition: all 0.3s ease-in-out;
}
nav #right a:hover, nav #right a:focus {
    color: rgba(38, 128, 255, 1);
}
/*-------------------------------------------------------------------------------*/
/*Navigation - Hamburger Menu*/
/*-------------------------------------------------------------------------------*/
#hamburger-lines, #hamburger-x {
    background: transparent;
    position: fixed;
    top: 0.25em;
    right: 1.35em;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    /*cursor:pointer;*/
    outline: none;
    z-index: 1000000;
}
/*-------------------------------------------------------------------------------*/
/*Work Page*/
/*-------------------------------------------------------------------------------*/
article {
    float: left;
    clear: both;
}
p {
    text-align: justify;
}
figcaption {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    text-align: center;
}
/*-------------------------------------------------------------------------------*/
/*Contact Page*/
/*-------------------------------------------------------------------------------*/
form section input {
    width: 100%;
    margin-bottom: 0.5em;

}
#message {
    height: 10em;
}
.work-example {
    margin-top: 3em;
}
.work-title-description {
    float: right;
}
h1 {
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}
h2 {
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
}
#about-me-title {
    width: 4.5em;
    margin: auto;
    border-bottom: 2px solid rgba(38, 128, 255, 1);
    margin-bottom: 0.25em;
    padding-top: 1.5em;
}
#work-page-title {
    width: 8.15em;
    margin: auto;
    border-bottom: 2px solid rgba(38, 128, 255, 1);
}
#contact-me-page-title {
    width: 5.2em;
    margin: auto;
    border-bottom: 2px solid rgba(38, 128, 255, 1);
    margin-bottom: 1em;
}
footer {
    position: absolute;
    width: 100%;
    top: 110em;
    text-align: center;
    color: rgba(255, 255, 255, 0.25);
}
/*-------------------------------------------------------------------------------*/
/*0em---------------------------MEDIA QUERIES *START*----------------------------*/
/*-------------------------------------------------------------------------------*/
header #line {
    background-color: rgba(38, 128, 255, 1);
    /*background-color: magenta;*/
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 3em;
    height: 1px;
}
nav #left {
    position: fixed;
    left: 0;
}
nav #left img {
    margin-top: 2px;
    margin-left: 2px;
    width: 16em;
}
nav #right {
    position: fixed;
    right: 0;
    font-size: 1em;
    top: 3.5em;
}
nav #right a {
    font-size: 1.5em;
    float: left;
    clear: both;
    margin-bottom: 1em;
    user-select: none;
    /*color:red;*/
}
nav #right a:last-child {
    margin-bottom: 0;
}
#about-me-link {
    float: left;
    margin-left: 3em;
}
#resume-link {
    float: right;
    margin-right: 3em;
}
#welcome, #about-me, #work, #contact-me {
    right: 0;
    position: absolute;
}
#welcome, #work, #contact-me {
    top: 4em;
}
#welcome {
    top: 6em;
}
#about-me {
    position: absolute;
    top: 4em;
}
article figure {
    width: 18em;
    margin: 0.5em auto 0.75em auto;
}
article figure img {
    width: 18em;
    margin: auto;
}
#welcome p, #work p, #contact-me p, #about-me p, #contact-me form {
    margin: 0 0.5em 0.75em 0.5em;
}
/*-------------------------------------------------------------------------------*/
/*20em*/
/*-------------------------------------------------------------------------------*/
@media screen and (min-width: 20em) {
    header #line {
        /*background-color: red;*/
    }
}
/*-------------------------------------------------------------------------------*/
/*30em*/
/*-------------------------------------------------------------------------------*/
@media screen and (min-width: 30em) {
    header #line {
        /*background-color: orange;*/
    }
    nav #left {
        font-size: 1em;
    }
    nav #left img {
        width: 18em;
    }
    nav #right {
        float: left;
        clear: both;
        font-size: 0.8em;
        top: 0;
        margin-top: 1.65em;
        background-color: transparent;
        border: none;
    }
    nav #right a {
        padding: 0 0.9em;
        float: none;
        clear: none;
        margin-bottom: 0;
        font-size: 1em;
    }
    #nav-home, #nav-work, #nav-contact {
        margin: 0;
        float: left;
        clear: none;
    }
    #welcome {
        left: 16.67%;
    }
    #about-me-link {
        margin-left: 0.5em;
    }
    #resume-link {
        float: left;
        margin-left: 2em;
        margin-right: 0;
    }
    article figure {
        width: 27em;
        margin: 0.75em auto 1em auto;
    }
    article figure img {
        width: 27em;
        margin: auto;
    }
}
/*-------------------------------------------------------------------------------*/
/*48em*/
/*-------------------------------------------------------------------------------*/
@media screen and (min-width: 48em) {
    header #line {
        /*background-color: yellow;*/
    }
    nav #right {
        margin-top: 1.25em;
        float: right;
        clear: none;
        font-size: 1em;
    }
    nav #right a {
        padding: 0 1.55em;
    }
    article figure {
        width: 43.2em;
        margin: 0.75em auto 1.5em auto;
    }
    article figure img {
        width: 43.2em;
        margin: auto;
    }
    #welcome {
        left: 33.33%;
    }
    #contact-me {
        width: 30em;
        margin: auto;
        text-align: center;
    }
    form section {
        margin: auto;
    }
}
/*-------------------------------------------------------------------------------*/
/*62.5em*/
/*-------------------------------------------------------------------------------*/
@media screen and (min-width: 62.5em) {
    header #line {
        background-color: rgba(38, 128, 255, 1);
    }
    #welcome {
        left: 50%;
    }
}
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
