

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

pre, code {
	color:#FFF;    
	font-family: monospace;
	font-size:18px; }

.container { margin:0 auto; }

h1 {
	font-size:62px;
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	font-weight:100; }

p {
	font-size:25px;
	line-height:46px;
	font-weight:100;
	color:#FFF; }

p.example {
	font-size:20px;
	line-height:32px;
	font-weight:100;
	color:#FFF;	}

h2 {
	font-size:26px;
	font-weight:300;
	line-height:46px;
	color:#FFF; }

ul li {
	font-size:25px;
	line-height:46px;
	font-weight:100;
	color:#FFF; }

.setting {
	font-weight:400;
	display:inline-block;
	width:400px; height:400px;}
	
a { color:#FFF; text-decoration:none; }



/* IPHONE */
@media (max-width:375px){
	.container {
		width:400px;
		padding-top:500px;
	}	
}

/* IPAD */
@media (max-width:768px){
	.container {
		width:500px;
		padding-top:250px;
	}	
	
	.setting {display:block;}
}


/* DESKTOP */
@media (min-width:768px){
	.container {
		width:1200px;
		padding-top:200px;
	}	
}

/* DESKTOP + */
@media (min-width:1024px){
	.container {
		width:1200px;
		padding-top:100px;
	}	
}