/*
 * Globals
 */

/* Custom default button */

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
}
/*
 * Base structure
 */

body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    font-family: 'Open Sans', sans-serif !important;
}
.bg-dark {
    background-color: #000 !important;
}
.cover-container {
    max-width: 80em;
}
.main-content {
    text-align: left;
    text-transform: uppercase;
}
.section {
    margin-bottom: -12px;
    position: relative;
}
.heading-ttl {
    font-size: 91.5px;
    font-weight: 300;
    margin-bottom: -15px;
    letter-spacing: -0.2px;
    color: #4A4A49;
    margin-left: -5px;
}
.head-cont {
    margin-top: 22px;
}
.heading-ttl:hover {
    cursor: pointer;
}
.heading-ttl.ttl {
    margin-right: 0px;
}
.white-color {
    color: #fff
}
.white-bg {
    background-color: #fff !important;
}
.show-intro {
    color: #fff;
}
.show-intro:hover {
    color: #FDB82F;
    cursor: pointer;
}
.intro {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-top: 70px !important;
    line-height: 22px;
}
.name {
    font-size: 37px;
    font-weight: 300;
    line-height: 32px;
}
.name span {
    color: #606060;
}
.email {
    font-size: 3em;
    font-weight: 300;
    float: right;
}
.email span {
    color: rgba(255, 255, 255, 0.3);
    margin-right: 20px;
}
.email img {
    width: 40px;
    position: relative;
    bottom: 5px;
}
.dot {
    height: 20px;
    width: 20px;
    background-color: #4A4A49;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0px;
}
.design-one:hover {
    background-color: #ff4c48;
    cursor: pointer;
}
.design-one-bg {
    background-color: #ff4c48;
    cursor: pointer;
}
.design-two-bg {
    background-color: #c91735;
    cursor: pointer;
}
.design-three-bg {
    background-color: #8c023a;
    cursor: pointer;
}
.design-four-bg {
    background-color: #BA6588;
    cursor: pointer;
}
.design-ttl-one {
    color: #ff4c48 !important;
}
.design-ttl-two {
    color: #c91735 !important;
}
.design-ttl-three {
    color: #8c023a !important;
}
.design-ttl-four {
    color: #BA6588 !important;
}
.dance-one-bg {
    background-color: #f9c953;
    cursor: pointer;
}
.dance-ttl-one {
    color: #f9c953 !important;
}
.education-one-bg {
    background-color: #629b6b;
    cursor: pointer;
}
.education-ttl-one {
    color: #629b6b !important;
}
.education-two-bg {
    background-color: #a0a15a;
    cursor: pointer;
}
.education-ttl-two {
    color: #a0a15a !important;
}
.community-one-bg {
    background-color: #259def;
    cursor: pointer;
}
.community-ttl-one {
    color: #259def !important;
}
.community-two-bg {
    background-color: #3adef9;
    cursor: pointer;
}
.community-ttl-two {
    color: #3adef9 !important;
}
a {
    text-decoration: none;
}
.menu {
    margin-left: 4px;
    margin-bottom: 12px !important;
    /*height: 90px !important;*/
}
.show-text {
    font-size: 17px;
    left: 0;
    width: 800px;
    /*font-weight: 600;*/
    color: #fff;
    line-height: 28px;
}
.show-text:hover {
    cursor: pointer;
}
/*
 * Header
 */

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
}
.nav-masthead .nav-link:hover, .nav-masthead .nav-link:focus {}
.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}
/*.email-icon {
    height: 26px;
    background-image: url("../images/email.png");
}
.email-icon:hover {
    height: 26px;
    background-image: url("../images/email-yellow.png");
}*/

@media (max-width: 991.98px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    .heading-ttl {
        font-size: 90px;
    }
    .show-text {
        width: auto;
    }
    .name, .email {
        font-size: 26px;
    }
    .dot {
        margin-right: 0px;
    }
    .cover-container {
        max-width: 44em;
    }
    .intro {
        width: 640px;
        text-align: left;
        margin-bottom: 30px;
        margin-top: 60px !important;
    }
}
@media (max-width: 767.98px) {
    .cover-container {
        padding: 2rem !important;
    }
    .heading-ttl {
        font-size: 40px;
        margin-bottom: -15px;
        margin-left: -5px;
    }
    .menu {
        margin-left: -1px;
    }
    .show-text {
        width: auto;
        font-size: 15px;
    }
    .name, .email {
        font-size: 26px;
    }
    .email-icon img {
        width: 23px;
        height: 23px;
    }
    .insta-icon img {
        width: 23px;
        height: 23px;
    }
    .heading-ttl .ttl {
        margin-right: -6px;
    }
    .dot {
        margin-right: 0px;
        height: 15px;
        width: 15px;
    }
    .float-md-end {
        float: right!important;
    }
    .float-md-start {
        float: left!important;
    }
    .section {
        margin-bottom: 7px;
        position: relative;
    }
    .intro {
        width: 300px;
        margin-bottom: 30px;
        text-align: left;
        margin-top: 60px !important;
    }
    #community {
        margin-bottom: 50px;
    }
    .main-content {
        margin-top: 60px !important;
    }
}