/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  position: relative;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

@font-face {
	font-family: 'SEGOEUIL';
	src: url('/fonts/SEGOEUIL.eot');
	src: local('SEGOEUIL'), url('/fonts/SEGOEUIL.woff') format('woff'), url('/fonts/SEGOEUIL.ttf') format('truetype');
}
.segoeuil {
	font-family: 'SEGOEUIL' !important;
	color: #000;
	font-size: 15px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 10px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
code {
  font-size: 80%;
}
.section {
	min-height: 950px;
	padding-top: 150px;
	clear: both;
}
h2,
.h2 {
  font-size: 63px;
}
h3,
.h3 {
  font-size: 30px;
}
.section h3 span {
	font-size: 16px;
}
.section p {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
}
.section em {
	font-weight: bold;
}
.logo {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	background-color: #F8F8F8;
	display: block;
	z-index: 1000;
}
.logo-container {
	margin: 0 auto;
	padding: 10px;
}
.logo-link, .contact-details {
	float: left;
}
.shop-link {
	float: right;
}
.contact-details {
	margin: 85px 0 0 30px;
}
.social {
    height: 100px;
    overflow: hidden;
    width: 140px;
	float: right;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.social-link {
	height: 40px;
    display: block;
    margin: 0;
}
.social-link:nth-child(3) {
    margin-right: 0;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:focus {
	color: #F79418;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #F79418;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-radius: 5px 5px 0 0;
}
.navbar-fixed-top {
	top: 120px;
}
#tipsTitle{
	margin-top: -20px;
	font-weight: bold;
}
#tips {
	width: 100%;
	height: auto;
	min-height: 30px;
	background: #DDD;
	border-radius: 10px;
	padding: 10px;
}
.jumbotron {
	margin: 125px 0 0;
}
.speech-bubble {
	position: relative;
	background: #F79418;
	border-radius: .4em;
	padding: 15px;
	width: 47%;
	float: left;
	clear: both;
	font-size: 14px;
}
.speech-bubble p {
	font-size: 14px;
}
.speech-bubble:nth-child(odd) {
	float: right;
}
.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 36px solid transparent;
	border-top-color: #F79418;
	border-bottom: 0;
	margin-left: -18px;
	margin-bottom: -36px;
}
.speech-bubble:nth-child(odd):after {
	border-left: 0;
}
.speech-bubble:nth-child(even):after {
	border-right: 0;
}
.book-container {
	width: 100%;
}
.book-container span {
	font-size: 13px;
}
.book-details {
	font-size: 16px;
}
.paypal-button-container {
	max-width: 300px;
  margin: 0 auto;
}
.footstool {
	width: 300px;
	margin: 7px;	 
}
.book-button {
	float: left;
	width: auto;
	line-height: 35px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	margin-right: 5px;
	border-bottom: 0;
	font-weight: bold;
	background: #EEE;
	padding: 1px 4px;
	border-bottom: 0;
}
.book-button:hover {
	background: #CCC;
}
.book-button:focus {
	outline: 0;
}
.book-button.on {
	background: #DDD;
}
.book-content {
	width: 100%;
	height: auto;
	background: #DDD;
	padding: 15px;
	border-width: 2px;
	border-style: outset;
	border-color: buttonface;
	border-image: initial;
	border-radius: 0 5px 5px 5px;
}
.embed-container {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
  z-index: 1000;
}
#cover-snippet {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1050;
}
@media (max-width: 568px) {
	.social-link, .shop-link {
		display: none;
	}
	#cover-snippet {
		display: none;
	}
	.social {
		width: 70px;
	}
	.section {
		padding-top: 120px;
	}
	.section img {
		margin: 0;
		float: none;
		width: 100%;
	}
	.logo {
		height: 90px;
	}
	.contact-details {
		width: 100px;
		margin: 10px 0 0 10px;
	}
	.facebook {
	    height: 30px;
	    overflow: hidden;
	    width: 60px;
	}
	.navbar-fixed-top {
		top: 80px;
	}
	.logo-link img {
		height: 80px;
	}
	#tipsTitle {
		margin-top: -10px;
	}
	.jumbotron {
		margin: 85px 0 0;
		padding: 5px 15px;
	}
	.speech-bubble {
		width: 100%;
		margin-bottom: 50px;
	}
	.footstool {
		margin: 0;
		margin-top: 5px !important; 
	}
	.footer {
		height: 30px;
	}
	.container .text-muted {
		margin: 8px 0;
		font-size: 10px;
	}
}
@media (min-width: 768px) {
	.logo-container {
		width: 750px;
	}
	#cover-snippet {
		display: none;
	}
}
@media (min-width: 992px) {
	.logo-container {
		width: 970px;
	}
	#cover-snippet {
		display: none;
	}
}
@media (min-width: 1200px) {
	.logo-container {
		width: 1170px;
	}
	#cover-snippet {
		display: none;
	}
}
@media (min-width: 1430px) {
	#cover-snippet {
		display: block;
	}
}	
