/*
Based on theme Mend 2.0
Description: Template
Version: 1.0
Copyright 2017 Mend VIP, Inc. All Rights Reserved.
*/

html {}
body {
    font-family: 'Raleway', sans-serif;
    position: relative;
    background-color: #73ccf6;
    background-image: url("/images/blue_pattern_bg.png");
}

a {color: #1b6f90}

h1, h2, h3, h4, h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    color: #1b6f90;
}

.centered {
    text-align: center;
}

#logo {
    padding: 2em;
}
