@import url('https://fonts.googleapis.com/css?family=Merriweather:700|Open+Sans:400,600');

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
    margin-top: 0px;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #000;
}

.bg-maroon{
    background: rgba(28,17,0,1);
}

.btn{
    font-weight: 600;
}

.py-4rem{
    padding-top: 4rem;
    padding-bottom: 4rem;
}


#top{
    background: url(img/book-bg.png) no-repeat center;
    background-size: cover;
}


#who-are{
    background: url(img/bg-mountain.png) no-repeat left center;
    background-size: contain;
}


#the-bundle{
    background: url(img/bg-mountain-faded.png) no-repeat top center;
    background-size: contain;
}

.blockquote {
    margin-bottom: 3rem;
}

blockquote > p {
    font-size: 16px;
}

.blockquote-footer {
    font-size: 14px;
}

blockquote footer .col-md-3 {
    padding-right: 0;
}

.blockquote-footer cite {
    font-weight: 600;
    color: #000;
    font-size: 1rem;
    font-style: unset;
}

.blockquote-footer::before{
    display: none;
}



#top-fc{
    position: relative;
    background: url(img/bg-pattern.jpg) no-repeat center;
    background-size: cover;
}

#top-fc .overlay {
    position: absolute;
    background: rgba(255,255,255,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#a-faster {
    position: relative;
    background: url(img/bg-girl.jpg) no-repeat center;
    background-size: cover;
}

#finally-a {
    position: relative;
    background: url(img/bg-ancient.jpg) no-repeat center;
    background-size: cover;
}

#you-can {
    position: relative;
    background: url(img/bg-couple.png) no-repeat center;
    background-size: cover;
}

#from-seeker {
    position: relative;
    background: url(img/bg-seeker.jpg) no-repeat center;
    background-size: cover;
}

.clockdiv{
	font-family: sans-serif;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 2rem;
}

.clockdiv > div {
    padding: 10px;
    display: inline-block;
    border: 2px solid #000;
}

.clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 1.2rem;
}

#approximately-70 {
    position: relative;
    background: url(img/bg-crowd.jpg) no-repeat center;
    background-size: cover;
}






@media screen and (max-width: 480px) {

    #who-are{
        background: none;
    }



    .clockdiv > div {
        padding: 5px;
    }
    
    .clockdiv div > span{
        padding: 0;
    }
    .smalltext{
        font-size: .8rem;
    }
}