/*
Theme Name: Spring House
Author: Alvin J
Description: A theme for Spring House.
Version: 0.0.1
Tags: Spring House, Business
*/

/*=============
	General
==============*/
body{
	font-family: "Quicksand", sans-serif;
	overflow-x: hidden;
}

h1{
	margin-bottom: 50px;
	font-family: 'Lobster', cursive;
}

h2,h3{
	font-family: 'Lobster', cursive;
}

strong{
	color: #CE93D8;
}

.section{
	width: 100%;
	min-height: 300px;
	padding: 7% 0;
}

.centerTitle{
	text-align: center;
}

.roundBorder{
    border: 1px solid;
    border-radius: 20px;
    padding: 0 5px;	
}
/*=============
	Effects
==============*/
.darken {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    );
}

.darkRadialGradient{
	background: radial-gradient(ellipse at bottom, pink, #e26ce1 100%);
	color: white;
}
/*=============
	Warning
==============*/
.warning{
    text-align: center;
    height: 100vh;
}

.warning>.section{
	padding-top: 38vh;
}

.choice>h3>a{
	border: 1px solid;
    padding: 5px 10px;
    margin: 5px 10px;
    border-radius: 5px;
}

.choice>h3>a:hover,.choice>h3>a:active{
	text-decoration: none;
	color: white;
	background-color: pink;
}

/*=============
	NavBar
==============*/
.admin-bar .navbar-fixed-top {
top: 32px;
}

.navbar{
	margin-bottom: 0;
}

@media (min-width: 768px){
	.navbar-nav {
	    float: right;
	    margin: 0;
	}
}


.navbar-default {
    background-color: rgba(0, 0, 0, 0.75);
    border-color: rgba(0, 0, 0, 0.75);
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: pink;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #f5f5f5;
}
/*=============
   Homepage
==============*/
.homepage{
	min-height: 100vh;
}

.banner{
	min-height: 100vh;
	background-size: cover;
	background-position: left;
	position: relative;
}

.bannerText{
	position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: right;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.bannerText>h1{
	font-size: 4em;
	font-family: 'Lobster', cursive;
}

.bannerText>h3{
	font-size: 3em;
	font-family: "Quicksand", sans-serif;
}

.banner h1,.banner h3{
	color: #ce93d8;
	margin-top: 5px;
	margin-bottom: 5px;
}

.intro{
	text-align: center;
}

.girls{
	color: white;
    background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#girls .left{
	background-color: rgba(0, 0, 0, 0.75);
    padding: 2%;
    margin-bottom: 20px;
}

#girls .right{
    margin-bottom: 20px;
}

.girl{
    padding: 20px 0;
	width: 100%;
	height: 610px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.girl>img{
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 610px;
    object-fit: cover;
	border: 3px solid white;
    box-shadow: 5px 5px #CE93D8;
}

.girl .name{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 3.2em;
	position: absolute;
    top: 48%;
    left: 0;
    color: white;
	padding: 10px 20px;
	text-shadow: -1px -1px 0 #ce93d8, 1px -1px 0 #ce93d8, -1px 1px 0 #ce93d8, 1px 1px 0 #ce93d8;
}

.girl .age{
	margin-top: 5px;
	margin-bottom: 0;
    color: hotpink;
}

.girl .nationality{
    color: deepskyblue;	
}

.girl .details{
	padding: 0 10px;
}

.girl .service{
	color: lightsalmon
}

.girl .hours{
	color: #BDBDBD;
	background: rgba(255, 255, 255, 0.25);
	padding: 5px;
	font-weight: bold;
	font-size: 1.5em;	
}

.girl .weekdays{
	color: #BDBDBD;
	background: rgba(255, 255, 255, 0.25);
	padding: 5px;
	font-weight: bold;	
}

.girl .postContent{
	font-size: 1.2em;
}

.girl .featured{
	position: absolute;
    top: 30px;
    left: -30px;
    width: 150px;
    color: goldenrod;
    background: #FFEB3B;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(-45deg);
}

.girl .matureLady{
    position: absolute;
    top: 50px;
    left: -60px;
    width: 250px;
    color: hotpink;
    background: pink;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(-45deg);	
}

.girl>.overlay{
	height: 40%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom:0;
	left:0;
	padding: 10px;
	overflow-y: hidden;
}

.overlay .top-right{
	float: right;
	text-align: right;
}

.overlay>.row{
	margin: 0;
}

.girl>.overlay-cover{
	height: 20%;
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,.0001), black);
	position: absolute;
	bottom:0;
	left:0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 140% 0 0 0;
}

.swiper-slide img{
	border: 5px solid white;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	object-fit: cover;
}

/*=============
	Footer
==============*/
.footer{
	background-color: #333;
	color: white;
	width: 100%;
	text-align: center;
}

/*=============
	Page.php
==============*/

#primary{
	min-height: 100vh;
    padding-top: 52px;
    background: black;
}

#main>.banner{
	min-height: 300px;
}

#main>.banner>.bannerText>h3{
	font-size: 2em;
}

.pageContent{
	background: rgba(255,255,255,.15);
    color: white;
    padding: 8% 4%;
    min-height: 66vh;
    margin-bottom: 50px;
}

.postContent{
	padding:0 10%;
	margin-bottom: 50px;
}
/*=============
	Roster
==============*/

#mybt{
	text-align: center;
	margin-bottom: 30px;
}

#mybt>h3{
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    border: 2px solid;
    padding: 10px 15px;
    border-radius: 15px 5px;
    margin: 15px 5px;
    box-shadow: 2px 2px mediumpurple;
}

#mybt>h3.is-checked{
	background-color: #CE93D8;
}

.grid{
	text-align: center;
}

.grid>a{
	color: white;
}

.grid>a:hover,.grid>a:active{
    color: #CE93D8;
    text-decoration: none;
    background: rgba(0,0,0,.5);
}

/*=============
	Contact
==============*/

iframe{
	filter: grayscale(100%);
}

/*=============
	Single
==============*/
.singleText{
	font-size: 2em;
}

.singleImage>img{
    max-width: 100%;
    border: 5px solid #CE93D8;
    box-shadow: 4px 4px #E1BEE7;
    border-radius: 4px;
}