/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.headerlanding {
    display: flex;
    width: 100%;
    box-shadow: 0px 3px 20px #00000040;
    position: fixed;
    top: 0;
    background: white;
    z-index: 5;
}
.gridHeaderLanding {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
img.logoLanding {
    width: 100%;
    height: auto;
}
button.btnMenu {
    color: white;
    line-height: 1;
    cursor: pointer;
    font-weight: 900;
    border-radius: 6px;
	border: 1px solid #90CEC9;
    font-family: 'Lato', sans-serif;
    background-color: #90CEC9;
}
button.btnMenu:hover,
button.btnMenu:focus,
button.btnMenuMobile:hover,
button.btnMenuMobile:focus {
    color: white;
    background-color: #90CEC9;
}
@media (max-width: 766.9px) {
    .entry-content{
        margin-top: 0 !important;
    }
	.headerlanding{
		display: none;
	}
}
@media (min-width: 767px) and (max-width: 899.9px) {
    .entry-content{
        margin-top: 11vw !important;
    }
    .headerlanding {
        height: 11vw;
    }
    .gridHeaderLanding {
        max-width: 84vw;
    }
    img.logoLanding {
        max-width: 25vw;
    }
    button.btnMenu {
        width: 33vw;
        height: 6vw;
		font-size: 1.89vw;
    }
}
@media (min-width: 900px) and (max-width: 1099.9px) {
    .entry-content{
        margin-top: 9vw !important;
    }
    .headerlanding {
        height: 9vw;
    }
    .gridHeaderLanding {
        max-width: 86vw;
    }
    img.logoLanding {
        max-width: 21vw;
    }
    button.btnMenu {
        width: 29vw;
        height: 5.5vw;
		font-size: 1.61vw;
    }
}
@media (min-width: 1100px) and (max-width: 1400px) {
    .entry-content{
        margin-top: 8vw !important;
    }
    .headerlanding {
        height: 8vw;
    }
    .gridHeaderLanding {
        max-width: 84vw;
    }
    img.logoLanding {
        max-width: 17vw;
    }
    button.btnMenu {
        width: 22vw;
        height: 4.5vw;
		font-size: 1.32vw;
    }
}
@media (min-width: 1401px) {
    .entry-content{
        margin-top: 6vw !important;
    }
    .headerlanding {
        height: 6vw;
    }
    .gridHeaderLanding {
        max-width: 70vw;
    }
    img.logoLanding {
        max-width: 14vw;
    }
    button.btnMenu {
        height: 3.5vw;
		font-size: 1.05vw;
    }
}