body{
	background-color: white;
	color: black;
	font-family: "LaneNarrow";
    padding: 20px;
    margin-top: 0px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #84B4E1;
}

h1 {
    color: #8C1729;
    font-size: 50pt;
}

h3 {
    margin: 0 auto;
}

input {
    margin-bottom: 10px;
    width: 90%;
    font-family: LaneNarrow;
}

textarea {
    margin-bottom: 10px;
    width: 90%;
    font-family: LaneNarrow;
}

#info {
    width: 100%;
    /* border-right: 1px solid #F08021; */
    margin: 0 auto;
    float: left;
    position: fixed;
}

#content {
    width: 65%;
    float: right;
    margin: 0 auto;
}

#name {
    margin-top: 50px;
    font-family: LanePosh;
    font-weight: lighter;
}

#submit {
    border-radius: 5px;
    border: none;
    width: auto;
    padding: 5px;
}
.wrapper {
    position: relative;
    padding: 0;
    display: inline;
}

.wrapper img {
    z-index:1;
    width: 30%;
}

.text {
    position: absolute;
    width: 30%;
    top: 0;
    color:#000;
    background-color:rgba(255,255,255,0.8);
    height: auto;   
    z-index: 10;
    opacity: 0;
    font-size: 24pt;
    margin-bottom: 30px;
    display: inline-table;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#me {
    float: left;
    display: inline-block;
    max-width: 45%

}

#list {
    float: right;
    display: inline-block;
    max-width: 50%;
    margin-left: 10px;
}



#about {
    margin-bottom: 20px;
    margin-top: .5em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    display: block;
    width: 60%;
}

#aboutnav {
    margin-bottom: 30px;
    text-align: center;
}

#aboutnav h2{
    display: inline;
    margin: 20px;
}

#resume {
    width: 100%;
    margin-bottom: 20px;
}
.covertext {
    font-size: 1em;
    margin-bottom: 1em;
    margin-top: .5em;
    width: 60%;
    text-align: left;
    display: inline-block;
    text-indent: 1.5em;
    margin-left: 1em;
    line-height: 1.5;
}

.wrapper:hover .text {
    opacity:1;
}

.divider {
    width: 90%;
    border-top: solid 1px #84B4E1;
    margin-bottom: 5px;
    padding-top: 5px;
}

.displayed {
	display: block;
    margin-left: auto;
	margin-right: auto;
	max-height: 80%;
	max-width: 80%;
    margin-bottom: 30px;
}

.big {
    max-height: 60%;
    max-width: 60%;
}



@media screen and (max-width: 767px){
    #name{
        font-size: 35px;
    }
    #pagehead{
        width: 100%;
    }

    #hometitle{
        width: 100%;
        font-size: 2em;
    }

    .homebar{
        width: 100%;
        border-top: 1px solid #FF9166;
        border-bottom: 1px solid #FF9166;
        font-size: .75em;
    }

    .navbutton{
        width: 100%;
    }

    #sidebar{
        position: fixed;
        float: left;
        background-color: white;
        color: #303030;
        display: inline;
        width: 10%;
    }

    #sidebar a:hover{
        color: #FF9166;
    }

    #pagehead{
        width: 100%;
        font-size: 2em;
    }

    #heading{
        width: 100%;
        font-size: 1em;
    }

    .imghead{
        font-size: 1em;
    }

    .pic{
        margin-bottom: 2em;
    }

    .newbutton {
        width: 100%;
    }
}

@media print {
       .page-break  { display: block; page-break-before: always; }
      }