@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');


.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: "Playwrite DK Uloopet", cursive !important; /*'Montserrat', sans-serif;*/
    font-weight: 600;
    font-size: 1.1em;
    border-radius: 50px;
}

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

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

h1.anton-regular {
    /*font-family: "Anton", sans-serif !important;*/
    font-family: "Playwrite DK Uloopet", cursive !important;
    font-weight: 400;
    font-style: normal;
    font-size:7em;
  }

  .playwrite-dk-uloopet-script{
    font-family: "Playwrite DK Uloopet", cursive !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

/* For tablets and below */
@media (max-width: 1024px) {
    h1.anton-regular {
        font-size: 5em;
        margin-left:1em;
    }
    .playwrite-dk-uloopet-script {
        font-size: 2em;
        margin-left:2.4em;
    }
    
}

/* For mobile screens */
@media (max-width: 768px) {
    h1.anton-regular {
        font-size: 3.5em;
        margin-left: 1em;
    }

    .playwrite-dk-uloopet-script {
        margin-left: 1.6em;
    }
}

/* For very small devices */
@media (max-width: 480px) {
    h1.anton-regular {
        font-size: 2.5em;
        margin-right: 1em;
    }

    .playwrite-dk-uloopet-script {
        margin-left: 1.1em;
        margin-right: 1em;
    }
}

  

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

    font-family: "Playwrite DK Uloopet", cursive !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

section.hpage_strip {
    background-image: url('http://bloominfitness.co.uk/wp-content/uploads/2025/07/cherry-blossom-scaled.jpg');
    background-size: cover;
    min-height: 150px;
    color: #ffffff !important;
    padding-top:25px;
    background-position: center center
}

ul#header-menu {
    list-style: none;
}

.locations-icon {
    position:relative;
    top:10px;
}

