/*
Theme Name:     Euvida
Theme URI:      http://euvida.net/
Description:    Euvida Child Theme for the Waipoua theme
Author:         H-DA
Author URI:     https://euvida.net/
Template:       waipoua
Version:        1.0
*/

/* Imports the stylesheet from the Tatami parent theme */
@import url('../waipoua/style.css');

/* Now you can start adding your own styles here. Use !important to overwrite styles if neccessary. */

#branding {
    padding-bottom: 0px;
    padding-top: 60px;
}

/* --- Link Colors --- */
a,
.entry-header h2.entry-title a:hover {
        color:#1e90ff;
}

/* --- Site Nav Color --- */
#site-nav-wrap {
        background:#1e90ff;
        position: fixed;
        width: 100%;
        z-index: 100;
}