@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Playwrite+DK+Uloopet:wght@100..400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe:ital@0;1&display=swap');


.top-bar, .top-bar ul{
    background-color:#ffffff;
}

.is-dropdown-submenu > li {
	width: 100%;
	list-style: none !important;
}

.menu-primary-container{
    font-family: 'Montserrat', sans-serif;
    margin-top:auto !important;
    margin-bottom: auto !important;
}

.button {

    font-family: 'Montserrat', sans-serif;
    background-color: rgba(76, 86, 106, 0.85) !important;
    font-weight: 600;
    font-size: 1.1em;
    border-radius: 10px;
}

a.link-no-color{
    color:#ffffff;
}

.large-icon{
    font-size:2em;
}



  h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {

    font-family: "Alumni Sans Pinstripe", serif;
  font-weight: 400;
  font-style: normal;

}

section.nav{
    background-color: #F6E8D3;
}

section.hpage_strip {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('http://flexxreformerstudio.co.uk/wp-content/uploads/2025/01/pilates1-scaled.jpg');
    background-position: center;
    background-size: cover;
    min-height: 150px;
    color: #ffffff !important;
    padding-top:25px;
}

img.circle-image{
    width: 200px; /* Set the width of the image */
    height: 200px; /* Set the height of the image (same as width) */
    border-radius: 50%; /* Makes the image a circle */
    object-fit: cover; /* Ensures the image scales properly within the circle */
    border: 2px solid #F6E8D3; /* Optional: Add a border */
    overflow: hidden; /
}
/*section.hpage_strip::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}*/

