body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    margin: 0;
   /* background-color: rgb(60, 145, 81); */
    background-color: #1f1f1f;
}

.Company_Logo {
width: 20vh;
height: 15vh;
}

.grid-footer-container {

    display: flex;
    justify-content: space-between;
   /* position: fixed;
    bottom: 0;
    right: 0;
    left: 0; */
    border: 3px solid black;
    margin-left: 0.8em;
    margin-right: 0.8em;
    margin-bottom: 0.5em;
    margin-top: 0.8em;

   /* background-color: rgb(145, 60, 124); */
   background-image: linear-gradient(160deg, rgba(148, 148, 148, 1) 40%, rgba(255, 0, 0, 0.7) 100%); /* code provided by https://convertingcolors.com/css-gradient.html */
}

.item {
    margin: 3px;
}

#Item_1 {
    font-size: 2em;
    text-align: center;
}

#Item_2 {
    font-size: 2em;
    text-align: center;
}

#Item_3 {
    font-size: 2em;
    text-align: center;
}

#Item_4 {
    height: auto;
    width: 200px;
    text-align: center;
    border-left: 3px solid black;
    border-right: 3px solid black;
    margin: 0;
}

#Item_5 {
    font-size: 2em;
    text-align: center;
    border: 2px solid black;
}


#Item_6 {
    font-size: 2em;
    text-align: center;
    border: 2px solid black;
}  

#Item_7 {
    font-size: 2em;
    text-align: center;
    border: 2px solid black;
}

#Item_8 {
    font-size: 2em;
    text-align: center;
}

.grid-header-container {
    display: flex;
    justify-content: space-between;
   /* position: fixed;
    top: 0;
    right: 0;
    left: 0; */
    border: 3px solid black;
    margin-left: 0.8em;
    margin-right: 0.8em;
   /* margin-bottom: 0.5em; */
   /* background-color: rgb(145, 60, 124); */
   background-image: linear-gradient(160deg, rgba(148, 148, 148, 1) 40%, rgba(255, 0, 0, 0.7) 100%); /* code provided by https://convertingcolors.com/css-gradient.html */
}

#Item_10 {
    font-size: 2em;
    text-align: center;
}

#Item_11 {
    font-size: 2em;
    text-align: center;
    border-left: 3px solid black;
    padding: 2px;
    margin: 0;
}

#Item_12 {
    font-size: 2em;
    text-align: center;
    border-left: 3px solid black;
    padding: 2px;
    margin: 0;
}

#Item_13 {
    font-size: 2em;
    text-align: center;
    border-left: 3px solid black;
    margin: 0;
    border-right: none;
}

#Item_14 {
    font-size: 2em;
    text-align: center;
    border-left: 3px solid black;
    padding: 2px;
    margin: 0;
}

#Item_15 {
    font-size: 2em;
    text-align: center;
    border-left: 3px solid black;
    padding: 2px;
    margin: 0;
}

#Item_16 {
    font-size: 2em;
    text-align: center;
    border-left: 3px solid black;
    padding: 2px;
    margin: 0;
}

#Item_17 {
    font-size: 2em;
    text-align: center;
    border-left: 3px solid black;
    padding: 2px;
    margin: 0;
}

.Socials {
    height: 1.5em;
    width: 1.5em;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: none;
  color:black;
}

.Home_Headings {
    text-align: center;
    font-size: 35px;
    margin: -0.75em;
}

td, th, table {
    border: 1px solid black;
    border-collapse: collapse;
}

.Time_Table_Seperater {
    padding: 0.25em;
}

th {
    font-size: 25px;
    padding-right:75px;
    padding-left: 75px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#Main_Photo {
    margin-top: auto;
    width: 500px;
    height: 500px;
    margin-bottom: auto;
    margin-left: 20px;
}

.Horizontal_Allignment {
    display: flex;
    flex-direction: row;
}

#Cmpany_Desc {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    font-size: 30px;
}

#Request_Form {
    margin-left: 17vh;
    font-size: 25px;
}

#Contact_Left {
    font-size: 60px;
    text-align: left;
}

.Contact_Socials {
    width: 25vh;
    height: 25vh;
}

#Contact_Right {
    text-align: right;
    font-size: 60px;
}

#Contact_Names {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Undo_Cntct_Tttle {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#Contact_Info_Text {
    font-size: 16px;
}

.Google_Maps_Footer_Img {
    width: 21vh;
    height: 8vh;
}

#Google_Maps_Contacts {
    width: 60vh;
    height: 35vh;
    margin-left: 28vh;
}

.About_Info_Headers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10vh;
}

.Right_Abt_Headers {
    text-align: right;
}

.About_Info_Headers h2 {
    font-size: 38px;
}

.Heading_Rentals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    font-size: 25px;
}

.Flex_Rentals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    font-size: 25px;
}

.Service_Names {
    font-size: 30px;
    border: 2px solid black;
    display: inline-block;
    padding: 4px;
}

.Booking_Button {
    border: 2px solid black;
    display: inline-block;
}

.Fix_It_Logo {
    width: 10vh;
    height: 5vh;
}

#Warranty_Text_Size {
    font-size: 20px;
}

.Title_Design {
    border: 3px solid black;
  /*  background-image: url('Images/pexels-codioful-7130532.jpg');
    background-position-x: 100%;
    background-position-y: 80%; */
    /* background-color: rgb(145, 60, 124); */
    background-image: linear-gradient(-20deg, rgba(148, 148, 148, 1) 40%, rgba(255, 0, 0, 0.7) 100%); /* Code provided by: https://convertingcolors.com/css-gradient.html */
    text-align: center;
    font-size: 60px;
    
}

.Text_Color {
    color: white;
}