@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.5em;
    font-size: 250%;
}

.welcome ul li {
   display: inline;   
}

.services {
    padding: 2em;
    background-color: #fff;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

ul {
    list-style-image: url(../images/checkmark.png);
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 250px;
}

.custom {
    padding-top: 1em;
    display: flex;
    justify-content: space-evenly;
    line-height: 2em;
    font-size: 1.1rem;
}

.big {
    text-align: center;
    text-decoration: underline;
    font-size: 190%;
}
.smalls {
    text-align: center;
    padding-bottom: .5em;
    padding-top: 1em;
}

.products {
    background-color: #f3f1ed;
    border: solid #f3f1ed ;
    padding: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.free-quote {
    background-color: #e54c3a;
    align-items: center;
    padding: 2em;
    display: flex;
    justify-content: space-evenly;
}
.free-quote h2 {
    padding: 1em;
}
.call-icon {
    width: 60px;
    height: auto;
}

button {
    width: 200px;
    height: 50px;
    border-radius: 2em;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    background-color: #f3f1ed ;
}

button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}
button a:hover, button a {
    text-decoration: none;
    color: black ;
}

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;
        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;
    }
}
@media (max-width: 550px) {
    .logo {
        font-size: 1rem;
        margin-top: 2em;    
    }
    .nav-links {
        top: 4.3em;
    }
    .ltd {
        padding-top: 1.5em;
        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;
    }
    .big, .smalls {
        margin-left: .5em;
        margin-right: .5em;
    }
    .smalls {
        padding-bottom: 0em;
        font-size: 1rem;
        padding-top: 0em;
    }
    .custom {
        display: block;
        text-align: center;
    }
    .title {
        margin-left: 25%;
    }
    .custom ul {
        text-align: left;
    }
    .free-quote {
        font-size: .8rem;
        padding: 1em;
    }
    .free-quote button {
        width: 100px;
        font-size: .8rem;
    }
    .call-icon {
        width: 40x;
    }
    .custom {
        font-size: 1rem;
    }
}

@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;
    }
}