@charset "UTF-8";
@import url("https://use.typekit.net/ysg6xsl.css");
/*
-------------------------------------------------------------------------
* Template Name    : HSF UK v1 2023                                     * 
* Author           : NJE Digital                                        *
* Version          : 1.0.0                                              *
* Created          : June 2023                                          * 
* File Description : Main css file of the template                      *
*------------------------------------------------------------------------
*/
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  fontfont-family: poppins, sans-serif;
  
  font-weight: 200;
  
  color: #212529;
  text-align: left;
  background-color: #fff;
}
/* Colours */

.hsfuk-light-green {
  color: #EDF2E9;
}
.hsfuk-dark-green {
  color: #2B401D;
}
.hsfuk-bg-light-green {
  background-color: #EDF2E9;
}
.hsfuk-bg-dark-green {
  background-color: #2B401D;
}

/* Alignment */

.center-vert {
  vertical-align: 50%;
}
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-fluid-2 {
    width:auto;
    height:auto;
}

.vertical-center {
  min-height: 100%; 
  min-height: 100vh; 
  display: flex;
  align-items: center;
}

.vertical{
    position: relative;
    top:50%;
    transform: translateY(-50%);
}

.project-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.project-row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}




/* Navigation */

.navbar-text {
  fontfont-family: poppins, sans-serif;
  font-size: 1rem;
  font-weight: 100 !important;
  font-style: normal;
  color:#212121;
}
.navbar-text-alt {
  fontfont-family: poppins, sans-serif;
  font-size: 1rem;
  font-weight: 100 !important;
  font-style: normal;
  color: white;
}

/* Fonts */

.general-text {
  fontfont-family: poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.8;
  font-style: normal;
  color: black;
}
.general-text-centered {
  fontfont-family: poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.8;
  font-style: normal;
  color: black;
  text-align: center;
}
.general-text-lg {
  fontfont-family: poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  color: black;
}
.general-text-lg-italic {
  fontfont-family: poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;
  color: black;
}
.general-text-sm {
  fontfont-family: poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 200;
  line-height: 1.5;
  font-style: normal;
  color: black;
}

/* Special Items */

#map {    
 height: 500px;
 width: 100%;
        
}

/*  Backgrounds  */

.homepage-top-section {
  background-image: url("../images/1-weight-section-mono.png");
  display: flex;
  background-size: cover;
  background-position: center center;
  background-attachment:fixed;
  background-repeat: no-repeat;
  position: relative;
}
.about-us-bg {
  background-image: url("../images/1-high-street-fitness-staff-01.jpg");
  background-size: contain;
  background-position: top right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
.what-we-do-header {
  background-image: url("../images/1-green-weights-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;  
}

.dream-it-bg {
    background-color: #edf2e9;
    background-size: contain;
    background-position: center center;
}

.mask-custom {
  backdrop-filter: blur(4px);
  background-color: rgba(145,145,145,0.65);
}

/* Modals */

.modal-hsfuk {
    max-height: calc(100vh - 125px) !important ;
}

/* Admin CSS */

#box {
    width:500px;
    background-color:#ffffff;
    margin:0 auto;  
    padding:16px;  
    text-align:center;  
    margin-top:50px;
    border:1px solid #ccc;
    border-radius:5px;
}  

/* Images */

.img-size35 {
    width: 35%;
    height: auto;
}

.img-size50 {
    width: 50%;
    height: auto;
}

.max-img-size50 {
    max-width: 50%;
	width: auto;
    height: auto;
}

.img-size75 {
    width: 75%;
    height: auto;
}

.img-size95 {
    width: 95%;
    height: auto;
}

.img-size100 {
    width: 100%;
    height: auto;
}

.image-z-behind {
    z-index: -20;
}

.image-z-infront {
    z-index: 20;
}

.max-thumbnail100 {
    max-height: 100px;
    width: auto;
}

/* Media Queries */

/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
  .responsive-font-display {
    font-size: 80px;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
  .responsive-font-example {
    font-size: 30px;
  }
}

