/**
 * Theme Name: lavaucluse
 * Theme URI: https://creatiwity.net
 * Description: Theme for wityCMS
 * Author: Creatiwity
 * Author URI: https://creatiwity.net
 * Version: 1.1.0
 */

 /*
  * COLORS
  * Original Blue: #1729A6;
  * Dark blue: #1B264F;
  * Lighter blue: #576CA8;
  * Yellow: #FFE381;
  * Black: #302B27;
  */

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

body {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #505050;
	background: #D5DFE5;
	height: 100%;
	width: 100%;
	padding: 0!important;
}

.clear {
	clear: both;
}

.alert {
	margin-top: 10px;
	margin-bottom: 10px;
}

.no-overflow {
	overflow: hidden;
}

.tab {
	padding-left: 2em;
}

a {
	color: #1729A6;
	text-decoration: none;
}

a:hover, a:focus {
	color: #576CA8;
	text-decoration: underline;
}

.center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #1B264F;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.block {
	background: white;
	padding: 15px 30px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.page-title {
	font-size: 5em;
	font-style: italic;
	color: #1B264F;
	padding: 0;
	font-family: 'Lobster Two', arial;
}

@media (max-width: 768px) {
	.page-title {
		text-align: center;
	}
}

.panel {
	background-color: white;
}

.panel {
	padding-top: 15px;
}

.profile-pic {
	display: inline-block;
	max-width: 105px;
	max-height: 135px;
}

/**
 * Navigation
 */

 #header-push {
	height: 75px;
}

.navbar {
	width: 100%;
	max-height: 75px;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	font-family: 'Josefin Sans', sans-serif;
}

.navbar ul li a,
#header-logo {
	border: 0;
	height: 70px;
}

.navbar ul li a.active {
	border-bottom: 10px solid #576CA8;
}

.navbar {
	background: #1B264F;
	border-radius: 0;
	border: 0;
	border-bottom: 5px solid #576CA8;
	z-index: 99;
}

.navbar ul li a {
	transition: padding 0.20s linear;
	color: white;
	font-size: 1.4em;
	padding-top: 40px;
}

.navbar ul li a:hover {
	padding-top: 27px;
	background: #576CA8;
}

.navbar .navbar-toggle {
	margin-top: 20px;
	border-color: #dddddd;
}

.navbar .icon-bar {
	background-color: #dddddd;
}

#header-logo {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Lobster', arial;
	color: white;
	text-decoration: none;
	font-size: 3em;
}

#header-logo span {
	display: inline-block;
	padding-top: 10px;
}

@media (max-width: 992px) {
	#header-logo {
		margin: 0;
	}
	#header-logo span {
		display: none;
	}
}

@media (max-width: 1200px) {
	.navbar ul li a {
		padding-left: 9px;
		padding-right: 9px;
	}
}
/*
@media (min-width: 768px) and (max-width: 800px) {
	.navbar ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
*/
@media (max-width: 767px) {
	#header-logo span {
		display: inherit;
	}

	ul.navbar-nav {
		margin-top: 0;
	}

	.navbar ul li a {
		background: #576CA8;
		padding-top: 27px;
	}

	.navbar ul li a:hover {
		background: #1B264F;
	}

	div.navbar-collapse {
		border: 0;
		overflow-y: scroll;
	}
}

@media (max-width: 375px) {
	#header-logo span {
		display: none;
	}
}

.navbar-header img {
	float: left;
	padding-top: 10px;
	height: 60px;
}

/*footer */

.footer-pusher {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
}

footer {
	background: #576CA8;
	height: 70px;
	padding-top: 10px;
	color: white;
	border-top: 5px solid #1B264F;
}

.push {
	height: 70px;
}

footer p {
	margin: 0;
}

.link {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.link:hover {
	color: white;
}


/* PAGE */


.page-title.smaller {
	font-size: 3em;
}

@media (max-width: 768px) {
	.page-title {
		font-size: 3em;
	}
}

@media (max-width: 400px) {
	.page-title {
		font-size: 2.5em;
	}

	.page-title.smaller2,
	.page-title.smaller {
		padding-top: 15px;
		font-size: 2em;
	}
}

/* Widgets */
.small-panel {
	float: left;
	width: 100%;
}

@media (min-width: 769px) {
	.small-panel {
		width: 32%;
	}

	.small-panel:first-child {
		margin-right: 2%;
	}


	.small-panel:last-child {
		margin-left: 2%;
	}
}
