/* css-document */

/* colors
	darkblue: #3C5E73
	lightblue: #ecf2f8
	orange: #FFA500
*/

body {
    background-color: #ecf2f8;
}

h1, h2, h3, h4, h5 {
font-weight: 200;
}

.siteHeader {
    border-bottom: ridge medium #FFA500;
    
}

.siteTitle {
    font-size: 4.8em;
    color: #3C5E73;
}

.subTitle {
    font-size: 1.2em;
    color: #3C5E73;
}
    
.portrait {
border: ridge 2px #FFA500;
border-radius: 12px;
box-shadow: 10px 10px 5px #b2b2b2;
}


blockquote {
color: #3C5E73;
font-weight: 400;
font-size: 1.8em;
font-style: italic;
}

.author {
color: #565656;
}

.footerArea {
    background: #3C5E73;
    border-top: ridge medium #FFA500;
}

.callMe {
    font-size: 1.5em;
    font-style: italic;
}

.phoneIcon {
    height: 24px;
    margin-right: 12px;
}

.phoneNr {
    font-size: 1.5em;
}

footer a:link, a:active, a:visited, a:hover {
    color: white;
    cursor: pointer;
    text-decoration: none;
}