@font-face {
  font-family: 'Trirong-Bold';
  src: url('/static/fonts/Trirong-Bold.ttf');
}
@font-face {
  font-family: 'Trirong-Regular';
  src: url('/static/fonts/Trirong-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
  font-family: 'Montserrat-Italic';
  src: url('/static/fonts/Montserrat-Italic-VariableFont_wght.ttf');
}
.main_color {
    color: rgb(178, 201, 166)!important;
}
.btn-outline-primary, .btn-outline-primary:disabled {
  color: rgb(178, 201, 166);
  border: solid 1px rgb(178, 201, 166);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(178, 201, 166);
}
.btn-outline-primary:hover {
  background-color: rgb(178, 201, 166);
  color: #ffffff;
  border: rgb(178, 201, 166);
}

body {
  margin: 0;
  font-family: Trirong-Regular, sans-serif;
}

.header {
  padding: 30px;
  text-align: center;
}

#navbar {
    overflow: hidden;
}

#navBar {
    overflow: hidden;
}

.content {
  padding: 16px;
}
#navBar + .content {
    padding-top: 80px;
}

#navbar a:hover {
  color: rgb(178, 201, 166)!important;
  border-bottom: rgb(178, 201, 166)!important;
}

#navBar a:hover {
  color: rgb(178, 201, 166)!important;
  border-bottom: rgb(178, 201, 166)!important;
}

.why_integral_therapy::before {
	background-image: url('/static/img/pennygum_bg-transparent4.png');
	background-size: cover;
    position: absolute;
    background-position: center!important;
    background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	bottom: calc(5vh);
	left: 0px;
	opacity: 0.2;
	content: "";
}
.why_integral_therapy {
	position: relative;
	height: 100vh;
}

.logo_div {
    margin-top: 45px;
}

/* Screen width greater than 1190 */
@media screen and (max-width: 1372px) {
    .logo_div {
        margin-top: 35px;
    }
}

/* Screen width greater than 1190 */
@media screen and (max-width: 1190px) {
    #subfooter {
        display: none!important;
    }
    #photo_oonagh {
        horiz-align: center !important;
        text-align: center !important;
        margin-bottom: 25px!important;
    }
    #logo_image {
        margin-top: 1400px;
        padding-top: 120px;
        @media screen and (max-width: 568px) {
            margin-top: 700px;
            padding-top: 120px;
            width: 375px;
        }
    }
    .logo_div {
        @media screen and (max-width: 992px) {
            margin-top: 30px;
        }
    }

    #slogan {
        font-size: 22px !important;
        letter-spacing: 0.275em !important;
        margin-left: 1.75em;
        padding-left: 1.75em;
        margin-right: 0.25em;
        @media screen and (max-width: 992px) {
            margin-left: 1em;
            font-size: 18px !important;
            letter-spacing: 0.22em !important;
        }
        @media screen and (max-width: 768px) {
            margin-left: 0.55em;
            font-size: 18px !important;
            letter-spacing: 0.22em !important;
        }
        @media screen and (max-width: 568px) {
            margin-left: 0.35em;
            font-size: 15px !important;
            letter-spacing: 0.22em !important;
            float: right!important;
            padding-right: 1em;
        }
        @media screen and (max-width: 468px) {
            margin-left: 0.25em;
            font-size: 14px !important;
            letter-spacing: 0.18em !important;
            float: right!important;
            padding-right: 0.5em;
            padding-left: 0;
        }
        @media screen and (max-width: 408px) {
            margin-left: 0.15em;
            font-size: 14px !important;
            letter-spacing: 0.15em !important;
            float: right!important;
        }
    }
    .why_integral_therapy {
        background-repeat: no-repeat;
        background-size: 450px;
        background-position: center !important;
    }
    .section-mobile {
        margin-top: 85px !important;
    }
    .integral-therapist {
        margin-top: 12px!important;
        margin-bottom: 12px!important;
    }
    .ancient-wisdom {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .list-item-integral-therapy {
        padding-bottom: 4px!important;
        margin-left: 0.8em!important;
    }
    .contact_me_text {
        font-size: 17px!important;
    }
    .page1-content {
        padding-bottom: 85px!important;
    }
}

#logo_image {
    padding-top: 70px;
}
#photo_oonagh {
    margin-top: 0!important;
    overflow-x: hidden;
}
