#wrapper {
    width: 800px;
    margin: 0 auto;
    border: 2px solid black;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 70px;
    position:relative;
    top:-2px;

}

#title-wrapper, #footer-wrapper {
    width: 900px; 
    margin: 0 auto;
}

#footer-wrapper p {
    font-size: 0.65em;
}

#footer-spacer {
    height: 50px;
}

#header img {
    position:relative; 
    left:-18px; 
    top: 18px;
}

#link-wrapper {
    overflow: hidden;
    padding: 25px 0 0 0;
}

@font-face {
    font-family: 'cg';
    src: local('Century Gothic'),
    url('gothic.ttf') format('truetype');
}

h1 {
    font-family: 'cg', Andale Mono, sans-serif;
}

p {
    font-family: Verdana, sans-serif;
}

ul {
    font-family: Verdana, sans-serif;
}

/*HEADER STUFF*/
#header > h2 {
    font-family: 'cg', Andale Mono, sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 2.8em;
    display: inline;
    padding: 0 24px;
    color: #007aff;
}

#header > h1 {
    font-family: 'cg', Andale Mono, sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 6.4em;
    display: inline;
    color: #007aff;
}

#header {
    padding: 17px 10px 35px 34px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position:relative;
    background: -webkit-linear-gradient(#FEF052, #FDEE00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FEF052, #FDEE00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FEF052, #FDEE00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FEF052, #FDEE00); /* Standard syntax */
}

.footer {
    padding: 17px 10px 35px 34px;
    text-align: center;
    border: 2px solid;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position:relative;
    top:-4px;
    background: -webkit-linear-gradient(#FEF052, #FDEE00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FEF052, #FDEE00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FEF052, #FDEE00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FEF052, #FDEE00); /* Standard syntax */
    margin: 0 auto 75px auto;
}

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

a:hover {
    text-decoration: underline;
}



/*BODY STUFF*/
.project {
    display: inline-block;
    width: 320px;
    height: 380px;
    margin: 4px 2px;
    transition: border .23s, background-color .23s ease-in-out;
    -moz-transition: border .23s, background-color .23s ease-in-out;
    -webkit-transition: border .23s, background-color .23s ease-in-out;
    background-color: white;
    padding-bottom: 3px;
    border: 1px solid black;
    text-align: center;
}
    
    
.project:hover {
    background-color: rgb(230,230,230);
}

.project > img {
    position: relative;
    top: 35px;
}

#ios {
    float: right;
}

#android {
    float: left;
}

#coming-soon {
    position: relative;
    float: right;
    top: -368px;
  }

.project > h3 {
    font-family: 'cg', Andale Mono, sans-serif;
    align: center;
    letter-spacing: 0;
    position: relative;
    top: 39px;
    font-size: 1.7em;
    font-weight: normal;

}

.outline {
    border: 1px solid black;
}

#agent {
    position: relative;
    top: 420px;
}

a.blue {
    color:blue; 
    hover:underline;
}

@media (max-width: 540px) {
    #footer-wrapper p {
        font-size: 1.2rem;
    }
}
