.dark-mode {
  background-color: black;
  color: white;
}
.darkmode_gray_heading{
    color: dodgerblue;
    font-size: 36px;
    font-weight: 550px;
    text-transform: uppercase;
}
.darkmode_smaller_gray_heading{
    color: #666666;
    font-size: 21px;
    font-weight: 550px;
    text-transform: uppercase;
}
.darkmode_dark_heading{
    color: dodgerblue;
    font-size: 50px;
    font-weight: 600px;
    text-transform: uppercase;
}
.darkmode_description{
    color: white;
    font-size: 16px;
    font-weight: 250;
    line-height: 1.7;
}
.darkmode_highlights_section{
    background-color: inherit;
    margin: 80px 0px;
    display: flex;
    flex-wrap: wrap;
}
.darkmode_highlight_image_section{   
    flex: 40%;
    display: flex;
    height: 380px;
    align-items: flex-end;
    justify-content: center;
    background-color: dodgerblue;
}
.darkmode_general_button {
    background-color: dodgerblue;
    margin: 20px 0px 0px;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: #000;            
    border: 2px solid dodgerblue;
    border-radius: 0px;
    width: 200px;
    cursor: pointer;
}
.darkmode_general_button:hover {
    background-color: inherit;
    color:dodgerblue;
    text-decoration: none;
}
.darkmode_half_promote_left{
    flex: 48%;
    display: flex;
    flex-wrap: wrap;
    background-color: inherit;
    margin-right: 2%;
}
.darkmode_half_promote_right{
    flex: 48%;
    display: flex;
    flex-wrap: wrap;
    background-color: inherit;
    margin-left: 2%;
}
.darkmode_smaller_dark_heading{
    color: dodgerblue;
    font-size: 30px;
    font-weight: 600px;
    text-transform: uppercase;
}
.darkmode_half_promote_image_section{
    display: flex;
    height: 260px;
    align-items: flex-end;
    justify-content: center;
    background-color: dodgerblue;
}
.darkmode_footer_section{
    width: 100%;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.darkmode_footer_item_description{
    color: white;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.darkmode_footer_item_description_heading{
    color: dodgerblue;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}
.darkmode_trademark_section{
    text-align: left;
    color: dodgerblue;
}
.darkmode_trademark_section a{
    color: red;
}

@media only screen and (max-width: 640px){
    .slider_content{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .slider_text_section{
        flex: 100%;
        justify-content: center;
        text-align: center;
        margin: 40px auto;
    }
    .slider_image_section{
        flex: 100%;
        justify-content: center;
        margin-top: 40px;
    }
    .slider_text_large{
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }
    .slider_text_small{
        text-align: center;
    }
    .typing-text{
        display: none;
    }
    .home_services_bottom{
        font-size: 28px;
    }
    .highlights{
        flex-wrap: wrap;
    }
    .highlight{
        flex: 100%;
    }
    .showcase_section{
        flex-wrap: wrap;
        padding-top: 40px;
    }
    .showcase_text_section{
        flex: 100%;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .showcase_image_section{
        flex: 100%;
        justify-content: center;
    }
    .showcase_text_large{
        text-align: center;
        font-size: 22px;
        margin-top: 16px;
    }
    .showcase_text_small{
        text-align: center;
    }
    .showcase_small_top_heading{
        padding: 40px 0px 16px;
        justify-content: center;
        text-align: center;
        flex: 100%;
        width: 100%;
    }
    .showcase_button_holder{
        justify-content: center;
    }
    .products_section_heading {
        font-size: 22px;
    }
    .steps_intro{
        font-size: 22px;
    }
    .testimonials_large_heading{
        font-size: 28px;
    }
    .testimonials{
        flex-wrap: wrap;
    }
    .testimonial{
        flex: 100%;
    }
    .step{
        flex: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }
    .product_holder{
        flex: 100%;
        max-width: 100%;
    }
    .gallery_item_holder{
        flex: 100%;
        min-width: 100%;
    }
    .banner{
    height: 300px;
  }
  .big_text, .general_heading, .about_heading, .banner_text{
    font-size: 30px;
  }
  .small_text{
    font-size: 14px;
  }
  .slideshow-container{
    height: 380px;
  }
  #ux_text{ 
  top: 40%;
  }
  #ui_text{ 
  opacity: 0;
  transition: all 1500ms;
  top: 60%;
  }
  .dark_heading, .darkmode_dark_heading{
    font-size: 28px;
  }
  .gray_heading, .darkmode_gray_heading{
    font-size: 21px;
  }
  .about_text{
    padding-left: 0px;
    padding: 20px;
  }
  .darkmode_general_button{
    padding: 12px 8px;
    width: 150px;
    margin-bottom: 40px;
  }
  .half_promote_left, .darkmode_half_promote_left{
    flex: 100%;
    margin-right: 0;
  }
  .half_promote_right, .darkmode_half_promote_right{
    flex: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .half_promote_text{
    flex: 100%;
  }
  .half_promote_image_section{
    align-items: flex-end;
    justify-content: center;
  }
  .showcase_section{
    margin-top: 60px;
  }
  .showcase_header{
    padding: 5px 0px;
  }
  .showcase_image_holder{
    flex: 100%;
    margin: 12px 0px;
  }
  .smaller_dark_heading{
    font-size: 25px;
  }
  .events_section{
    margin-top: 20px;
  }
  .event{
    flex: 100%;
    margin: 12px 0px 16px;
  }
}