@import 'https://fonts.googleapis.com/css?family=Karla:400,700|Old+Standard+TT|Open+Sans:400,400i,700';


a {
    color: inherit;
}

a:hover{
    color: #0080a3;
}

header {
    background-color: #002833; 
    padding: 20px;
    
}



body {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    color: #00607b;
    background-color: #f5ebe5; 
    text-align: center;
    margin: 0;
	padding: 0;
}


section {
    padding: 60px;
    
}


h1 {
    font-family: 'Old Standard TT', 'Times', serif;
    font-size: 4em;
    color: #ead8cc;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0px;
    line-height: 1.2em;
    
}
    
h2 {
    font-family: 'Karla', 'Arial', serif;
    font-size: 1.2em;
    color: #e0d9d5;
    font-weight: 400;

}

h3 {
    font-family: 'Karla', 'Arial', serif;
    font-size: 20px;
    font-weight: 400;
    color: #e0d9d5;
    line-height: 0.9em;
    margin-top: 10px;

}

h4 {
    font-family: 'Old Standard TT', 'Arial', serif;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-top: 40px;
    margin-bottom: 25px;
    text-decoration: underline;
    

}

img  {
    width: 200px;
    
   
    
}

footer {
    font-family: 'Old Standard TT', 'Times', serif;
    font-size: 14px;
    color: #b5b5b5;
    background-color: #262626;
    text-align: center;
    padding: 30px;
}





a {
    text-decoration: blink;
}

a :hover {
    color:#00607b;
}