.header
{
    background-color: #758cff;
    width: 73%;
	height : 18%;
    position: fixed;
    top: 0px;
    left: 0px;
}

#title
{
    font-size: 30px;
    font-weight: bold;
    font-variant: normal;
    margin: 15px;
	padding: 5px;
    color: #fef9ff;
}

.quote
{
    font-family:cursive ;
    font-size: 20px;
    background-color:#FFBF40;
}

.right-side #resume
{
    font-family:sans-serif;
    font-size: 20px;
    background-color:#FFBF40;
    text-align: center;
}


footer
{
    background-color: #758cff;
    padding: 4px;
    width: 73%;
    height: 3%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.left-side
{
    width: 73%;
    height: 100%;
    float: left;
	position:relative;
}

.right-side
{
    width: 27%;
    height: 100%;
    float: right;
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    background-color:#FFBF40;
}

.right-side #quote-head,#quote
{
    font-family:cursive ;
    font-size: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

#myIframe
{
    position: fixed;
    top:18%;
    left: 0px;
    height: 80%;
    width: 73%;
}

.links ul
{
    list-style: none;
    margin: 0.5em 0;
    padding: 0;
}

.links li
{
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    font-variant: normal;
    color: #fef9ff;
    padding: 0 2%;
}

a:active {
    color: rgba(104, 96, 255, 0.80);
}
a:visited {
    color: rgba(104, 95, 255, 0.53);
}