/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

 /* COLORS:Blue-#315F9D; Pink-#E16796 */

/* PAGES(S):ALL */
body{font-family:"Book Antiqua","High Tower Text","Palatino Linotype"; height:100%; line-height:1.15; width:100%;}
a{text-decoration:none;}
h1,h2,h3,h4,h5{font-weight:bold;}
.mb-5{margin-bottom:1.75rem !important;}
.mt-5{margin-top:1.75rem !important;}
.mb-6{margin-bottom:2.0rem !important;}
.mt-6{margin-top:2.0rem !important;}
.pb-5{padding-bottom:1.75rem !important;}
.pt-5{padding-top:1.75rem !important;}
.pb-6{padding-bottom:2.0rem !important;}
.pt-6{padding-top:2.0rem !important;}
.text-copyright{font-size:0.75rem;}
.blue-gradient{
	/* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#315f9d+0,315f9d+100 */
	background:rgb(49,95,157); /* Old browsers */
	background:-moz-linear-gradient(left,rgba(49,95,157,1) 0%,rgba(49,95,157,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left,rgba(49,95,157,1) 0%,rgba(49,95,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right,rgba(49,95,157,1) 0%,rgba(49,95,157,1) 100%); /* W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#315f9d',endColorstr='#315f9d',GradientType=1 ); /* IE6-9 */
}
.light-gray{background-color:rgba(0,0,0,0.03);}
.pink{background-color:#E16796;}
.btn{background-color:#E16796; border:1px solid transparent; box-shadow:none; color:#fff; outline:1px solid transparent;}
.btn:focus{background-color:#E16796; border:1px solid transparent; box-shadow:none; color:#fff; outline:1px solid transparent;}
.btn:hover{background-color:#E16796; border:1px solid transparent; box-shadow:none; color:#fff; outline:1px solid transparent;}
.btn:visited{background-color:#E16796; border:1px solid transparent; box-shadow:none; color:#fff; outline:1px solid transparent;}
.btn-primary{background-color:#E16796; border:1px solid transparent; box-shadow:none; color:#fff; outline:1px solid transparent;}
.btn-primary:focus{background-color:#E16796; border:1px solid transparent; box-shadow:none; color:#fff; outline:1px solid transparent;}
.btn-primary:hover{background-color:#E16796; border:1px solid transparent; box-shadow:none; color:#fff; outline:1px solid transparent;}
.btn-primary:visited{background-color:#E16796; border:1px solid transparent; box-shadow:none; color:#fff; outline:1px solid transparent;}
.img-social{margin:2.5% 2.5% 0% 2.5%; width:10%;}

@media all and (max-width:2400px){
	.img-bookcover{width:25%}
	.img-landing{margin-top:-5%;}
	.img-logo{width:75%;}
	.jumbo{height:100vh; min-height:100vh;}
}

@media all and (max-width:1280px){
	.col-lg-6{flex:0 0 100%; max-width:100%; -ms-flex:0 0 100%; -webkit-box-flex:0;}
	.img-bookcover{width:25%}
	.img-landing{margin-top:-5%;}
	.img-logo{width:75%;}
	.jumbo{height:100vh; min-height:100vh;}
}

@media all and (max-width:992px){
	.img-bookcover{width:25%}
	.img-landing{margin-top:-5%;}
	.img-logo{width:75%;}
	.jumbo{height:100vh; min-height:100vh;}
}

@media(max-width:768px){
	.img-bookcover{width:40%}
	.img-landing{margin-top:0%;}
	.img-logo{width:100%;}
	.jumbo{height:100vh; min-height:100vh;}
}

@media(max-width:576px){
	.img-bookcover{width:33%}
	.img-landing{margin-top:0%;}
	.img-logo{width:100%;}
	.jumbo{height:100vh; min-height:100vh;}
}

@media(max-width:480px){
	.img-bookcover{width:33%}
	.img-landing{margin-top:0%;}
	.img-logo{width:100%;}
	.jumbo{height:100vw; min-height:100vw;}
}