:root{
    --bg-color: #fff;
    --primary-color: white;
    --second-color: black;
    --hover-bg-color: #efefef;
    --shadow-1: 0px 2px 10px rgba(0, 0, 0, 0.3);
    --shadow-2: 0px 2px 10px rgba(26, 112, 224, 0.4);
}
@media screen and (max-width: 1195px) {
    .headerphone {
        display: none !important;
    }
}


body {
  background-image: url("asphalt-highway-crop.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;  
    background-color: black;
}
/*.header {
height: 12em;
background-color: white;
}*/

.logo {
/*max-width: 30%;*/
}

.headerphone {
margin: 1em;
}
ul{
    list-style-type: none;
}

a{
    text-decoration: none;
    font-family: math;
    color: var(--second-color);
    
}

/* ===== Menu Toggle ===== */
.menu-toggle{
    display: none;
    font-size: 24px;
    background: transparent;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
}
/* ===== Navigation Bar ===== */
.nav{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
   /* padding-inline: 3vw;*/
    height: 150px;
    background: white;
    color: var(--primary-color);
}
/*.logo h1{
    font-weight: 600;
}*/
.nav-main-menu{
    display: flex;
}
.nav-link{
    padding: 26px 10px;
    margin-inline: 10px;
    transition: .3s;
    font-size: 1.7em;
    font-weight: 700;
}
.nav-link:hover{
    color: var(--second-color);
}
.nav span{
    margin-right: 5px;
}
.fa-chevron-down, .fa-chevron-right{
    font-size: 12px;
    transition: .3s;
}
.dropdown:hover .fa-chevron-down, .sub-dropdown:hover .fa-chevron-right{
    transform: rotate(180deg);
}
.dropdown:hover .nav-link{
    color: var(--second-color);
}
/* ===== Dropdown ===== */
.dropdown{
    position: relative;
}
.nav-main-menu .dropdown-content{
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    background: white;
    min-width: 240px;
    border-top: 5px solid white;
    border-radius: 0 0 3px 3px;
    animation: slideUp .3s;
    z-index: 8;
}
.dropdown-content li{
    padding: 20px;
}
.dropdown-content li:hover{
    background: var(--hover-bg-color);
}
.dropdown:hover .dropdown-content{
    display: block;
}
/* ===== Sub - Dropdown ===== */
.nav-main-menu .sub-dropdown-content{
   display: none;
   position: absolute;
   top: 34%;
   left: 100%;
   background: var(--bg-color);
   min-width: 240px;
   border-top: 3px solid #ccc;
   border-radius: 3px;
   animation: slideUp .3s;
   box-shadow: var(--shadow-1);
}
@keyframes slideUp {
    from{
        margin-top: 20px;
    }
    to{
        margin-top: 0;
    }
}
.dropdown-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-dropdown:hover .sub-dropdown-content{
    display: block;
   }
.btn{
    font-size: 15px;
    background-color: var(--second-color);
    color: var(--bg-color);
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    box-shadow: var(--shadow-2);
    cursor: pointer;
    transition: .3s;
}
.btn:hover{
    opacity: 0.9;
}


h1 {
  color: white;
  font-size: 4.5em;
  font-family: math;
}
h2 {
font-family: math;
font-size: 2.5em;
}
h3 {
font-size: 1.5em;
 font-family: math;
}
h4 {
font-size: 1.1em;
font-family: math;
}
p {
  font-size: 2.0em;
  color: black;
  font-family: math;
}

.main {
  margin: 3em;
  background-color: white; 
  opacity: 0.8;
  height: auto;
padding: 1em;
  text-align: center;
}

.email {
  text-align: right;
}
.tagline {
margin: 9em;
text-shadow: 5px 5px 8px black;
}
.tagtext {
text-align: center;
}
.footer {
height: 14.3em;
background-color: white;
opacity: 0.8;
margin: -1em 3em 0em;
padding: 10px;
}
.cities-list{
columns: 100px 3;
    font-size: 1.5em;
    padding: 0;
    margin: 3em;
}

.photos {
  padding: 5px;
}
.brakephotos {
 border: 2px solid #555;
    margin: 2% 7%;
}
.servicecopy{
margin: 5%;
}
.contact{
width:40%;
float: left;
margin: 0 0 0 70px;
text-align: left;
}

.map{
margin: 110px 0px;
}

.column {
  float: left;
  width: 33.33%;
}

.inforow:after {
  content: "";
  display: table;
  clear: both;
}

.inforow{
background-color: #e5e5e5;
    padding: 1em;
}
.column h3{
text-decoration: underline;
}
.link {
text-decoration: underline;
}
.contact p{
font-size: 1.5em;
}
.git
{
text-decoration: underline;
}

.row
{
width: 80%;
margin: auto;
background-color: #e5e5e5;
}

.citycustomers
{
width: 80%;
margin: auto;
background-color: #e5e5e5;
}

.cityphotos {
float: left;
border: 2px solid #555;
margin: 2% 7%;
}
.citycopy {
overflow: auto;
}
