/*C.K. Gunsalus and Associates - College Adminstrator's Survival Guide CSS*/

/*========================================================================

Body and Paragraph

========================================================================
*/

body {
    overflow-x: hidden;
    font-family: "Helvetica Neue";
    font-weight: 100;
}

p {
    font-size: 20px;
    font-family: "Helvetica Neue";
    font-weight: 100;
}

p.small {
    font-size: 14px;
    font-family: "Helvetica Neue";
    font-weight: 200;
}

.italic {
    font-style: italic;
}


/*========================================================================

Header Text

========================================================================*/


h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}


/*========================================================================

Header and Header Section Components

========================================================================*/

header {
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    color: black;
}


#book-cover {
    /*border: 3px solid #797979;*/
    margin-top: 50px;
}

@media (min-width:768px) {
    #book-cover {
        height: 400px;
    }
}

#cta {
    /*background-color: #fe6402;*/
    background-color: #567faf;
    background-color: #274b76;
    color: white;
    border: 0px;
    padding: 20px 40px 20px 40px;
    text-align: center;
    margin: 40px 0 0 0;
}

#cta:hover {
    /*background-color: #e15600;*/
    background-color: #6086ad;
}

.small-icon {
    font-size: 0.5em;
}

.quoted-name {
    color: #797979;
}



#ckg-bio {
    border-radius: 100%;
    margin-bottom: 10px;
    max-width: 200px;
}

header .intro-text {
    margin: 5px 0 0 0;
}


header .intro-text .title {
    font-size: 1.5em;
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

header .intro-text .info {
    font-size: 1.25em;
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: none;
}

header .intro-text .quote {
    font-size: 1.25em;
    font-weight: 300;
}

header .intro-text .quote-name {
    color: #797979;
    font-size: 1.25em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    
}

header .quote-mark {
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}


/*When the screen is >768px*/
@media(min-width:768px) {
    header .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    header .intro-text .title {
        font-size: em;
    }

    header .intro-text .info {
        font-size: 1.5em;

        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/*When the screen is <767px*/
header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .quote {
    margin-top: 30px;
}

/*All screen sizes*/
header img {
    display: block;
    margin: 0 auto 20px;
}




/*========================================================================

Sections

========================================================================*/

/*When the screen is <767px*/
@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

/*When the screen is >767px*/
section {
    padding: 50px 0;
}

section.small {
    padding: 50px 0;
}

/*All screen sizes*/
.section-header {
    margin-bottom: 30px;
    padding-top: 30px;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

.img-centered {
    margin: 0 auto;
}

#book {
    background-color: #ebebeb;
}

#ckg-bio {
    margin-bottom: 30px;
}

#page-top-button {
    background-color: #274b76;
    border-color: #1c3345;
}

#page-top-button:hover {
    background-color: #1f4068;
}




/*========================================================================

Buttons

========================================================================*/



.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:active {
        margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
}


.btn-outline:hover {
    border: solid 2px #fff;
    color: #1f4068;
    background: #fff;
    text-decoration: none;
}

.btn-outline:focus {
    color: #fff;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}


.btn-dark {
    border: solid 2px #000000;
    color: black;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    border: solid 2px #000000;
    background-color: #000000;
}



/*========================================================================

Footer

========================================================================*/


footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer p.small {
    text-align: left;
}

footer .footer-above {
    padding-top: 50px;
    /*background-color: #000000;*/
    background-color: #274b76;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding-bottom: 50px;
    /*background-color: #181818;*/
    background-color: #1f4068;
    font-size: 1em;
    height: 60px;
    text-align: center;
    color: white;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

/*========================================================================

Links

========================================================================*/

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    color: #72c9e3;;
}
