﻿/* ----------------- @font-face ----------------------*/

@font-face {
	font-family: 'MTCORSVA';
	src: url('./MTCORSVA.eot');
	src: local('MTCORSVA'), url('./MTCORSVA.woff') format('woff'), url('./MTCORSVA.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_6771">Text with this font applied</p> */
.fontsforweb_fontid_6771 {
	font-family: 'MTCORSVA' !important;
}

/* Font downloaded from FontsForWeb.com */

@font-face {
	font-family: 'Tangerine';
	src: url("Tangerine/Tangerine_Bold.ttf"); 
	url("Tangerine/Tangerine_Regular.ttf");
}

/* ----------------- / @font-face ----------------------*/


.title-text-h1 {
	font-family: 'Tangerine';
	font-weight:bold; 
	font-size:100px;
	text-shadow: 4px 4px 4px #aaa;
	text-align:center;
	color:#FFFFFF;
}

.leftRed {
	position:absolute;
	width: 50px;
	height: 60px;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
	background: red;
}

/*
.leftRed {
	position:absolute;
  background: red;
  display: inline-block;
  height: 55px;
  margin-left: 20px;
  margin-top: 55px;
    position: relative;
    width: 100px;
}


.leftRed:before {
  border-bottom: 35px solid red;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -35px;
  width: 0;
}



.leftRed {
	position: absolute; left:-100px;top:20px; 
	text-align:center; padding:10; font-size:30px;
	height: 50px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-450deg);
	background: red;
}
*/

h1, h2, h3, h4,h5, h6 {
	font-family: 'Syncopate', sans-serif;
}

#placehere
{
	position:fixed;
	top:-200px;
	left:0px;
	width:100%;
	height:auto;
	padding:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
#placehere img
{
	width: 40%;
	height: auto;
	margin-top:100px;
}



/* -------------- Gallery ------------------*/

*{margin:0;padding:0;}

.bigImage img
{
	box-shadow:0px 0px 20px #cecece;
	-moz-transform: scale(0.7);
	-moz-transition-duration: 0.6s;	
	-webkit-transition-duration: 0.6s;
	-webkit-transform: scale(0.7);
	
	-ms-transform: scale(0.7);
	-ms-transition-duration: 0.6s;	
}
.bigImage img:hover
{
	 box-shadow: 20px 20px 20px #dcdcdc;
	 overflow:hidden;
	-moz-transform: scale(0.8);
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-webkit-transform: scale(0.8);
	
	-ms-transform: scale(0.8);
	-ms-transition-duration: 0.6s;
	
}
