/*
Theme Name: Hamilton child
Author: Lauren Mitchell
Description: Your description goes here
Version: 1.0
Template: hamilton

This is the child theme for Hamilton theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.show-alt-nav .site-header {
    background: #000;
    width: 100%;
    margin: 0;
    max-width: unset;
    color: #fff;
    display:block;
}

.site-header .site-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    text-align: center;
    transition:all 0.5s ease;
	    height:2.2em;

}

.site-header .site-title a {
    height:2.2em;
    display:block;
    width:100%;
}

.site-header .site-title a:hover {
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
  }

.alt-nav {
    justify-content:center;
}

.alt-nav li {
    margin: 6px 10px;
}

.alt-nav li a {
    text-decoration:none;
    color:#fff;
}


.nav-toggle .bar {
	background-color:#fff;
}

@media (min-width:1260px) {
    .site-header {
        padding: 50px calc(50vw + -600px) 30px;
    }
    .site-header .site-title {
        font-size: 38px;
    }
}

@media (max-width:620px) {
	.active .menus{
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 100vw;
	}
	}
}