@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Regular.ttf);
}

img.responsive {
    width:90%;
    max-width: 100%;
    height: auto;
}
img.responsiveseven {
    width:70%;
    max-width: 75%;
    height: auto;
}
img.responsive-half {
    width:45%;
    max-width: 50%;
    height: auto;
}
img.responsive-halfhalf {
    width:28%;
    max-width: 30%;
    height: auto;
}
img.responsive-halffour {
    width:22%;
    max-width: 23%;
    height: auto;
}
img.responsive-halfhalfhalf {
    width:14%;
    max-width: 16%;
    height: auto;
}

ul.inner-list {
    padding-left: 40px; /* Adjust this value to create the desired indentation */
}

.navbar.above-footer {
    position: relative !important;
}

.dropdown-item:hover {
    color: white ;
}

.linktopage svg {
    fill: blue; 
}

.linktopage:hover svg {
    fill: lightblue;
    stroke-width: 5;
}
.linktopage p{
    color:blue;
    text-decoration:none;
    font-size:16px;
    display: inline;
    margin-left:20px;
}
.linktopage {
    text-decoration:none;
}
.linktopage:hover p{
    fill: lightblue;
    color:lightblue;
    text-decoration:none;
    opacity:1;
    cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.95);
}

.container-fluid {
    margin-top: 50px;
}

.nav-link {
    font-size: 3.0vh;
}

.navbar {
    position: fixed !important;
}

#to-the-top {
    /*svg导航*/
    height: 30px;
    width: 30px;
    bottom: 150px;
    right: 0px;
    position: fixed;
    display: none;
    /*padding: 10px;*/
    margin: 10px;
}

#to-the-bottom {
    height: 30px;
    width: 30px;
    bottom: 110px;
    right: 0px;
    position: fixed;
    /*padding: 10px;*/
    margin: 10px;
}

.v-card h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: calc(-6.5rem) !important;
    padding-top: 7rem !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content {
    background-color: #F5F8FF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 40px;
    font-size: 1.2em;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
    line-height: 32px;
}

.content .h1, .h2, .h3, .h4, h5{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.scroll-to-top-button {
    display: none;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 50%;
    font-size: 45px;
    bottom: 7vh;
    right: 2.5vw;
    cursor: pointer;
    outline: none;
}

.scroll-to-top-button img {
    transform: scale(1.25);
}

.scroll-to-top-button:hover {
    background-color: #F9A962;
    transition: ease-in 0.1s;
}

.scroll-to-top-button div {
    position: relative;
    transform: translate(0px, -7px);
    font-family: 'Raleway';
}


.decology_logo img{
    max-width: 100px;
}

footer .down .left div,
footer .down .left a {
    font-size: 14px;
    font-weight: 550;
}

footer .down .left a {
    text-decoration: underline;
}

footer .down .left a:hover {
    color: tomato;
    cursor: pointer;
}

footer .down .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .down .social a {
    margin: 10px;
}

footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.social a {
    text-decoration: none;
    font-size: 30px;
    color: black;
}

.social a:hover {
    text-decoration: none;
    font-size: 30px;
    color: white;
}

footer .down .social a {
    margin: 15px;
}

body {
    padding-top: 56px;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #F9A962 !important;
}

.bg-hero {
    background-color: #45b06cff;
}

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

body {
    background-color: #FBEEC9;
    position: relative;
    font-family: 'Montserrat', 'Nunito Sans', Arial, sans-serif;
    line-height: 1.5;
}

.outerheadingunder {
    width: 60%;
    height: 13px;
    background: linear-gradient(90deg, #FFC971 19.42%, #FBF2C0 100%);
    border-radius: 30px;
}

/* img {
float: right;
} */
.noNewlineText {
    white-space: nowrap;
}

a.small {
    line-height: 0.8;
}

h1.bolder {
    font-weight: 900;
    /* Bolder */
}

/* .navbar {
    position: fixed;
} */
.centered-text {
    text-align: center;
}

.centered-hr {
    height: 1px;
    background-color: black;
    width: 35%;
    margin: 0 auto;
}

.nav-pills .nav-link {
    width: 2px;
    padding: 5px;
    border-radius: 0px;
}

.nav-pills>.nav-link {
    color: #FFFFFF !important;
    background: #FFFFFF !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #85540A !important;
    background: #F0A22E !important;
}

.fullPagePicture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-effectText {
    opacity: 0;
}

.hover-effectText:hover {
    background-color: rgba(255, 255, 255, 0.30);
    opacity: 1;
}

.txtBlockFloat {
    margin-top: -100px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;


    .footer-container .row {
        margin-right: 0;
        margin-left: 0;
    }
}

.jumbotron {
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    background-color: white;
    border: 2.5px solid #222;
    border-radius: 0.3rem;
}

.jumbotron p {
    margin-bottom: 0;
}