.portrait
{
    max-width: 100%;
    min-width: 300px;
    height: auto;
	position: relative;
    top: 20px;
}


.header
{
	font-family: 'Raleway', sans-serif;
    letter-spacing: 5px;
    color: #c1c1c1;
    text-transform: uppercase;
    font-size: 28;
    position: relative;
    top: 16px;
}


.links
{
	transition: all ease 0.125s;

}

.links
{
    font-family: 'Raleway', sans-serif;
    letter-spacing: 8px;
    color: #c1c1c1;
    text-transform: lowercase;
    font-size: 15;
    position: relative;
    top: 30px;
    text-decoration: none;
    font-weight: bold;

}

.links a
{
	transition: all ease 0.125s;

}

.links a
{
    text-decoration: none;
    font-weight: bold;
	color: #6b6b6b;
	border-bottom:solid 0px #1c1c1c;
	padding-bottom: 2px;
}

.links a:hover
{
	transition: all ease 0.25s;

}

.links a:hover
{
	color: #c1c1c1;
	border-bottom:solid 3px #6b6b6b;
	padding-bottom: 6px;
}

