@font-face {
	font-family: 'Platform';
	src: url(../fonts/Platform-Regular.eot);
	src: local('â˜º'), url(../fonts/Platform-Regular.woff) format('woff'), 
		 url(../fonts/Platform-Regular.ttf) format('truetype'), 
		 url(../fonts/Platform-Regular.svg) format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Platform';
	src: url(../fonts/Platform-Medium.eot);
	src: local('â˜º'), url(../fonts/Platform-Medium.woff) format('woff'), 
		 url(../fonts/Platform-Medium.ttf) format('truetype'), 
		 url(../fonts/Platform-Medium.svg) format('svg');
	font-weight: 500;
	font-style: normal;
}

html {
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
  text-transform: uppercase;
}

body { 
	margin: 0; 
	padding: 0;
	background: #ffffff;
	font-family: 'Platform', sans-serif;
	color: black;
	width: 100%;
	height: 100%;
	position: relative;
}

#wrapper {
	width: 80%;
	position: relative;
	margin: 0 auto;
	min-height:100%;
}

#header {
  text-transform: none;
	padding: 150px 0 40px 0;
	text-align: center;	
	background-color: white;
	margin-bottom: 5%;
	position: relative;
}

.header-title {
	position: fixed;
	top: 40px;
	font-size: 1000%;
	width: 80%;
	text-align: center;
	z-index: 100000;
	-webkit-transition: font-size 1s; 
	-moz-transition: font-size 1s; 
    transition: font-size 1s;
}

.smaller {
	font-size: 200%;
	
}

#header-subtitle {
	font-size: 60%;
	line-height: 30px;
	letter-spacing: 10px;
}

#footer {
	padding-top: 72px;
	line-height: 20px;
	height: 50px;
	clear: both;
	text-align: center;
  font-size: 80%;
  font-weight: 500;
  letter-spacing: 5px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

a.link-expander {
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: letter-spacing 15s; /* Safari */
	-moz-transition: letter-spacing 15s; /* Safari */
    transition: letter-spacing 15s;
}

a.link-expander:hover {
	text-decoration: none;
	letter-spacing: 100px;
}

#content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}

.content-row {
	text-align: center;
	position: relative;
	width: auto;
	margin: 0 auto;
}


.content-element-main {
	height: auto;
	display: inline-block;
	/*cursor: pointer;*/
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
	-moz-transition: all 0.5s; /* Safari */
	margin: 2%;
}

.content-element-main img {
	width: 100%;
	height: auto;
	
	
}
img:hover {
	cursor: url("cursor.png"), pointer;
}

.content-element-main:hover {
	
}

.image-title {
	width: 100%;
	display: block;
	font-size: 200%;
	font-weight: bold;

	text-align: center;
	margin: 8% 0 0 0;
	padding: 20px 0;
	text-transform: none;
}

.content-element {
	width: 100%;
	display: block;
	height: auto;
	/*cursor: pointer;*/
	position: relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	margin: 7% 0;
	text-align: center;
}

.content-element img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.content-element:hover {
  z-index: 10;
 /* cursor: url("cursor.png"), pointer; */
}

.category-link {
	width: 100%;
	text-align: center;	
}

.category-link a {
	color: black;
	font-weight: bold;
	font-size: 200%;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: none;
	
}

.category-link  a:hover {
	color: #ccc;
}

.hover-content {
  display: table;
  text-align: center;
	width: 100%;
  height: 100%;
	position: absolute;
	bottom: 45%;		
	opacity: 0;	
	background-color: black;
	letter-spacing: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

.hover-content span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  font-size: 80%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
  opacity: 0;
}

.content-element-main:hover .hover-content {    
	opacity: 0.85;
  background-color: white;
  color: black;
  
}

.content-element-main:hover .hover-content span {    
  opacity: 1;
}

.content-element:hover .hover-content {    
	opacity: 0.8;
  background-color: white;
}

.gallery-title {
	font-size: 360%;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 3%;
	letter-spacing: 3px;
	text-transform: none;
}

.gallery-description {
	font-size: 250%;
	
	font-weight: bold;
	letter-spacing: 3px;
	text-align: justify;
	margin: 0 10% 6% 10%;
	text-transform: none;
}

.services {
	position: relative;
	width: auto;
	min-width: 950px;
	margin: 0 auto;
	z-index: 99999;
	display: block;
	height: auto;
	clear: both;
	height: 660px;
}

.services-image {
	position: absolute;
	right: 67%;
	
	height: 365px;
	padding: 30px 0;
	text-align: right;
}

.services-text {
	position: absolute;
	left: 40%;
	padding: 80px 0 0 0;
}

.services-title {
	font-size: 180%; 
	font-weight: 500; 
	letter-spacing: 2px;
}

.services-subtitle {
	font-size: 150%; 
	font-weight: 500; 
	letter-spacing: 2px;
}

.services-content {
	font-size: 100%; 
	font-weight: 500; 
	letter-spacing: 2px;
}

form {
	width: 60%;
	margin: auto;
}

input {
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
	height: 30px;
	line-height: 20px;
	font-size: 120%;
}

button {
	width: 100%;
	margin: 20px 0;
}

textarea {
	font-size: 80%;
	width: 100%;
	max-width: 100%;
	height: 200px;
	margin: 20px 0;
}