/* Main Page Styling */

body,
html {
    height: 100%;
}

/* Header and Navigation Styling */

h1 {
    font-family: "teko", sans-serif;
    font-weight: 500;
}

h2 {
    font-family: "teko", sans-serif;
    font-weight: 300;
}

nav a {
    font-family: "teko", sans-serif;
    font-weight: 500;
}

h3 {
    font-family: "teko", sans-serif;
    font-weight: 300;
}

h4 {
    font-family: "teko", sans-serif;
    font-weight: 300;
}

.header-div {
    background-color: #F2F2F2;
}

.footer-container {
    background-color: #F2F2F2;
    margin-top: 0;
}

.hero-outer {
    position: relative;
}

.hero-image {
    height: auto;
    width: 100%;
    background: url("/assets/images/pexels-leon-ardho-1552242.jpg") no-repeat center center;
}

.cover-intro {
    width: 300px;
    height: 300px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    background-color: rgba(237, 107, 71, 0.7);
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-items: center;
    text-transform: uppercase;
}

.cover-intro-header {
    font-weight: 500;
}

.reasons-container {
    background-color: #ED6B47;
    width: 100%;
    font-family: "teko", sans-serif;
}

.homepage-section-heading {
    margin-top: 10px;
    font-family: "teko", sans-serif;
    font-weight: 500;
    font-size: 32px;
}

.reasons-columns {
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 0px;
}

.three-reasons-icon {
    font-size: 36px;
}

ul {
    font-family: "teko", sans-serif;

}

.about-container {
    width: 100%;
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 32px;
    text-align: center;
}

.button-center {
    text-align: center;
    font-family: "teko", sans-serif;
    font-weight: 500;
}

.btn-info {
    width: 300px;
    height: 80px;
    font-size: 24px;
    background-color: #43464b;
    color: #ED6B47;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0px;
}

.btn-info:hover {
    background-color: #ED6B47;
    color: white;
}

.container-fluid {
    width: 100%;
}

.navbar-collapse {
    justify-content: right;
    padding-left: 0px;
}

.title-text {
    text-align: center;
    width: 80%;
    font-family: "teko", sans-serif;
    font-weight: 500;
    font-size: 36px;

}

.navbar {
    background-color: #F2F2F2;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-brand img {
    width: 150px;
    height: 150px;
}

.navbar-nav li:hover {
    text-decoration: underline;
}

#spacerbox {
    width: 150px;

}

.social-footer {
    background-color: #F2F2F2;
    font-family: "teko", sans-serif;
    font-weight: 300;
}

.plan-header {
    font-family: "teko", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #fafafa;
    text-decoration: underline;
    padding-top: 15px;
    padding-bottom: 5px;
}

.copy-div {
    background-color: #F2F2F2;
}

.fa-trowel-bricks {
    margin-top: 10px;
    color: rgba(67, 70, 75);
    font-size: 200px;
    margin-bottom: 15px;
}

.ticker {
    margin-left: 0;
    padding-left: 0;
    background-color: rgba(125, 249, 255, .7);
    bottom: 0;
    animation: fadeIn 3s;
    animation-fill-mode: forwards;
    animation-delay: 30s;
    animation-iteration-count: 10;
    animation-direction: alternate;
    opacity: 0;
    z-index: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: .5;
    }
}

.ticker-text {
    color: #ED6B47;
    font-family: "teko", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.row-archetypes {
    padding-top: 25px;
    margin-left: 0;
    margin-bottom: 0;
    padding-right: 0;
}

.p2-section-1 {
    background-color: rgba(67, 70, 75);
    text-align: center;
}

.row-archetypes p {
    background-color: rgba(67, 70, 75);
    color: #fafafa;
}

.body-types {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 0px;
    background-color: rgba(67, 70, 75);
    border-top: 3px solid rgba(237, 107, 71, 0.4);

}

.type-text {
    margin-bottom: 0;
    margin-top: 5px;
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 24px;

}

strong {
    color: #ED6B47;
}

.shapes {
    margin-top: 0;
    margin-left: 0;
}

.ecto {
    font-size: 200px;
    color: #ED6B47;
}

.meso {
    transform: rotate(90deg);
    font-size: 200px;
    color: #ED6B47;
    text-align: center;
}

.endo {
    font-size: 200px;
    color: #ED6B47;
}

.body-type-images {
    text-align: center;
    background-color: rgba(67, 70, 75);
    margin-left: 0px;
    margin-right: 0px;
}

.ecto-image {
    width: 400px;
    height: 400px;
    border-style: solid;
    border-color: rgba(237, 107, 71, 0.4);
    border-radius: 3%;
}

.meso-image {
    width: 400px;
    height: 400px;
    border-style: solid;
    border-color: rgba(237, 107, 71, 0.4);
    border-radius: 3%;
}

.endo-image {
    width: 400px;
    height: 400px;
    border-style: solid;
    border-color: rgba(237, 107, 71, 0.4);
    border-radius: 3%;
}

.body-type-plans {
    margin-top: 0px;
    margin-right: 0;
    padding-top: 50px;
    text-align: center;
    background-color: rgba(67, 70, 75);
}


.type-description {
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #fafafa;
}

#ecto-action {
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #ED6B47;
}

#meso-action {
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #ED6B47;
}

#endo-action {
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #ED6B47;
}

.planner-med {
    text-align: center;
    margin-top: 25px;
    margin-right: 50px;
}

.planner-med-header:hover {
    text-decoration: underline;
}

.plan-table-small {
    font-family: "teko", sans-serif;
    font-weight: 300;
}

.plan-table-med {
    text-align: center;
    font-family: "teko", sans-serif;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.table-med {
    margin-top: 25px;
}

.table-large-play {
    transform: rotate(90deg);
}

.mobile-steps {
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #ED6B47;
    background-color: rgba(67, 70, 75);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 0px;
}

.planner-small {
    text-align: center;
    background-color: #F2F2F2;
}

.planner-small h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: underline;
}

.planner-small:hover {
    text-decoration: underline;
}

tr {
    text-align: center;
    margin-left: 5px;
    padding: 0px;
}

.plan-icon {
    color: #ED6B47;
}

.plan-icon-meso {
    transform: rotate(90deg);
}

.med-img {
    max-height: 200px;
    max-width: 181px;
}

.img-cardio {
    height: 200px;
    width: 181px;
}

.img-weights {
    height: 200px;
    width: 181px;
}

.body-type-flex {
    display: flex;
    justify-content: center;
}

.archetypes-intro {
    margin-bottom: 0;
    margin-top: 30px;
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
}

.foundation-icon-tr {
    margin-top: 25px;
}

.foundation-icon {
    color: rgba(67, 70, 75);
}

.foundation-icon-text {
    color: #ED6B47;
    font-size: 24px;
    text-transform: uppercase;
}

.social-intro {
    padding-top: 25px;
    text-align: center;
    background-color: rgba(67, 70, 75);
}

.social-intro h2 {
    text-transform: uppercase;
    color: #ED6B47;
    text-decoration: underline;
}

.mobile-social {
    padding-top: 15px;
    background-color: rgba(67, 70, 75);
    text-align: center;
    color: #fafafa;
}

.mobile-social h2 {

    text-decoration: underline;
    color: #ED6B47;
}

.mobile-social p {
    color: #fafafa;
    font-family: teko;

}

.social-intro p {
    color: #fafafa;
    font-family: teko, sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.mobile-app>h4 {
    text-align: center;
    font-family: "teko", sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    color: #ED6B47;
}

.app-button-container {
    display: flex;
    justify-content: center;
}

.app-button-container img {
    width: 100%;
}

.form-label {
    font-family: "teko", sans-serif;
    font-weight: 500;
    text-decoration: underline;
}

.form-small {
    font-family: teko, sans-serif;
    font-weight: 300;
    background-color: #ED6B47;
    border-style: solid;
    border-color: rgba(125, 249, 255, .7);
}

.form-small label {
    font-size: 18px;
}

.form-small input::placeholder {
    font-size: 12px;
}

.form-background {
    background-color: rgba(67, 70, 75, 1);
    margin-top: 0;
}

.contact-form-md {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    color: #43464b;
    font-family: teko, sans-serif;
    font-weight: 500;
    font-size: 24px;
    border-style: solid;
    border-color: rgba(125, 249, 255, .7);
    padding: 50px;
    background-color: #ED6B47;
}

input {
    text-align: center;
    font-family: roboto, sans-serif;
}

label {
    text-transform: uppercase;
    font-size: 24px;
}

.form-group label {
    text-transform: uppercase;
    text-decoration: underline;
}

.gender {
    margin-top: 15px;
    font-family: teko, sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.gender-small {
    margin-top: 25px;
    margin-left: 10px;
    text-align: left;
    font-size: 18px;
}

.gender-small>h3 {
    text-decoration: underline;
    text-transform: uppercase;
}

.gender h3 {
    text-transform: uppercase;
    text-decoration: underline;
    color: #43464b;
    font-family: teko, sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.gender-radio {
    margin-left: 30px;
}

.age {
    margin-top: 15px;
    font-family: teko, sans-serif;
    font-weight: 300;
    font-size: 24px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #fafafa;
}

.mobile-age label {
    font-size: 18px;
    text-decoration: underline;
}

.btn-primary {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #43464b;
    border-color: #43464b;
    color: #ED6B47;
}

.btn-primary:hover {
    background-color: #ED6B47;
    color: #fafafa;
    border-color: #ED6B47;
}

.form-submit-mobile {
    margin-top: 15px;
}

.submit-mobile {
    font-size: 18px;
    font-family: teko, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #43464b;
    border-color: #43464b;
    color: #ED6B47;
}

.carousel-container {
    background: linear-gradient(to bottom, #43464b, #ED6B47);
}

.testimonial-header {
    color: #fafafa;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.carousel-inner {
    width: 49%;
    margin: auto;
    border-style: solid;
    border-color: rgba(125, 249, 255, .7);
    padding-bottom: 50px;
}

.carousel-caption>h5 {
    color: #ED6B47;
    font-family: teko, sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline;
}

.carousel-caption {
    color: #ED6B47;
    font-family: teko, sans-serif;
    font-weight: 500;
    font-size: 24px;
    align-items: center;
}

.resources {
    background-color: #ED6B47;
}

.resources-header {
    font-family: teko, sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    color: #fafafa;
    padding-top: 15px;
}

.resources-container {
    width: 50%;
    display: flex;
    margin-left: 25%;
    padding-bottom: 25px;
    opacity: .8;
}

.links-container {
    text-align: center;
    flex: 1;
    background-color: rgba(67, 70, 75, .8);
    color: #fafafa;
}

.links-container ol {
    padding-top: 25%;
    padding-bottom: 25%;
}

.links-container a {
    text-decoration: none;
    color: #fafafa;
}

.links-container a:hover {
    color: #ED6B47
}

.links-image {
    text-align: center;
    flex: 1;
    overflow: hidden;
    width: 300px;
    height: 500px;
}

.links-image>img {
    width: 100%;
    height: 100%;
}

.links-list {
    font-family: teko, sans-serif;
    font-weight: 300;
    font-size: 24px;
    height: 100%;
    margin-bottom: 0px;
}

.mobile-resources {
    width: 100%;
    height: auto;
    position: relative;
}

.mobile-resources>img {
    width: 100%;
    height: 100%;
}

.mobile-links-list {
    display: flex;
    position: absolute;
    height: 50%;
    width: 50%;
    top: 10%;
    left: 1%;
    margin: auto;
    color: #fafafa;
    font-family: teko, sans-serif;
    background-color: rgba(237, 107, 71, 0.7);
    margin-top: 10%;
    margin-bottom: 0;
}

.links-list-mobile {
    margin-bottom: 0;
}

.links-list-mobile a {
    text-decoration: none;
    color: #fafafa;
    font-family: teko, sans-serif;
    font-size: 18px;
}

.links-list-mobile a:hover {
    color: rgba(125, 249, 255);

}

.links-list-mobile li {
    padding-right: 5px;
}

.map-container {
    padding-top: 20px;
    text-align: center;
    background-color: #43464b;
    margin-bottom: 0;
    color: #fafafa;
    font-family: teko, sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.map-container>h2 {
    font-family: teko, sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline;
}

.mobile-google-map {
    padding-bottom: 50%;
    position: relative;
}

.mobile-google-map iframe {
    margin-top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.google-map {
    width: 100%;
    height: 100%;
    background-color: #43464b;
}

.google-map iframe {
    margin-left: 25%;
    margin-right: 25%;
    height: 400px;
    width: 50%;
}

.google-map-large {
    margin-top: 20px;
}

/* Media Queries For Responsive Design */

@media (max-width: 800px) {
    .cover-intro {
        display: none;
    }
}

@media (max-width: 600px) {
    .about-container {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        font-size: 24px;
    }

}

@media (min-width: 1200px) {
    .reasons-why {
        font-size: 18px;
    }

    .reasons-goals {
        font-size: 18px;
    }

    .reasons-hints {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .reasons-columns {
        margin-left: 120px;
    }
}

@media (min-width: 1600px) {
    .reasons-columns {
        margin-left: 125px;
    }

}

@media (max-width: 360px) {
    .mobile-steps {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .plan-table-small {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .title-text {
        font-size: 18px;
    }
}

@media (max-width: 760px) {
    .contact-form-md {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 766px) {
    .carousel-inner {
        width: 100%;
    }
}

@media (max-width: 920px) {

    .carousel-item h5 {
        font-size: 18px;
    }

    .carousel-item P {
        font-size: 18px;
    }
}

@media (max-width: 360px) {

    .carousel-item h5 {
        font-size: 12px;
    }

    .carousel-item P {
        font-size: 12px;
    }
}

@media (max-width: 541px) {
    .mobile-links-list ol {
        font-size: 12px;
    }
}

@media (max-width: 541px) {
    .mobile-links-list a {
        font-size: 12px;
    }
}

@media (max-width: 369px) {
    .mobile-links-list ol {
        font-size: 7px;
    }
}

@media (max-width: 369px) {
    .mobile-links-list a {
        font-size: 7px;
    }
}

@media (max-width: 400px) {
    .map-container {
        font-size: 12px;
    }
}