/*!
 * Program					main.css
 * Web Site					posadalosdelfines.net
 * Author					Angel González Díaz
 * 							VISUAL ADVENTURES
 * Date						26/01/2016
 */

body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6, p {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

p	{
	text-align: left;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.5em;
}

h3	{
	font-size: 2em;
}

h4	{
	font-size: 2.5em;
}

h5	{
	font-size: 3em;
}

h6	{
	font-size: 3.5em;
}

.box {
	background: #FFF;
	background: rgba(255,255,255,0.9);
	margin-bottom: 20px;
	padding: 30px 15px;
}

.box:after {
	content: '';
	display: table;
	clear: both;
}
	 
.img-full {
  min-width: 100%;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 0px;
}

.img-left {
	float: left;
	margin: 0 2% 0;
}

.intro-header {
	padding-top: 20px; /* If you're making other pages, make sure there is 20px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 30px;
	background-size: cover;
	text-align: center;
	background: #E6E6FA;
	border-top: 1px solid Gray;
}

.intro-header-home {
	padding-top: 20px; /* If you're making other pages, make sure there is 20px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 1px;
	text-align: center;
	background: #E6E6FA;
	border-top: 1px solid Gray;
}

.intro-header-home2 {
	padding-top: 1px; 
	padding-bottom: 2px;
	text-align: center;
	background: White;
	border-top: 1px solid Gray;
}

.intro-foot {
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.intro-menu {
	padding-top: 15%;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.intro-message {
	position: relative;
	padding-top: 1%;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.intro-message2 {
	position: relative;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}

.intro-message3 {
	position: relative;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.intro-message > h1 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.intro-message2 > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

#header-section {
	background-color: #FFECF4;
	border-top: 10px solid #DCDCDC;
}

.lenguajes {
	float: right;
	margin-right: 25px;
}

.bookvisit {
	width: 90%;
	border: 0px solid #ccc;
	background-color: #fff;
	padding: 1px;
	margin: 1% 5% 5%;
}

.navbar {
  position: relative;
  min-height: 20px;
  margin-bottom: 1px;
  border: 1px solid transparent;
  background-color: #FFECF4;
}



@media (max-width: 767px) {
	.img-left {
  		float: left;
  		margin-right: 25px;
	}

	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	border-top: 1px solid Gray;
	padding: 20px 0;
}

.content-section-b {
	border-top: 1px solid Gray;
	padding: 20px 0 20px;
}

.content-section-c {
	background-color: #f8f8f8;
	border-top: 1px solid Gray;
	padding: 20px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
	 
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
}

footer {
	background-color: #FFECF4;
	padding: 20px 0;
	border-top: 1px solid Gray;
	border-bottom: 10px solid #DCDCDC;
}

p.copyright {
	margin: 15px 0 0;
	text-align: center;
}