﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #313030;
    height: 100%;
}

a {
    color: #0072f6;
    text-decoration: none;
}

    a:hover {
        color: #ff7e54;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}
.margintop{
    margin-top:50px;
}
.margintop50 {
    margin-top: 80px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #fff9f7;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-bottom: 0;
        font-family: "Poppins", sans-serif;
        color: #635551;
    }

    .section-title p {
        margin-bottom: 0;
    }
/* Ensure the 'Get in Touch' button text stays white */
a.btn.in-touch-btn,
a.btn.in-touch-btn:hover,
a.btn.in-touch-btn:focus {
    color: #fff;
}

/* Stronger reset for the header logo link to remove any UA/Bootstrap focus/decoration */
header#header .logo h1,
header#header .logo h1 a,
header#header .logo h1 a:hover,
header#header .logo h1 a:focus,
header#header .logo h1 a:active,
header#header .logo h1 a:visited,
header#header .logo h1 a:focus-visible {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-color: transparent !important;
    text-decoration-thickness: 0 !important;
    border: 0 !important;
    border-bottom: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
    -webkit-text-decoration-skip: none;
    text-decoration-skip-ink: none;
}

/* Prevent any weird caret/ink effects */
header#header .logo h1 a {
    -webkit-tap-highlight-color: transparent;
    display: inline-block; /* helps avoid odd underline rendering in some browsers */
}
