
/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Basic styling */
body {
  font-family: Dapifer, Sanchez;
  line-height: 1.6;
  color: rgba(0,0,0,1);
  width: 100%;
}

h1 {
    font-size: calc(2rem + 1.5vw);
}

/* Header styling */
header {
    text-align: center;
    height: 110vh;
    width: 100%;
    overflow: hidden;
}

.header-image {
  position: absolute;
  z-index: -1;
  translate: -50vw;
  background-size: cover;
}

.header-img {
    background-image: url('/images/couch.png');
    background-repeat:no-repeat;
    position: absolute;
    z-index: -1;
    background-size: cover;
    height: 110vh;
    width: 100%;
}

.logo {
    max-width: 100%;
    max-height: 100px;
}

.mobile-overlay {
    height: 120vh;

}

#navbarToggleExternalContent {
    translate: 0 -20vh;
}

.header-menu-nav-item {
    margin: 4.4vw 5vw;
}

.mobile-logo {
    max-width: 100%;
    max-height: 24vw;
    translate: 33vw;
}

.menu {
  list-style: none;
}

.mobile-menu-items {
    translate: 0 20vh;
}

.mobile-menu-item {
    font-size: 12vmin;
}

.menu li {
  display: inline-block;
  margin-right: 25px;
}

.menu li a {
  color: black;
  text-decoration: none;
   @media only screen and (min-width: 768px) {
    font-size: 25px;
   }
   font-size: 35px;
}

.collapse {
    opacity: 1;
    transition: all 1s ease 1s
}

.hero {
  color: #fff;
  position:absolute;
  bottom: 10vh;
  text-align: start;
}

.hero h1 {
  font-size: calc(2.375rem + 2.5vw);
  margin-bottom: -110px;
  font-weight: 900;
  font-family: dapifer;
}

.mobile-header {
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.display-desktop-only {
    @media only screen and (max-width: 767px) {
        display: none;
    }
}

.display-mobile-only {
    @media only screen and (min-width: 768px) {
        display: none;
    }
}

.display-mobile-only .navbar {
    z-index: 1;
}
/* About section styling */
.about {
  text-align: center;
}

.about h1 {
  margin-bottom: 30px;
}

.break-line {
  width: 80%;
  height: 2rem;
  border-bottom: solid 2px;
  margin: 0 auto;
}

.about row {
  text-align: left;
}

.about-para {
    line-height: 2;
    font-size: 20px;
}

.about-list {
  margin-bottom: 3.5vh;
  font-size: 20px;
}

/* Services section styling */
.services {
  text-align: center;
}

.services h2 {
  margin-bottom: 30px;
}

.services img {
  width: 100%;
  max-width: 300px;
  inline-size: auto;
  translate: 0 -6px;
}

.services h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.services p, li {
  font-size: 20px;
  line-height: 2;
}

.carousel-item {
    max-height: 80vh;
}

/* accreditations styling */
#accreditations-logo {
    width: 30vw;
    margin-bottom:2vh;
}

#PRS-logo {
    width: 35vh;
    margin-bottom:2vh;
}

#DPS-logo {
    width: 15vh;
}

/* Footer styling */
footer {
  background-color: dimgray;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
  line-height: 2;
}

button {
    border-radius: 35px;
    display: inline-block;
    text-decoration: none;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

@media only screen and (max-width: 768px) {
    #PRS-logo {
        width: 25vh;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    #accreditations-logo {
        width: 78vw;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    #DPS-logo {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

/* Navbar Mobile icon button */

.animated-icon {
    width: 37px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 0.3vh;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span {
    background: black;
}

.animated-icon span:nth-child(1) {
    top: 0px;
}

.animated-icon span:nth-child(2) {
    top: 10px;
}

.animated-icon span:nth-child(3) {
    top: 20px;
}

.animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.founder p {
  font-size: 20px;
  line-height: 2;
}

.card-header {
    background-color: white;
    font-size: 25px;
}

.card-button {
    font-size: 25px;
}

.social-media-icons img {
    height: 32px;
    width: 32px;
}

@media only screen and (min-width: 768px) {
    .custom-center-list {
        text-align: center;
    }
    .custom-center-list > li {
        list-style-position: inside;
    }
}
       - https://www.facebook.com/brightroomsuk/
       - https://www.tiktok.com/@brightroomsuk
       - https://www.linkedin.com/company/brightroomsuk/