﻿@charset "utf-8";
@import url("/css/bsReset.css");
/* CSS Document */
html {
    font-size: 10pt;
    background-color: #888888
}

body {
    /*margin-top: 20px;*/
}
.siteName {
    font-family: allura;
    font-size: 3.25rem;
    padding-top: 20px;
}
.navbarText {
    font-family: 'Segoe UI', Geneva, Verdana, sans-serif;
    font-size: 12pt;
}
.bodyText {
    font-family: Georgia,serif;
    font-size: 1.2rem;
}

.bodydiv {
    min-height: 800px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
}

.pgFooter {
    margin-bottom: 50px;
    font-size: 1rem;
    color: grey;
    font-family: Georgia,serif;
}

.ScriptQuote {
    padding: 0 100px 0 100px;
    font-size: 1.8rem;
    font-family: josefin slab;
    /*font-family:Century, Georgia, serif ;*/
    font-style: italic;
    font-weight: 100;
    text-align: center;
}

img {
    width: 100%;
    height: auto;
}

.photoCredit {
    float: right;
    color: gray;
    font-size: 1rem;
}

.eventRow {
    margin-top: 10px;
    margin-bottom: 40px;
}

.yearHeader {
    font-size: 3rem;
    border-top: 3px solid #AAAAAA;
    padding-top: 10px;
    font-weight: 700;
    color: #CCCCCC;
    font-family: helvetica neue;
}

.calendarDateBlock {
    background-color: #ccb386;
    padding: 10px 15px 10px 15px;
    max-width: 85px;
    max-height: 90px;
}

    .calendarDateBlock p {
        text-align: center;
        line-height: 1.0
    }

.calendar1Month {
    font-size: 1.4rem;
    color: #3D2D12;
}

.calendar1Day {
    font-size: 3.6rem;
    color: #3D2D12;
    font-family: Century;
}

.calendarEventText {
    font-size: 1.1rem;
}
.scheduleMeOval{
padding-left: 28%;
padding-top: 5%;

}
.textBoxGradient1 {
    background: linear-gradient(to right, #BEC5EA,#9579CC);
    border-radius: 10px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 1.2rem;
    color: #444;
    min-height: 250px;
    padding: 15px 10px 10px 15px;
}

.textOvalGradient2 {
    /*r-color:#b6db7b; l-color:#39aaa9;*/
    background: linear-gradient(to right, #b6db7b,#39aaa9 );
    border-radius: 350px / 375px;
    height: 425px;
    width: 400px;
    padding: 100px 75px 100px 75px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
    text-align: center;
    line-height: 1.5;
}
.textOvalGradient3 {
    /*r-color:#b6db7b; l-color:#39aaa9;*/
    background: linear-gradient(to right, #a597be,#7f76f5 );
    border-radius: 350px / 375px;
    height: 425px;
    width: 400px;
    padding: 100px 75px 100px 75px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
    text-align: center;
    line-height: 1.5;
}
#contactPgQuote {
    height: 500px;
    padding-top: 125px;
}

.rightAlignedSpanText {
    text-align: right;
    float: right;
    padding-right: 10px
}

.bodyText {
    font-size: 1.3rem;
    font-weight: 400;
}

.whiteOnBlack {
    color: white;
    background-color: black;
}

.navbar-collapse {
    border-color: black;
}

.columnTextHalf {
    padding-left: 8%;
}

.headerScript {
    font-family: allura;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
}
.affiliationPg {
    padding:75px 0 0 0
}
@media screen and (min-width:990px) {
    #mainDiv {
        /*width: 80%;
        margin-left: 10%;
        margin-right: 10%;*/
        /*max-width: 1400px;*/
    }
    .ScriptQuote {
        padding: 0 50px 0 50px;
    }
    #contactPgQuote {
        height: 500px;
        padding-top: 125px;
    }

    #pkpBadge {
        margin-bottom: 100px;
    }
}

@media screen and (max-width:600px) {
    #mainDiv {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 600px;
    }
    .ScriptQuote {
        padding: 0 0 0 0;
    }
    .affiliationPg {
        padding: 0 0 0 0
    }
}

.navbar .navbar-default .navbar-brand .navbar-header {
    color: white;
    background-color: black;
}
.navbar-brand {
    font-family: allura;
    font-size: 2.5rem;
    line-height: 1.0;
}
@font-face {
    font-family: 'Allura';
    font-style: normal;
    font-weight: 400;
    src: local('Allura Regular'), local('Allura-Regular'), url(https://fonts.gstatic.com/s/allura/v5/POH_k539yBSzDKiiyA98Tg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
