/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625em;
    color: #2d3436;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Arvo', serif;
    color: #222222;
    line-height: 1.2em !important;
    margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 600;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mb1{margin-bottom: 1rem;} .mb2{margin-bottom: 2rem;} .mb3{margin-bottom: 3rem;} .mb4{margin-bottom: 4rem;} .mb5{margin-bottom: 5rem;} .mb6{margin-bottom: 6rem;} .mb7{margin-bottom: 7rem;} .mb8{margin-bottom: 8rem;} .mb9{margin-bottom: 9rem;} .mb10{margin-bottom: 10rem;}
.mt1{margin-top: 1rem;} .mt2{margin-top: 2rem;} .mt3{margin-top: 3rem;} .mt4{margin-top: 4rem;} .mt5{margin-top: 5rem;} .mt6{margin-top: 6rem;} .mt7{margin-top: 7rem;} .mt8{margin-top: 8rem;} .mt9{margin-top: 9rem;} .mt10{margin-top: 10rem;}

.btn {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 8px 35px;
    border-radius: 20px;
}

.btn-primary{
    background: #6c5ce7; 
    border: 1px solid #6c5ce7; 
}

.btn-default{
    background: #2c3e50; 
    border: 1px solid #2c3e50;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
    border: 1px solid #0f1e32;
    background: transparent;
    color: #0f1e32; 
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-default:hover, .btn-default:focus, .btn-default:active {
    border: 1px solid #0f1e32;
    background: transparent;
    color: #0f1e32;
}




.navbar {
  min-height: 80px;
}

.navbar-default {
    border:0;
  background-color: #fff;
  box-shadow: -21.213px 21.213px 30px 0px rgba(41, 48, 67, 0.08);
}

.navbar-default .navbar-toggle {
    border-color: #000;
    border-radius: 0;
    margin-top: 23px;
    padding: 9px 10px !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #040404;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-default .navbar-brand {
    font-family: 'Arvo', serif;
    font-weight: 700;
    font-size: 24px;
    color: #34495e;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #000;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #2c3e50;
    background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}



.well {
    background-color: #f9f9ff;
    border: 1px solid #f9f9ff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}




section {
    position: relative;
    padding: 8rem 0;
}



/*Intro Section*/
#intro-hero {
    background: url(../img/book-bg.jpg) center center;
    background-size: cover;
    margin-top: 50px;
    padding: 15rem 0;
}
#intro-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000094;
    z-index: 9;
}
#intro-hero h1, #intro-hero p {
    color: white;
    position: relative;
    z-index: 99;
}
#intro-hero h1 {
    font-size: 72px;
    font-weight: 400;
}
.btn-hero:hover, .btn-hero:active, .btn-hero:focus {
    border-color: #6c5ce7!important;
    background: #6c5ce7!important;
    color: white!important;
}


@media (max-width: 991px) {
    #intro-hero {
        margin-top: 0;
    }
    #intro-hero h1 {
        font-size: 36px;
    }
}


/*About Section*/
#about {
    background: #f9f9ff;
}

.about-icon {
    font-size: 5rem!important;
    color: #6c5ce7;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(94,82,246,.25)!important;
    margin-bottom: 2rem;
}

/*Book Section*/
.book-cover {
    max-width: 231px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: -4px 4px 1px #929292;
    -webkit-box-shadow: -4px 4px 1px #929292;
}


/*Contact Section*/
#contact {
    background: #f9f9ff;
}

address ul {
    padding: 0;
    margin: 0;
}

address ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    padding: 0 0 35px 30px;
}

address ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #2c3e50;
}

address ul li.address:before {
    font-size: 35px;
    content: "\f041";
}

address ul li.email:before {
    font-size: 27px;
    content: "\f003";
    top: -7px;
    left: -5px;
}

address ul li.phone:before {
    font-size: 28px;
    content: "\f095";
    top: -6px;
    left: -1px;
}

#contactForm{
    position: relative;
}

.form-control {
    box-shadow: none;
    border: 2px solid #34495e;
    font-size: 18px;
    padding: 12px 17px;
    height: 40px;
}

.form-mask {
    display:none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff9e;
    width: 100%;
    height: 100%;
}
.lds-ripple {
    display:none;
    position: absolute;
    top: 24%;
    left: 44%;
    width: 64px;
    height: 64px;
    z-index: 99;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #2c3e50;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    z-index: 99;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}






/*Footer Section*/
footer {
    padding: 40px 0;
    background-color: #0f1e32;
}

p.copyright {
    color: white;
    margin: 15px 0 0;
}


/*Go to Top*/
.js-gotop {
    position: fixed;
    display: none;
    bottom: 2rem;
    right: 2rem;
    font-size: 24px;
    color: white;
    background: #6c5ce7;
    padding: 12px 15px;
    border-radius: 50%;
    opacity: .8;
}

.js-gotop.active{
    display: initial;
}

.js-gotop:hover, .js-gotop:focus {
    color: white!important;
    opacity: 1;
}