
/* NAVIGATION */
nav {
	background:#303030;
	}

	
body {
		margin: 0 auto;
		padding: 0 auto;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400px;
		height:100%;
	}

	
.section .content-block{
		padding: 25px 25px 25px 25px;
}	
	
footer {
		background-color: white;
		margin-top:200px;
		margin-bottom:20px;
	}
	
#icons > li{
		list-style:none;
		display:inline-block;
		margin:30px 0 0 10px;
		}

/* ICON HOVER EFFECT */		
.icon:hover {
		opacity:.5;
		transition: opacity .5s ease;
		cursor:pointer;
		}	
/* ICON HOVER EFFECT */		
	
	
h1 {
		font-family:'Montserrat', sans-serrif;
		font-weight:700px;
		color: #65c7bf;
		text-decoration: none;
		line-height: inherit;
		text-align:left;
		font-size:20px;
	}
h2{
		font-family:'Montserrat', sans-serrif;
		color: #F0FFFF;
	}
	
.section > h2{
		text-decoration: none;
		line-height: inherit;
		text-align:center;
		margin:0 auto;
		padding:20px 20px 20px 20px;
		font-size:small;
		font-weight:400px;
	}	

/* Responsive Slides code provided by:
			Salminen, V. Responsive Slides.js: simple and lightweight plugin.
			http://responsiveslides.com/
			(accessed 7 October , 2014). */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/*IMAGE SLIDER*/
	
	
	
#logo {	
		display:block;
		background:#303030;
		padding:30px 30px 0px 30px;
		
	}
	
#content-center {
		display:block;
		padding:0px 10px 10px 10px;
		width:90%;
		display:block;
		margin: 0 auto;
		text-align:center;
	}
	

	
.content-block {
		position:relative;
		display:block;
		padding:50px 50px 50px 50px;
		float:left;
		text-align: left;
		}

.content-block > p {
		font-family:'Montserrat', sans-serrif;
		font-weight:400px;
		font-size: small;
		color: #303030;
		text-decoration: none;
		line-height: inherit;
		}
	
ul 	{
		margin: 0 auto;
		padding: 0 auto;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400px;
	}
	

.menu{
	display: none;
	}
	
/* NAVIGATION CONTENT TOP */	
.nav{
	list-style:none;
	background-color:#303030;
	text-align: right;
	}
	
.nav > li {
		display: inline-block;
		margin: 0px 10px 10px 40px;
		}

.nav > li  > a {
			text-decoration:none;
			font-size:20px;
			}

			
			
/* NAVIGATION CONTENT BOTTOM */			
.nav-bottom{
			list-style:none;
			background-color: #303030;
			text-align:center;
		}

.nav-bottom > li{
			display:inline-block;
			margin: 10px 10px 10px 15px;
			}
			
.nav-bottom > li > a{
			text-decoration:none;
			font-size:20px;
			}			



/*  LINK ATTRIBUTES */			
a {transition: color 0.5s ease;
  color: #F0FFFF;
  text-decoration: none;
  line-height: inherit;}
  
  a:hover, a:focus{
    color: #65c7bf;
	}
	
  a img {
    border: none; }	
	
.highlight {
		color: #65c7bf;
			}
			
.highlight:hover {
		color: #F0FFFF;
			}	
.mail a{
		color:#65c7bf;
	}
.mail a:hover{
		color:#303030
	}


/* Responsive Grid System code provided by:
			Miler, G. Responsive Grid system.
			http://www.responsivegridsystem.com/
			(accessed 10 October , 2014). */	
/* CODE FOR MOBILE BROWSER COMPATIBILITY */
/*  GO FULL WIDTH AT LESS THAN 760 PIXELS */

@media only screen and (max-width: 760px) {
		
		
		.nav{
			text-align: center;
			display:none;
			padding:0 0 0 0;
		}
		
		.nav > li {
			display: block;
			margin: 0px 10px 10px 10px;
			
		}
		
		.nav-bottom{
			text-align: center;
			display:none;
			
		}
		
		.nav-btn {
			display:block;
			background-color: #303030;
			color: #2ba6cb;
			font-weight: '400px';
			text-align:right;
			cursor:pointer;
			padding: 15px 10px 10px 10px;
		}
		
		.menu {
			width:5%;
			display:block;
			margin: 0 auto;
			}
			
		.scrolltotop {
			display:block;
			color: #2ba6cb;
			font-weight: '400px';
			text-align:right;
			cursor:pointer;
			padding: 15px 10px 10px 10px;
			}
		
		.middle {
			width:138.2px;
			display:block;
			margin: 0 auto;
			}
			
		h1 {
		font-family:'Montserrat', sans-serrif;
		font-weight:400px;
		color: #65c7bf;
		text-decoration: none;
		line-height: inherit;
		text-align:left;
		font-size:medium;
	}
	
	.content-block {
		position:relative;
		display:block;
		padding:30px 30px 30px 30px;
		float:left;
		text-align: left;
		}
			
	footer {
		margin-top: 50px;
		}
		

}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
                                               
					
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 760 PIXELS */

@media only screen and (max-width: 760px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 760px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
                                               
					
.icon-top > li{
		float:right;
		list-style:none;
		display:inline-block;
		margin:30px 10px 0px 0px;
	}

	
/*MAIL CONTACT FORM POSITIONING AND FONT*/	
 .contactme{
		position:relative;
		display:block;
		padding:10px 10px 10px 10px;
		float:center;
		text-align: left;
 }
 
 .contactme > p {
		font-family:'Montserrat', sans-serrif;
		font-weight:400px;
		font-size: small;
		color: #303030;
		text-decoration: none;
		line-height: inherit;
	}

	
.contactme >.mail{
		font-family:'Montserrat', sans-serrif;
		font-weight:400px;
		font-size: 15px;
		color: #65c7bf;
		text-decoration: none;
		line-height: inherit;
	}	
	
/*titles for the text fields. I use it for spacing between certain elements*/
label 
{
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}	
		

/* Styles the text boxes */
input, textarea, file {
	width:439px;
	height:27px;
	background-color:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

/*text area boxes (message field) */	
textarea 
{
	height:213px;
	background-color: #efefef;
}


/*submit button */
#submit {
	background-color:#303030;
	width:127px;
	height:48px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
	color:white;
}

/* submit hover */	
#submit:hover{
	color:white;
	background-color: #65c7bf;
		}	
}
	
