@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&family=Roboto:wght@400;500&display=swap');

html {
    font-size: 62.5%;
    width: 100%;
    height:100%;
    min-height: 100vh;    
}

body {
    line-height: 1.3em;
    font-size: 1.6rem;
    margin:0;
    min-height:100%;
    height:100%;
    font-family: 'Roboto Slab', serif;
}

:root {
    --asphalt-grey: #242D3E;
    --border-grey: #888;
    --menubar-height: 60px;
    --light-text: white;
    --sidebar-grey: #2e292a;
    --navbar-grey:#2D2626;
}

h2{
    font-size: 2.2em;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
	letter-spacing: 1.8px;
}

.spaced-header {
	margin-left:20px;
}

p{
    font-size: 1.3em;
    line-height: 1.1;
}

input, select, textarea{
    color:white !important;
}

textarea{
    background:transparent;
    resize:none;
    height:200px;
}

textarea:focus, input:focus{
    outline: none;
}

p br {
    margin-bottom: 10px;
    display: block;
    content: "";
}

/* Mobile */

.mobileInvisible {
	display: none;
}

#desktopMenu {
    display: none;
}

#mobileMenu {
    display: none;
    position: absolute;
    top: var(--menubar-height);
    left: 0;
    z-index: 10;
    background: var(--asphalt-grey);
    border-top: 2px solid var(--border-grey);
    border-right: 2px solid var(--border-grey);
}

#backgroundImage  span {
    opacity: 0.7;
    background: #000;

}

/* #menu-primary-1 is the ul for the mobile menu */
#menu-primary-1{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;        
    padding: 0;
}

#menu-primary-1 > li{
    border-bottom: 2px solid var(--border-grey);
}

#menu-primary-1 > li > a{
    display: block;
    color: var(--light-text);
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 15px;
}

#menu-primary-1 .sub-menu {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 75px;
}

#menu-primary-1 .sub-menu li{
    padding: 10px 15px;
    border-bottom: 2px solid #999;
}

#menu-primary-1 .sub-menu li a{
    display: block;
    color: var(--light-text);
    text-decoration: none;
    font-weight: 700;
}


#site-navigation {
    display: flex;
    align-items: center;
    background-color: var(--navbar-grey);
    color: white;
    height: var(--menubar-height);
    justify-content: space-between;
}

.siteTitle {
    font-weight: bold;
    letter-spacing: .15rem;
    font-family: 'Roboto', sans-serif;
}

.text-link {
	  color: inherit;
}

.siteTitle a{
  color: inherit;
  text-decoration: inherit;
}

.yellowMark,.shortYellowMark {
    height: 11px;
    background: yellow;
}

.yellowMark {
    width: 50px;
}

.shortYellowMark {
    width: 20px;
}

#mobileButton {
    background-color: var(--navbar-grey);
    border: none;
    color: white;
    padding: 0 15px;
}

#backgroundImage{
    min-height: 95vh;
    align-items: flex-start;
}

.topLogo{
    margin:auto;
    max-width: 50%;
    padding-bottom: 20px;
}

.aboutParagraphDiv div{
    margin:auto;
    text-align: center;
    width:90%;
}

.aboutParagraph{
    text-align: center;
    font-family: 'Roboto Slab', serif;
    line-height: 1.23em;
    display:inline-block;
    margin-bottom: 30px;
    
}


.homeFeature{
    margin:auto;
    text-align: center;
    line-height: 1.33em;
    font-size:0.9em;
    letter-spacing: 1.3px;
}


.homeFeatureHeader{
    font-family: 'Roboto', sans-serif;
    margin-top:0;
    margin-bottom:0;
}

#weDoGroup{ 
    display:flex;
    flex-direction: column;
}

.offerListBox{
    width:fit-content;
    margin:auto;

}

.offerList{
    text-align: left;
}

.offerList li{
    margin-top:10px;
        font-size:1.3em;
}

.quickContact{
    /* width:fit-content; */
    margin:20px 0 0 50px;
    text-align: left;
}

.quickContact div {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	justify-content: flex-start;
}

.left-gallery-arrow{
    width:65px;
    height:auto;
}

.right-gallery-arrow{
    width:65px;
    height:auto;
}

.to-top-arrow{
    height:74px;

}

.to-top-arrow img{
    width:65px;
    height:auto;
}

.to-contact-arrow{
    text-align: center;
    height:74px;
    
}

.to-contact-arrow img{
    width:65px;
    height:auto;
}

#contactMethods {
	margin-left: 50px;
}

#contactMethods h2 {
	margin-bottom: 8px;
}

#footer {
    padding-left: 3rem;
    background-color: var(--navbar-grey);
    color: var(--light-text);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

#footerMenu {
    display: flex;
    padding-right: 2rem;
}

#footerMenu li{
    list-style-type: none;
}

#footerMenu li a{
    color: var(--light-text);
    text-decoration: none;
}

.majorLink {
	font-size: 1.2em;
	display: inline-block;
}

.majorLink a{
  position: relative;
  color: inherit;
  text-decoration: inherit;
}

.majorLink a::before {
    position:absolute; /*or absolute*/
    left:-75px;
    top:0px;
    content: "";
    background-size: 50px 50px;
    width: 50px; 
    height: 50px;
    background-repeat: no-repeat;
}

#facebookLink a::before {
    background-image: url('/wp-content/uploads/icons/facebook.png');
    left: -45px;
    top:-10px;
    background-size: 35px;
}

#emailLink a::before {
    background-image: url('/wp-content/uploads/icons/email.png');
    left: -45px;
    top:-10px;
        background-size: 35px;
}

#phoneLink a::before {
    background-image: url('/wp-content/uploads/2023/04/phone-1.png');
    left: -45px;
    top:-10px;
    background-size: 35px;
}

/*  */

/* .wp-block-gallery <-> background-color:  black; */

#gallery {
    background-color: var(--asphalt-grey);
    color: white;
    overflow:auto;
}

.wp-block-gallery {
    padding: 15px;
    row-gap: 20px !important;
}

.wp-block-gallery .wp-block-image {
    width: 100% !important;

}

#contact-section{
    background-color: black;
    color: white;
    margin: 0;
}

.contact-form {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    row-gap: 25px;
	padding-bottom: 20px;
}

.contact-form input {
    padding: 0 10px;
    border: none;
    border-bottom: 2px solid white;
    background-color: #000;
    text-overflow:ellipsis;
}

.uploadedImages {
	display: flex;
	flex-wrap: wrap;
}

#contact-us {
    padding: 0 10px;
}

#contact-side-bar {
    padding: 0 10px;
}

#contact-us .form-row{
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

#contact-side-bar {
    background-image: linear-gradient(to bottom, black, var(--sidebar-grey));
}

.contact-btn {
	color: white;
	background-color:  black;

}

.contact-form label{
    height:30px;
}

.swal2-title {
	font-size: 2.2em !important;
}

.swal2-confirm, .swal2-html-container {
	font-size: 1.6em !important;
}

/* Privacy Policy page */
.privacy-policy {
	color: white;
	background-color: black;
}

.privacy-policy p, .privacy-policy h1 {
	margin-left: 20px;
}

/* 404 page */

#primary-404 {
	min-height: 92vh;
	text-align: center;
	background-color: var(--navbar-grey);
	color : white;
}

#primary-404 .page-title{
	margin: 0;
}

.header-404 {
	padding-top: 40px;
}

.btn-404 {
	margin-top: 40px;
}

.yellow-outline-btn{
	border-radius: 3px;
	border: 2px solid yellow;
}

@media screen and (max-width: 380px) and (max-height:760px){
    #backgroundImage{
        min-height: 120vh;
        }

}

@media screen and (max-width: 380px) and (min-height:800px){
    #backgroundImage{
        min-height: 110vh;
        }

}



/* Laptop, Tablet */
/* Laptop, Tablet */
/* Laptop, Tablet */
@media screen and (min-width: 786px) {
	
	.mobileInvisible {
	display: initial;
}

    #desktopMenu {
	display: flex;
    }

    #backgroundImage{
	min-height: 103vh;
    }

    
    #menu-primary {
	display: flex;
	color: var(--light-text);
    }
    
    #menu-primary a {
	color: var(--light-text);
	text-decoration: none;
    }
    
    .siteTitle {
	margin-left: 20px;
    }
    
    #menu-primary li{
	list-style-type: none;
    }
    
    #menu-primary li:after {
	content:" ";
	width: 50px;
	height: 15px;
	display: inline-block;
	background: yellow;

	position:relative;

	margin: 0 10px;
    }
    
    #mobileButton {
	display: none;
    }
    
    .yellowMark,.shortYellowMark {
	display: none;
    }
    
    #contact-side-bar {
	background-image: linear-gradient(to right, black, var(--sidebar-grey));
    }

    #backgroundImage  span {
	opacity: 0.3;
	background: #000;
	
    }


    #weDoGroup{ 
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
    }


    .homeFeature{
	margin:auto;
	max-width: 850px;
	min-width: 150px;
	background-color: rgba(0,0,0,.7);
	border-color: yellow;
	border-style: solid;
	text-align: center;
	z-index: -10;
    font-size: 1em;
    }

    .homeFeatureHeader{
        margin-bottom:0;
        margin-top:15px;
    }

    .offerListBox{
	width:fit-content;
	margin:auto;
    }

    .offerList{
    }
    
    .quickContact{
	width:360px;
    }

    .topLogo{
	text-align: center;
    max-width:250px;
    }

    #facebookLink::before {
	left: -50px;
	top:-10px;
	
    }

    #emailLink::before {
	left: -50px;
	top:-10px;
    }

    #phoneLink::before {
	left: -50px;
	top:-10px;
    }

    #contact-us {
	padding-bottom: 35px;
    }
    
    .contact-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
    margin-left: 20px;
    }

    .contact-form .form-row {

    }

    .contact-form label{
        height:32px;
    }

    input, select, textarea{
        font-size: 1.3em;
    }

}

/* Desktop */
@media screen and (min-width: 1367px) {


    .homeFeatureHeader{
        margin-bottom:unset
    }
    
    #backgroundImage{
        min-height: 95vh;
        }

}
