@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.site {
    overflow-x: hidden;
    position: relative;
}

body {
    margin: 0em;

}
.app {
    display: none;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.mission {
    display: none;
}

header {
    display: flex;
    height: 4em;
    padding: 1em;
    justify-content: space-between;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 2em;
}

.hamburger {
    display: none;
}

nav ul li {
    display: inline;
    font-size: 1.2rem;
}

nav ul li a {
	text-decoration: none;
	color: #e54c3a;
	padding:.2em 1em;
	border: 1px solid transparent;
	transition: 0.6s ease;
}

nav ul li a:hover {
	background-color: #e54c3a;
	color: #fff;
}

li.active a {
	background-color: #e54c3a;
	color: #fff;
}

.logo {
    margin-top: 1em;
    margin-left: 1.5em;
    font-size: 1.5rem;
    color: #e54c3a;
    font-weight: bolder;
    text-shadow: #e54c3a 1px;
}
.logo a {
    text-decoration: none;
    color: #e54c3a ;
}

.welcome {
    height: 150px;
    text-align: center;
    line-height: 1em;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/weld.jpeg);
    background-size: cover;
    color: white;
    background-position: 50% 50%;

}

.ltd {
    padding-top: 1.25em;
    font-size: 250%;
}

.welcome ul li {
   display: inline;   
}

.contact-us {
    padding: 3em;
    background-color: #fff;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.big {
    text-align: center;
    text-decoration: underline;
    font-size: 190%;
    height: 2em;
}

strong {
    font-size: 20px;
}

.information {
    padding-bottom: 2em;
    text-align: center;
}
.blind {
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.homer {
    position: absolute;
    right: 15%;
    bottom: 20%;
}

footer {
    background-color: #f0eee9;
    text-align: center;
    font-size: x-small;
    padding: .5em;
}


@media(max-width: 1150px) {
    nav {
        display: none;
    }
    .app {
        display: block;
       
    }
    body {
        overflow-x: hidden;
    }
    .nav-links {
        text-align: center;
        list-style: none;
        line-height: 5em;
        position: absolute;
        right: 0em;
        padding: 1em;
        background-color: #e43421;
        top: 4.8em;
        height: 25.3em;
        width: 100%;
        transform: translateX(105%);
        transition: .5s ease-in;
        z-index: 2;
        font-size: 1.3em;
    }
    .nav-active {
        transform: translateX(0%)
    }
    .nav-links li a {
        text-decoration: none;
        color: white;
        padding:.2em 1em;
        border: 1px solid transparent;
        transition: 0.6s ease;
    }
    .nav-links li a:hover {
        background-color: white;
        color: #e54c3a;
    }
    li.active a {
        background-color: #fff;
        color: #e54c3a;
    }

    .hamburger {
        display: flex;
        color: #e54c3a;
        padding-right: 1em;
        cursor: pointer;
    }
    .blind {
        
        left: -8%;
        bottom: 5%;
    }
    
    .homer {
        position: absolute;
        right: 0;
        bottom: 20%;
    }
}

@media(max-width: 750px){
    .blind {
        display: none;
    }
    .homer {
     display: none;
    }
}

@media (max-width: 550px) {
    .logo {
        font-size: 1rem;
        margin-top: 2em;    
    }
    .nav-links {
        top: 4.3em;
    }
    .ltd {
        padding-top: 2em;
        font-size: 1.4rem;
    }
    .slogan, .mission {
        line-height: 1.5rem;
        font-size: .5rem;
    }
    .slogan {
        padding-top: .2em;
    }
    .mission {
        padding-top: 1.5em;
    }

    .hamburger {
        font-size: .8rem;
        margin-top: .5em;
    }
    .site {
        font-size: .8rem;
    }
}   

@media (max-width: 320px) {
    .mission {
        display: none;
    }
    .slogan {
        font-size: .6em;
    
    }
    .ltd {
        font-size: 1.3rem;
        padding-top: 1.5em;
    }
    .nav-links {
        top: 4.3em;
    }
}