/*
 Theme Name:     Notumn Child
 Theme URI:      http://decaxstudios.com/notumn
 Description:    Notumn Child Theme
 Author:         DecaX Studios
 Author URI:     http://decaxstudios.com
 Template:       notumn
 Version:        1.0.6
*/

/* Write your customization styles here. These styles will overwirte parent theme's styles.
-------------------------------------------------------------------- */

/* ======================================================
   Site Header
   ====================================================== */

.header-logo a {
    float: left;
}

.header-logo #header-banner {
    float: right;
    width: 720px;
    height: 60px;
}

#header-banner img {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .header-logo a {
        float: none;
    }

    .header-logo #header-banner {
        float: none;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 755px) {
    .header-logo #header-banner {
        width: 100%;
    }
}