/**
* Template Name: Multi
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
    --bs-body-font-size: 1.25rem; /* Change to your desired size */
}

  .navmenu a,
  .navmenu a:focus {
    font-size: 18px;
  }
  
  .section-title h2 {
    margin-bottom: 10px;
}

.services .service-item p {
	font-size: 15px;
}

.header .logo h1 {
font-size: 36px;
}

.tagline {
    font-style: italic;
    font-size: 1rem;
    color: #ed502e;
    margin-left: 40px;
}
