@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('http://rootcms.elocms.com/assets/css/www.suds-arles.com/fonts.css');

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #777777;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #3d4246;
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase;
}

h2 {

    font-size: 3.0em;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
}

h3 { 
    font-family: 'pluto_regularregular', 'Montserrat', Arial, sans-serif;  
    line-height: 1.5em;
    text-transform: none;
}

a, a:link, a:visited {
    color: #104264;
    text-decoration: none;
    outline: none;
}

a:hover { text-decoration: underline; }


p { margin-bottom: 30px; }
