/*-----------------------------------------------------------------------------------*/
/*	FONTS
/*-----------------------------------------------------------------------------------*/

/* font for the body */
body {
    font-family: 'Open Sans',Arial,sans-serif;
    background-color: rgba(3, 20, 65, 1);
}

/* font for the headers, buttons, and navigation*/
h1, h2, h3, button, .button, #nav a {
    font-family: 'Roboto Condensed',Arial,sans-serif;
}


/*-----------------------------------------------------------------------------------*/
/*	BACKGROUNDS
/*-----------------------------------------------------------------------------------*/

/* overall background color, and image */
html {
    background-color: rgba(3, 20, 65, 1);
}

/* background color for the hosting section */
#hosting, #hosting h2 span {
    background-color: rgba(5,31,97,1);
}

/* domain search button color */
#form-search button {
    background-color: #0099EE;
}

/* color of the comments bubble in the blog */
.blog-meta-comments {
    background-color: #DDDEDF;
}


/*-----------------------------------------------------------------------------------*/
/*	COLORS
/*-----------------------------------------------------------------------------------*/

/* color for the links in the content */
a {
    color: rgba(0, 153, 238, 1);
}

/* color of the feature icons in the hosting plans */
.hosting-features [class^="icon-"] {
    color: #64686A;
}
