
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px; /* 16px */
    font-weight: 300; /* 300 */
    color: #333; /* 888 */
    line-height: 30px;
    text-align: center;
}

.book-excerpt {
    font-family: 'Alegreya';
    font-size: 24px;
    font-weight: 400;
    text-align: left;
}

strong {
    font-weight: 600;
    color: #634875;
}

a, a:hover, a:focus {
    color: #634875;
    text-decoration: none;
    transition: all .3s;
}

a[aria-expanded=true] .fa-angle-down {
   transition: .3s transform ease-in-out;
   transform: rotate(180deg);
}

a[aria-expanded=false] .fa-angle-down {
   transition: .3s transform ease-in-out;
   transform: rotate(0deg);
}

h1, h2 {
    margin-top: 10px;
    font-family: 'Montserrat';
    font-size: 56px;
    font-weight: 600;
    color: #634875;
}

h3 {
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 300;
    color: #555;
}

h3 small {
    font-size: 16px;
}

h4 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 300;
    color: #555;
}

img { max-width: 100%; }

.medium-paragraph {
    font-size: 17px;
    line-height: 32px;
}

.colored-text { color: #634875; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
    background: #f8f8f8;
}

.section-container-dark-gray-bg {
    background: #d6d6d6;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
    color: #fff;
}

.section-container-image-bg .divider-1 span {
    border-color: #fff;
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
    padding: 0 120px;
}
.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 60px;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: #634875;
    background: rgba(155, 89, 182, 0.7);
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active, .btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #634875;
    background: rgba(155, 89, 182, 0.9);
    outline: 0;
    color: #fff;
    box-shadow: none;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: #333;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #333; background: rgba(0, 0, 0, 0.4); outline: 0; color: #fff; box-shadow: none;
}

.btn-link-3 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: none;
    border: 0;
    border-bottom: 2px solid #634875;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #634875;
    border-radius: 0;
    transition: all .3s;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active, .btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
    padding: 0 10px;
    background: none;
    border: 0;
    border-bottom: 2px solid #634875;
    outline: 0;
    color: #634875;
    box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dashed #ccc;
}

.spacer {
    height: 20px;
}


/***** Top menu *****/

.navbar {
    background: #444;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
    backface-visibility: hidden;
}
.navbar.navbar-no-bg { background: #444; background: rgba(0, 0, 0, 0.2); }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
    width: 136px;
    border: 0;
    text-indent: -99999px;
}

/***** Top content *****/

.top-content {
    padding: 210px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    margin-top: 25px;
    color: #fff;
}

.top-content .description {
    margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
    margin-top: 45px;
}



/***** About us *****/

.about-us-box {
    margin-top: 100px;
}

.about-us-box-text {
    padding-right: 30px;
    text-align: left;
}

.about-us-box-text h3 {
    margin-top: 0;
}

.about-us-box-text .medium-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-us-box-text a { border-bottom: 1px dashed #634875; }
.about-us-box-text a:hover, .about-us-box-text a:focus { border: 0; }

.about-us-box-img img {
    border-radius: 4px;
}

/***** Portfolio *****/

.portfolio-card {
    background: #d6d6d6 !important;
}

.portfolio-box {
    padding-top: 30px;
    text-align: left;
}

.portfolio-box-image {
    overflow: hidden;
    border-radius: 4px;
}

.portfolio-box-image img {
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.portfolio-box-image:hover img {
    -o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.portfolio-box h3 {
    margin-top: 30px;
}
/*
.portfolio-box h3 a { color: #555; }
.portfolio-box h3 a:hover, .portfolio-box h3 a:focus { color: #634875; }
*/
.portfolio-container .section-bottom-button {
    padding-top: 40px;
}

/***** Carousel *****/

.carousel-indicators > li {
    background-color: #634875;
    color: white;
}

.carousel-control-prev,
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #634875;
}


/***** Footer *****/

footer {
    padding: 40px 0px 25px 0px;
    background: #444;
    color: #aaa;
    text-align: center;
}

.footer-bottom {
    padding-bottom: 25px;
}

.footer-bottom a {
    color: #aaa;
}

.footer-scroll-link a {
    font-size: 32px;
    color: #666;
    line-height: 40px;
    padding-bottom: 25px;
}

.footer-scroll-link a:hover, .scroll-link a:focus { color: #888; }
