/*
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;
}

#site-nav-wrap {
  background: #1E90FF;
}

@media screen and (min-width: 480px) {
  img.wp-post-image {
    float: left;
    margin: 10px 15px 10px 0px;
    padding: 0px;
  }
}

/* --- 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;
}

@media screen and (min-width: 480px) {
    img.wp-post-image {
        float: left;
        margin: 10px 15px 10px 0;
        padding: 0;
    }
}