@charset "UTF-8";

header {
    background-image: -webkit-linear-gradient(270deg,rgba(32,79,110,1.00) 0%,rgba(120,157,183,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(32,79,110,1.00) 0%,rgba(120,157,183,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(32,79,110,1.00) 0%,rgba(120,157,183,1.00) 100%);
}
.shadow {
    -webkit-box-shadow: 0px 0px 20px #101F29;
    box-shadow: 0px 0px 20px #101F29;
}
#logotype {
    padding: 20px;
    color: #FFFFFF;
    font-family: 'Raleway', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.marblebg {
    background-image: url(../assets/img/bg/marble.jpg);
}
h1, h2, h3, h4, h5, h6, p  {
 color: #3e3e3e;
}

h1, h2, h3, h4, h5, h6  {
    font-family: 'Raleway', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
    font-weight: 400;
    font-size: 34px;
    padding-bottom: 25px;
}
h3 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 25px;
}
h4 {
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 25px;
}
footer h5 {
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 25px;
    color: #6C93AF;
}
footer h6 {
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 25px;
    color: #6C93AF;
}
h2 {
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 25px;
}

h1 strong {
	color: #204f6e;
}
p {
    font-family: 'Cabin', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    padding-bottom: 10px;
}
.sasha {
    background-image: url(../assets/img/Karen-Sasha-Anthony-Tipper.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
    margin-right: 5%;
    min-width: 290px;
}
.headshot {
    float: left;
    margin-right: 20px;
    /* [disabled]width: 20vw; */
}
.blue {
    color: #204f6e;
}
.ltblue {
    color: #f3faff;
}
.liteblend {
    background-image: -webkit-linear-gradient(270deg,rgba(172,192,207,1.00) 0%,rgba(255,255,255,1.00) 47.16%);
    background-image: -moz-linear-gradient(270deg,rgba(172,192,207,1.00) 0%,rgba(255,255,255,1.00) 47.16%);
    background-image: linear-gradient(180deg,rgba(172,192,207,1.00) 0%,rgba(255,255,255,1.00) 47.16%);
    background-color: #C5D4DF;
}
#letters {
    background-color: #6c93af;
    background-image: -webkit-linear-gradient(270deg,rgba(108,147,175,1.00) 0%,rgba(32,79,110,1.00) 99.88%);
    background-image: -moz-linear-gradient(270deg,rgba(108,147,175,1.00) 0%,rgba(32,79,110,1.00) 99.88%);
    background-image: linear-gradient(180deg,rgba(108,147,175,1.00) 0%,rgba(32,79,110,1.00) 99.88%);
}
#letters .ltrRow {
    border-top: 2px solid #204f6e;
}
#letters img {
    width: 160px;
}
#letters p.title {
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
p.subtitle {
    font-weight: 400;
    font-size: 18px;
}
#reviews p {
    padding-left: 20px;
    padding-right: 20px;
}
p.reviewer  {
    padding-bottom: 30px;
    text-align: right;
    font-weight: 700;
}
#janebio {

}
.col-right img {
    margin: auto;
    display: block;
}
a.buy {
    padding: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 45%;
    margin: 15px auto;
    border-radius: 10px;
    background-color: #6c93af;
    font-family: 'Raleway', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#letters a.buy {
    background-color: #FFFFFF;
    color: #6c93af;
}
a.buy:hover , #letters a.buy:hover{
    background-color: #CBE9FF;
    color: #00a2ff;
}
footer {
    clear: both;
    border-top: 1px solid #789db7;
    padding: 20px 0;
    background-color: #15354A;
    background-image: -webkit-linear-gradient(270deg,rgba(19,47,65,1.00) 0%,rgba(32,79,110,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(19,47,65,1.00) 0%,rgba(32,79,110,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(19,47,65,1.00) 0%,rgba(32,79,110,1.00) 100%);
}
footer a {
    color: #FFFFFF;
}
footer a:hover  {
    color: #4BB6FF;
    text-decoration: underline;
}
.copyright {
    padding: 15px;
    clear: both;
    text-align: right;
    color: #6E8CA1;
    font-size: 12px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 801px) {


.wrapper.latest {
    max-height: 700px;
    z-index: 9999;
    height: 46.5vw;
    min-height: 500px;
}
}

@media only screen and (max-width: 800px) {

#logotype {
    font-size: 36px;
}	
	#logotype span {
		display: block;
	}
	
#letters img {
    width: 300px;
	display:block;
	margin: 0 auto 20px;
	
}


}
