* {
    box-sizing: border-box;
    font-style: none;
}

body{ 
    margin: 0;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 18px;
    color: #777777;
    background-image: url("../images/dot-grid.png");
    background-repeat: repeat;
    background-color:grey;
}

.wrapper { 
    height: 1500px;
    margin-bottom: -50px;
}

/* all HEADER ELEMENTS are below this line */ 

.header-container {

    background-color: #ffffff;
    border-color: #cccccc;
    border-style: solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-width: 2px;
    width: 100%;
    height: 110px;
    margin: 0 auto 0 auto;
    font-family:'Georgia', Times, 'Times New Roman', serif;

}

#web-menu { 
    background-color: white;
    text-align: center;
    width: 960px;
    height: 80%;
    float: middle;
    margin: 0 auto 0 auto;
    position: relative;
}

#my-name {
    background-color: #4aaaa5;
    color: white;
    width: 373px;
    height: 108px;
    font-size: 35px;
    padding-top: 35px;
    padding-bottom: 70px;
    padding-left: 34px;
    padding-right: 34px; 
    float: left;
    margin: 0 auto 0 auto;
}

a { 
    text-decoration: none;
    color: #777777;
}

ul { 
    list-style-type: none;
    position: absolute;
    font-size: 20px;
    top: 29px;
    right: 0;
}

#about-icon {
    float: right;  
    padding-right: 10px; 
}

#portfolio-icon {
    float: right;    
    border: solid 1px #dddddd;
    border-top: 0;
    border-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
   
}
#contact-icon {
    float: right; 
    padding-left: 10px; 
}

/* all MAIN CONTENT elements are below this line */ 

/* container for index and contact html docs */

.content-container {
    float: none; 
    background-color: #ffffff;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
    width: 960px;
    height: 660px;
    margin: 0 auto 0 auto;
}

/* container for portfolio html docs */

.portfolio-container {
    float: none; 
    background-color: #ffffff;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
    width: 960px;
    height: 1200px;
    margin: 0 auto 0 auto;
    position: relative;
}

/* shared style elements accross all html files*/

#section-header {
    font-family:'Georgia', Times, 'Times New Roman', serif;
    color: #4aaaa5;
    margin: 0;
}

#my-content { 
    padding: 40px;
    float: none; 
    }

hr {
    margin-bottom: 30px;
    margin-top: 30px;
    border: 2px solid #dddddd;
}

/* beginning of bio style sheet */

#bio-pic {
    float: left;
    margin-right: 10px;
    clear:both;
    width: 25%; 
    height: 25%;
    margin-bottom: 0px;
}

p {
    line-height: 35px;
    margin: 10px;
    word-break: normal;
}

/* beginning of contact style sheet */

input {
    font-size: 18px;
}

#name-box {

    width: 100%;
    border: .5px solid #dddddd;
}

#email-box {

    width: 100%;
    border: .5px solid #dddddd;
}

#message-box {

    width: 100%;
    height: 200px;
    border: .5px solid #dddddd;
}

#submit-button {
    background-color: #4aaaa5;
    color: white;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px 32px;
    border: .5px solid #dddddd;
    font-size: 15px;

}

/* beginning of portfolio style sheet content */

.audio-relative {
    position: relative;
    float: left;
    height: 300px;
    width: 300px;
}

#audio-image {
    height: 300px;
    width: 300px;
    border: .5px solid #dddddd;
}

.box-1 {
    background-color: #4aaaa5;
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: white;
    text-align: center;
    font-size: 25px;
    padding: 20px;
    
}

.movie-relative {
    position: relative;
    float: left;
    height: 300px;
    width: 300px;
    margin-left: 40px;
    margin-bottom: 40px;
}

#movie-image {
    height: 300px;
    width: 300px;
    border: .5px solid #dddddd;
}

.box-2 {
    background-color: #4aaaa5;
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: white;
    text-align: center;
    font-size: 25px;
    padding: 20px;
    float: none;
    
}

.apparel-relative {
    position: relative;
    float: left;
    height: 300px;
    width: 300px;
}

#apparel-image {
    height: 300px;
    width: 300px;
    border: .5px solid #dddddd;
}

.box-3 {
    background-color: #4aaaa5;
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: white;
    text-align: center;
    font-size: 25px;
    padding: 20px;
}

.production-relative {
    position: relative;
    float: left;
    height: 300px;
    width: 300px;
    margin-bottom: 40px;
    margin-left: 40px;
}

#production-image {

    height: 300px;
    width: 300px;
    border: .5px solid #dddddd;
}

.box-4 {
    background-color: #4aaaa5;
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: white;
    text-align: center;
    font-size: 25px;
    padding: 20px;
}

.tech-relative {
    position: relative;
    float: left;
    height: 300px;
    width: 300px;
}

#geek-image {

    height: 300px;
    width: 300px;
    border: .5px solid #dddddd;
}

.box-5 {
    background-color: #4aaaa5;
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: white;
    text-align: center;
    font-size: 25px;
    padding: 20px;
}

/* footer across all style sheets */

footer {

    position: fixed;
    color: white;
    bottom: 0;
    text-align: center;
    border-top: 8px; 
    border-style: solid; 
    border-color: #4aaaa5;
    background-color: #666666;
    width: 100%; 
    height: 50px;
    padding: 40px;
    margin: 0 auto 0 auto;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 0;
}
