@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap');


/******************** FrontColors *********************************/

.front-dark{ color: #2865a3 !important}
.front-light{ color: white}

/******************** BackColors *********************************/
.back-dark{ background-color:#2865a3}
.back-light{ background-color:white}


/******************** General **************************************/

body {
  margin: 8px;
  background: #fff;
  color: #aaa;
  font: 16px/1.5em sans !important;
}

.mobile-only{
	display:block;
}
.desktop-only{
	display:none;
}

.about{
	padding: 3em 10vw;
    line-height: 2em;
}

.about.row{
	margin-left:0;
	margin-right:0;
}

.pageTitle{
	padding: 6em 0 1em 0;
}

.pageGallery{
	padding-top:3em !important;
	padding-bottom:3em !important;
}

@media (min-width: 768px) {
	.mobile-only{
		display:none !important;
	}
	
	.desktop-only{
		display:block !important;
	}
	
	.about{
		padding: 5em 25vw;
	}
	
	.pageTitle{
		padding: 1em 0 2em 0;
	}
}



/********************* Google map ******************************/

.google_map{
	width: 100%;
	min-height:300px;
}


/********************* Parallax ******************************/

.parallax {

    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	position: relative;
	
}

.fixed-img {
  background-image: url("http://2.bp.blogspot.com/-pATX0YgNSFs/VP-82AQKcuI/AAAAAAAALSU/Vet9e7Qsjjw/s1600/Cat-hd-wallpapers.jpg");
  height: 100%;
  width: 100%;
  position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.parallax h1{
	font-size: 10vw;
    text-align: center;
}

.parallax h2{
	display:block;
	text-align: center;
	font-size:6vw;
}

.parallax .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 2em 2em;
	text-align: right;
	color: rgba(255,255,255,0.8);
    text-shadow: 0px 0px 20px rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.3);
	font-family: 'Cormorant SC';
}

@media (min-width: 100px) {
	
	.parallax {
		/* Set a specific height */
		min-height: 400px; 

		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
}

@media (min-width: 768px) {
	
	
	.parallax h1{
		font-size:4vw;
		text-align:right;
	}
	
	.parallax h2{
		display:block;
		font-size:2.5vw;
		text-align:right;
	}
}

/********************* Address ****************************/
.address{
	padding:3em;
}

.address.row{
	margin-left:0;
	margin-right:0;
}

.address div{
	background:white;
	padding-top:1em !important;
}

.address p{
	margin-bottom:0.5em;
}

.address .address-icon{
   	padding:0;
    text-align: center;
}

.address .address-text{
	text-align:center;
	font-size:3.5vw;
	width: 100%;
}

.address .address-icon img{
		width: 35%;
		margin-bottom: 0;
	}


@media (min-width: 768px) {
	
	.address{
		padding:4em;
	}
	.address .address-icon{
		 text-align: center;
	}
	
	.address .address-icon img{
		width: 20em;
		margin-bottom: 0;
	}
	
	.address .address-text{
		text-align:left;
		font-size: initial;
	}
}

/********************* Flags ******************************/
div.flags{
	transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg); /* IE 9 */
    -webkit-transform: rotateZ(-90deg); /* Safari */
    position: absolute;
    top: -1.6em;
    left: 0em;	
	list-style: none;
	z-index: 10000;
}
div.flags a{
	display:block;
}

div.flags img{
	width:2em;
	-webkit-transition: All 0.3s;
    transition: All 0.3s;
}

div.flags img:hover{
	transform:translateX(-0.5em);
}

@media (min-width: 768px) {
	div.flags{	
    position: fixed;   
    right: 1.5em;
	left:initial;
	}
}


/********************* Social networks ******************************/
section{
	position: fixed;
    left: 0;
    top: 10%;
	z-index:10001;
}

section ul li{
	display:block;
	font-size:2em;
}

section ul li a{
	-webkit-transition: All 0.3s;
    transition: All 0.3s;
}

section ul li a:hover{
	color:orange;
}

section ul li.pinterest a:hover{
	color:#BD081C;
}

section ul li.facebook a:hover{
	color:#3b5998;
}

section ul li.a:hover{
	color:#1da1f3;
}

section ul li.instagram a:hover{
	color:#BD081C;
}

.mobile-only .socialNetworkIcons img {
    margin: auto;
    height: 1.05em;
    padding-top: 0;
    margin-top: -2px;
}

.mobile-only .socialNetworkIcons{
	margin: auto;
    width: 7.8em;
    font-size: 2em;
}

.mobile-only .socialNetworkIcons div{
	float:left;
	margin-right:5%;
}

.google_map iframe{
	width:100% !important;
	height: 25vh;
	min-height: 500px;
}




/**umb_name:Cover Title*/
.CoverTitle{font-size: 4vw;}

/**umb_name:Cover Subtitle*/
.CoverSubtitle{font-size: 2.5vw;}

