/*font-face from Github: https://github.com/supermarin/YosemiteSanFranciscoFont*/
@font-face {
    font-family: sf; 
    src: url(sfr.ttf);
}

@font-face {
    font-family: sft;
    src: url(sft.ttf);
}

@font-face {
    font-family: sful;
    src: url(sful.ttf);
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: sf;
    margin: 0;
    padding: 0;
    background-color: aliceblue;
    text-align: center;
    height: 100%;
}

#navigation {
    background-color: #313131;
    margin: 0;
}

#navigationbar {
    background-color: #313131;
    border-color: #313131;
}

#navigationbar ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 646px;
    padding: 0;
    list-style-type: none;
    word-spacing: normal;
    overflow: hidden;
}

#navigationbar ul li{
    display: inline;
    font-family: sft;
    float: left;
}

#navigationbar a:link{
    display: block;
    width: 120px;
    font-weight: 100;
    color: #FFFFFF;
    background-color: #313131;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

#navigationbar a:visited {
    display: block;
    width: 120px;
    font-weight: 100;
    color: #FFFFFF;
    background-color: #313131;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

a:link,a:visited{
    text-decoration: none;
    color: dodgerblue;
}


#navigationbar a:hover, a:active {
    background-color: gray;
}

#pagetitle {
    border-bottom: 1px solid black;
    font-family: sful;
    text-align: left;
    padding-left: 25px;
    padding-top: 30px;
    background-color: lightgray;
    margin: 0;
}

#pagesubtitle {
    font-family: sft;
    text-align: right;
    font-size: medium;
    padding-right: 25px;
    margin-top: 0;
}

#aboutme {
    border-style: dotted;
    margin-left: 20%;
    margin-right: auto;
    margin-top: 9%;
    float: left;
    width: 25%;
}

#seniorpic {
    float: right;
    padding-top: 5%;
    padding-right: 25%;
    width: 25%
}

#projects {
    border-style: dotted;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 12%;
    float: left;
    width: 40%;
}

#headshot {
    float: right;
    padding-top: 5%;
    padding-right: 20%;
    width: 25%
}

#contactinfo {
    border-style: dotted;
    margin-left: 42%;
    margin-right: 35px;
    margin-top: 5%;
    float: left;
    width: 14%;
    
}

#intro {
    width: 40%;
    float: right;
    padding-left: 0;
    margin-top:10%;
    margin-right: 10%;
    
}

#IOT {
    margin-top: 5%;
    margin-left: 10%;
}

#catchphrase {
    font-family: monospace;
}

p {
    font-family: sf;   
}

#fake_mac {
    margin-top: 5%;
    margin-left: 5%;
    float: left;
}

#entry_1 {
    border-style: dotted;
    text-align: left;
    margin-top: 200px;
    margin-right: 100px;
    float: right;
}

.grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.4s;
    transition-property: transform;
}

.grow:hover,
.grow:focus,
.grow:active {
    transform: scale(1.1);
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -30px; 
}
.page-wrap:after {
    content: "";
    display: block;
}
.page-footer, .page-wrap:after {
    height: 30px; 
}
.page-footer {
    background-color: lightgray;
    font-size: small;
    
}