
/* Base Layout */
.content {
    position: relative;
}

.page-content {
    margin: 75px auto;
    text-align:left;
    width: auto;
    max-width: 800px;
}

#bottom-message { 
    margin: 10px 0;
    font-style: italic;
}

.link-box {
    width: 50%!important;
    margin: 10px auto 40px;
    padding: 10px;
}

.link-box h5 {
    margin: 10px 0;
}

.ext-profile-link {
    font-size: 0.7em;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-right: 14px;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #020202;
}

.ext-profile-link:hover {
    color: #33CC33;
}

.fa-envelope {
    font-size: 40px;
    color: #FFFF66;
}

.ext-profile-link img {
    height: 100%;
    width: auto;
}

#animation-container {
    min-height: 150px;
    width: 1000px;
    border: 3px solid #33CC33;
    margin: 20px auto 0;
}

/* Base font styles */
body {
    text-align: center;
    font-family: 'Inconsolata', sans-serif;
    font-size: 13px;
    padding: 10px;
    min-height: 280px; /* so that absolutely positioned elements don't overflow when viewport is smallz */
}

h1 {
    font-size: 2.5em;
    font-family: 'Gloria Hallelujah', cursive;
    margin: 0.1em 0 0.8em;
}

h2 {
    font-size: 2em;
    margin: 10px 0 25px 0;
    letter-spacing: 1px;
}

h3 {
    font-size: 1.5em;
    margin: 5px 0;
    letter-spacing: 1px;
}

h5 {
    line-height: 1.4em;
}

.project {
    margin : 20px 0;
}

.up-level-link {
    text-decoration:none;
    margin: 0 15px 0 0;
    font-size: 0.7em;
}

.up-level-link:hover {
    color: #33CC33;
}


#ani-box {
    width: 1006px;
    margin: 0 auto;
    position: relative;
}

#ani-box a {
    position: absolute;
    font-size: 1.5em;
    padding: 2px 5px;
    border: 3px solid yellow;
}

#projects-link {
    top: 70px;
    left: 50px;
    background: yellow;
}

#projects-link:hover {
    border-color: #33CC33;
}

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


a:visited {
    color: auto;
}

.title-link {
    text-decoration:none;
}


.title-link:hover {
    text-decoration:none;
    color: #33CC33;
}

small {
    font-size: 0.7em;
}

p {
    margin: 0.2em 0 0.2em 0;
}

#footer {

}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 80px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
