@font-face {
    font-family: 'springfieldregular';
    font-weight: normal;
    font-style: normal;
    src: url('/assets/Springfield.woff') format('woff'), url('/assets/Springfield.ttf') format('truetype');    
}

body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
    color: #0f1f4f;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

/* Styling */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    word-break: break-word;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

h2 {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.2;
    padding-left: 25px;
    position: relative;
}

h3 {
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
    text-decoration: none;
    text-transform: none;
}

.bg-deep {
    background-color: #0f1f4f;
}

.bg-deep h3, .bg-white h3 {
    color: #de7891;
}

.bg-deep a, .bg-deep h2 {
    color: #fff;
}

.bg-blue, .bg-coral, .bg-deep, .bg-flamingo, .bg-ocean, .bg-rose {
    color: #fff;
}

.bg-deep h3, .bg-white h3 {
    color: #de7891;
}

.bg-flamingo {
    background-color: #de7891;
}

.springfield-flamingo {
    font-family: springfieldregular, sans-serif;
    font-weight: 100;
    color: #de7891;
    font-size: 7rem;
    position: relative;
    line-height: 4rem;
    text-transform: capitalize!important;
}

h2:before {
    height: 17px;
    left: 0;
    position: absolute;
    width: 17px;
}

.bg-flamingo h2:before, .header h2:before {
    content: url('/assets/CFG-Arrow-white.svg');
}

.bg-deep h2:before, .bg-white h2:before {
    content: url('/assets/CFG-Arrow-flamingo.svg');
}

/* Container */

.page-wrap {
    margin: auto;
    width: 1110px;
}

#footerBar p {
    text-align: center;
}

#footerBar a {
    color:#fff;
}

/* Padding */

.padding-tb-small {
    padding-bottom: 60px;
    padding-top: 60px;
}

/* Animation */

.scroll-X, .scroll-X-off, .scroll-X-title, .scroll-X-bounce {
    opacity: 0;
    transform: translateX(200px) scale(0.8);
}

.scroll-MX, .scroll-MX-off, .scroll-MX-title, .scroll-MX-bounce {
    opacity: 0;
    transform: translateX(-200px) scale(0.8);
}

.phone-01 {
    opacity: 0;
    transform: translateX(200px);
}

.phone-02 {
    opacity: 0;
    transform: translateX(200px);
}

.line-text {
  opacity: 0;
  transform: translateX(-30px);
  display: block;
}

#yourlifeMob, #infoGuidanceMob, #livedExMob, #audioMob {
    display: none;
}

#yourlife, #infoGuidance, #livedEx, #audio {
    display: block;
}

table, th, td {
    text-align: left;
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
  padding: 15px;
  
}

table {
    margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
    .page-wrap {
        width: 100%;
        box-sizing: border-box
    }

    .line-text, .phone-01, .phone-02, .scroll-MX-bounce, .scroll-X-bounce {
        opacity: 1;
        transform: translateX(0px) scale(01);
    }

    .multi-right {
        margin-top: 30px;
        height: 450px;
    }

    .responsive-hide {
        display: none;
    }

    #yourlife, #infoGuidance, #livedEx, #audio {
        display: none;
    }

    #yourlifeMob, #infoGuidanceMob, #livedExMob, #audioMob {
        display: block;
    }
}

