/**
 * Theme Name: FlightPaws Theme
 * Template:   generatepress
 */

body {
  font-family: "Atkinson Hyperlegible", sans-serif;  
}

.inside-header {
    position: relative;
    min-height: 120px;
}

/* Socks */

.inside-header::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 105px;
    height: 120px;
    background-image: url("./assets/images/classic_pilot_socks_transparent_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

/* Leslie */

.inside-header::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 105px;
    height: 120px;
    background-image: url("./assets/images/classic_pilot_leslie_transparent_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.site-branding {
    position: absolute;
    left: 130px;
    top: 25px;
    margin: 0;
}

.main-title{
    background-image: url(./assets/images/LogoTransparentBackground.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: 50px; 
    padding-left: 55px;    
    margin: 0;
}

h1, h2, h3, h4, h5, h6,
.button, 
button,
.wp-block-button__link,
input[type="submit"],
.main-navigation,
.main-navigation a,
.menu-toggle,
.main-title  {
    font-family: "Montserrat", sans-serif;
}

/* Forms */

input,
textarea,
select {
    font-family: inherit;
}


@media (max-width: 768px) {
    
    
}

@media (max-width: 525px) {
    .inside-header::before {
        width: 50px;
    }

    .inside-header::after {
        width: 50px;
    }

    .site-branding {
        position: static;
    }
    .main-title{       
        padding-left: 45px;
    }
}