/* Cord Project Styles
-------------------------------------------------- */
html {
  /*background: url(assets/color.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color: black;
}

body {
	margin: 0px;
	color:#ffffff;
	font-size: 55px;
  font-family: Helvetica, Arial, serif;
  line-height: 1.4;
}

/*@font-face {
  font-family: 'Haptik';
  src: url('assets/GT-Haptik-Regular.eot?') format('eot'), url('assets/GT-Haptik-Regular.woff') format('woff'), url('assets/GT-Haptik-Regular.ttf') format('truetype');
}*/


#container{
	margin-top: 80px;
	width: 100%;
}

.content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

img {
	margin-bottom: 40px;
}

/*#footer{
	padding-top: 20px;
	padding-bottom: 60px;
	font-size: 14px;
}*/

/* CSS for high-resolution devices */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {

}


/* CSS for narrow screens */
@media (max-width: 975px) {

	#container{
		width: 100%;
		/*text-align: center;*/
	}

	.content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
}


@media (max-width: 460px) {

	#container{
    margin-top: 40px;
		font-size: 30px
	}
}




/* LINK STYLES */

a:link, a:active{
	color: #5efaff;
/*	text-decoration: none;*/
}

a.noline {
  text-decoration:none;
}

a:visited {
	color: #0e7578;
/*	text-decoration: none;*/
}

a:hover {
	color: #a7fcff;
}
