﻿@media (max-width: 991.98px) {
    h1 {
        font-size: 1.75rem !important;
    }
}

.intro-right {
    min-height: 500px;
    background: url("../img/pexels-photo-40120.jpg") center center no-repeat;
    background-size: cover;
}

.credit {
    margin-top: 3rem;
    font-size: 1rem;
    color: #000;
}

.social {
    text-align: left;
    margin-top: 40px;
}

    .social a {
        margin: 0 10px 0 0;
        color: #333;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 13px;
        text-align: center;
        transition: all .2s ease-out;
        border: solid 1px #333;
    }

        .social a i {
            vertical-align: bottom;
            line-height: 40px;
        }

        .social a:hover {
            background: transparent;
        }

            .social a:hover.facebook {
                color: #4460ae;
                border-color: #4460ae;
            }

            .social a:hover.youtube {
                color: #c21f25;
                border-color: #c21f25;
            }

            .social a:hover.twitter {
                color: #3cf;
                border-color: #3cf;
            }

            .social a:hover.instagram {
                color: #cd4378;
                border-color: #cd4378;
            }

            .social a:hover.email {
                color: #4a7f45;
                border-color: #4a7f45;
            }

            .social a:hover.link {
                color: #871AFF;
                border-color: #871AFF;
            }

.text-small {
    font-size: 0.9rem !important;
}

.text-uppercase {
    letter-spacing: 0.2em !important;
}

.headings-font-family {
    font-family: inherit !important;
}

.font-family-base {
    font-family: "Lato", sans-serif, "Microsoft YaHei",Helvetica, Arial, "游ゴシック体", "YuGothic","メイリオ", "Meiryo";
}

#style-switch-button {
    position: fixed;
    top: 120px;
    left: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    left: 0;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

    #style-switch h4 {
        color: #495057;
    }

body {
    font-family: "Lato", sans-serif, "Microsoft YaHei",Helvetica, Arial, "游ゴシック体", "YuGothic","メイリオ", "Meiryo";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

a {
    color: #2b90d9;
    text-decoration: none;
}

/*
a:hover, a:focus {
    color: #1c669c;
    text-decoration: underline;
}
*/

a:hover, a:focus {
    color: white;
    text-decoration: none;
    cursor:pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #2b90d9;
}

.blockquote-footer {
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.text-primary {
    color: #2b90d9 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #2074b1 !important;
}

.btn-get-started {
    margin-top: 30px;
    line-height: 1;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background: #E62E04;
    box-shadow: 0px 5px 30px rgb(65 84 241 / 40%);
    text-align:center;
    width:100%;
}

.btn-get-started span {
    padding: 10px 0;
}

.logo {
    max-width: 100%;
    height: auto;
}