html {
    scroll-behavior: smooth;
}

body {
    font-family: century-gothic, sans-serif;
    /*font-weight: 400;*/
    font-style: normal;
}

strong {
    font-family: Arial, sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0,0,0,.5)
}

span.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

.about {
    color: white;
    background-color: #00000080;
    padding: 10px;
    border-radius: 3px;
}

.about strong {
    font-weight: 800;
    font-family: arial;
}

.who-we-are {
    text-align: center;
    /*padding: 0.5em;*/
    /*cursor: pointer;*/
    display: block;
    color: black;
}

.who-we-are .name {
    font-weight: bolder;
    display:block;
}

.who-we-are .title {
    font-size: smaller;
    font-weight: lighter;
    color: #888888;
    display:block;
}

.who-we-are-photo {
    /*height: 200px;*/
    width: 100%;
    max-width: 200px;
    /*border-radius: 5px;*/
    border: 2px solid rgba(0,0,0,1);
    padding: 5px;
    display:block;
    margin: auto;
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

@media (max-width: 544px) {
    .who-we-are-photo {
        max-width: none;
    }
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {
    .display-5 {
        font-size: 25px;
    }
    main {
        background-image:
                linear-gradient(
                        rgba(52,73,102, 0.8),
                        rgba(52,73,102, 0.8)
                ),
                url(../images/hands-1797401_1920.jpg) !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .display-5 {
        font-size: 30px;
    }
}

/*!* Large devices (desktops, 992px and up) *!*/
/*@media (min-width: 992px) {*/
/*    .class-name {font-size: 40px;}*/

/*!* Extra large devices (large desktops, 1200px and up) *!*/
/*@media (min-width: 1200px) {*/
/*    .class-name {font-size: 48px;}*/
/*}*/





.tarjan {
    font-family: trajan-pro-3, serif;
}

.owl-carousel .item {
    margin: 3px;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.btn-primary {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.section-title:before {
    position: absolute;
    content: '';
    bottom: -7px;
    width: 40px;
    height: 2px;
    background-color: #2196F3;
}

.find-widget {
    padding: 5px 0;
    color: #007bff;
}

.find-widget i {
    background: #2196F3;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 2px;
    display: inline-block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

nav {
    font-family: century-gothic, sans-serif;
    /*font-weight: 500;*/
    /*font-size: smaller;*/
    -webkit-box-shadow: 0 3px 15px -6px rgba(0, 0, 0, 1);
    box-shadow: 0 3px 15px -6px rgba(0, 0, 0, 1);
}

.scrolling nav {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.navbar-brand img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    height:80px;
    border:2px solid white;
}

.scrolling .navbar-brand img {
    height: 50px !important;
}

/*main {*/
/*    !*background-image: url("../images/hands-1797401_1920.jpg");*!*/
/*    !*background-repeat: no-repeat;*!*/
/*    !*background-size: cover;*!*/
/*    background: #5C97FF;*/
/*    overflow: hidden;*/
/*}*/
/*main:before {*/
/*    content: ' ';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    opacity: 0.6;*/
/*    background-image: url('../images/hands-1797401_1920.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-position: 50% 0;*/
/*    -ms-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -webkit-background-size: cover;*/
/*    background-size: cover;*/
/*}*/

main {
    /*padding-top: 100px;*/
    color: white;
    background-image:
            linear-gradient(
                    rgba(92, 151, 255, 0.4),
                    rgba(92, 151, 255, 0.4)
            ),
            url(../images/hands-1797401_1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


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

#back-top {
    position: fixed;
    z-index: 2;
    bottom: 65px;
    right: 10px;
    font-size: smaller;
    display: none;
}

#back-top a {
    /*width: 108px;*/
    display: block;
    text-align: center;
    /*font: 11px/100% Arial, Helvetica, sans-serif;*/
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: #ccc;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    outline: 0;
}

#back-top span {
    /*width: 108px;*/
    /*height: 108px;*/
    display: block;
    /*margin-bottom: 7px;*/
    /*background: url(../images/up-arrow.png) no-repeat center center;*/
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border: 0px;
}

footer {
    padding: 30px 0px 30px 0px;
    background-color: #333;
    color: #ccc;
}

footer a {
    color: #ccc;
}

footer a .fab {
    /*border: 1px solid #ccc;
    border-radius: 50%;*/
    /*padding: 10px;*/
}

/*@-webkit-keyframes fadeInRight {*/
/*    from {*/
/*        opacity: 0;*/
/*        -webkit-transform: translate3d(100%, 0, 0);*/
/*        transform: translate3d(100%, 0, 0);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        -webkit-transform: translate3d(0, 0, 0);*/
/*        transform: translate3d(0, 0, 0);*/
/*    }*/
/*}*/

/*@keyframes fadeInRight {*/
/*    from {*/
/*        opacity: 0;*/
/*        -webkit-transform: translate3d(100%, 0, 0);*/
/*        transform: translate3d(100%, 0, 0);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        -webkit-transform: translate3d(0, 0, 0);*/
/*        transform: translate3d(0, 0, 0);*/
/*    }*/
/*}*/

/*.fadeInRight {*/
/*    -webkit-animation-name: fadeInRight;*/
/*    animation-name: fadeInRight;*/
/*}*/

.box {
    position: relative;

    background-color: white;
    border-radius: 3px;
    color: black;
    padding: 0em 10px;
}

.box > span {
    /*padding: 5px 0px;*/
}

.word {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0em;
    border-radius: 3px;
}

.word > span {
    position: absolute;
    top: 0;
    overflow: hidden;
    animation: animate 10s linear infinite;
    opacity: 0;
}

.word > span:nth-child(1) {
    animation-delay: 0s;
}

.word > span:nth-child(2) {
    animation-delay: 2s;
}

.word > span:nth-child(3) {
    animation-delay: 4s;
}

.word > span:nth-child(4) {
    animation-delay: 6s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    2% {
        opacity: 1;
        transform: translateY(0px);
    }
    18% {
        opacity: 1;
        transform: translateY(0px);
    }
    20% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 0;
        transform: translateY(50px);
    }
}
