html, body{
    font-family: "Nunito Sans";
    font-size: 16px;
    line-height: 1.375rem;
    font-weight: 300;
    color: rgba(0,0,0,0.89);
}

h1, h2, h3, h4{
    font-family: 'Roboto Slab';
    font-weight: 400;
    margin-top: 3rem;
}

h1{
    color: #187aed;
}

p{
    font-size: 20px;
    line-height: 2rem;
    margin: 40px 0;
}

@media (max-width: 768px){
    p{
        margin: 30px 0;
        font-size: 18px;
        line-height: 1.8rem;
    }
}

.blog-dropcap::first-letter {
  color: #187aed;
  float: left;
  font-size: 5.5em;
  margin-top: 1.9rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-family: 'Roboto Slab';
  font-weight: 400;
}

.entry a {
    color: #187aed;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.35s ease;
}

.entry a:hover{
    border-bottom: 1px solid #187aed;
}

.button{
    background-color: #187AED;
    color: white !important;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1em 2em;
    margin-bottom: 1em;
    letter-spacing: 0.025em;
    -webkit-box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
    box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
    border-radius: 1000px;
    display: inline-block;
    transition: all 0.35s ease;
    border: none;
    text-decoration: none;
}

.button:hover, .button:focus{
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    color: white;
    border: none;
}

.button-red{
    background-color: #fb3b5b;
}

.button_small{
    padding: 0.5em 1em;
    font-size: 15px;
}

.button_large{
    padding: 1em 2.5em;
    font-size: 18px;
}

.cke_editable img, .entry img{
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
    border-radius: 4px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
    height: auto;
}

.entry img{
    transform: scale(1.1);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.entry figcaption{
    margin-top: 16px;
}

blockquote{
    margin: 0;
    width: 1000px;
    margin-left: -100px;
    padding: 2rem 1rem;
    border: none;
    text-align: center;
    font-family: "Nunito Sans";
}

@media (max-width: 1100px){
    blockquote{
        width: 100%;
        margin-left: 0;
    }
}

blockquote p{
    color: rgba(0,0,0,0.89);
    font-size: 32px;
    font-weight: 600;
    font-style: oblique;
    line-height: 3.3rem;
    margin: 0;
}

@media (max-width: 768px){
    blockquote{
        padding: 0;
    }
    blockquote p{
        font-size: 22px;
        line-height: 2.2rem;
    }
}

blockquote p:nth-child(2) {
    color: #187aed;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    margin-top: 2rem;
}

.cke_editable blockquote{
    width: 100%;
    padding: 0;
}

/*
blockquote{
    background-color: white;
    padding: 2rem 3rem;
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
    border-radius: 5px;
    max-width: 500px;
    margin: 0 auto;
    border: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

blockquote:before {
    content: "“";
    font-size: 100px;
    color: rgba(0,0,0,0.12);
    font-family: Times New Roman,Times,serif;
    font-weight: 900;
    line-height: 1;
    display: block;
    height: .6em;
}

blockquote p{
    color: rgba(0,0,0,0.54);
    font-size: 20px;
    font-weight: 300;
    font-style: oblique;
    line-height: 2rem;
}

blockquote p:nth-child(2) {
    color: #187aed;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

blockquote p:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
*/

iframe{
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
}

