/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CSS STARTS HERE */





body {
  margin: auto;
  width: 1000px;
  background-color: #1a2325;
  border-top: 1px solid #f8695a;

}
h1 {
	padding-top:80px;
	font-size: 30px;
	margin-top: 50px; 
	margin-bottom:10px;
	width: 300px;
	font-family:"quatro";
	color:white;

}
h2 {
	color:grey;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-bottom:10px;
	
}
p {
	width: 300px;
	color: #a1a4a4;
	font-family:"ETICA-semibold";
	padding-bottom:10px;
	font-size:16px;
	line-height:20px;


}

.paragraph {
	float:left;
}
.product {

	height: 600px;
    width: 500px 
    float:right;

	margin:10px;
	
	border:6px solid white;

}
.logo{
	height: 50px;
	width: 50px;
	position:static;
}
.price{
	font-family:"quatro";
	color:white;
	font-size:24px;
	margin:10px;
	padding-top:20px;
	

}
.link {
	
	text-decoration:none;
	color:#01bfc1;
	border-bottom:1px dotted #31393b;
	padding-bottom:30px;
	max-width:350px;


}
article  {
	border-top:1px dotted #31393b;
	padding-bottom:400px;
	width:500px;
	



}


button{
	background-color:#01ccce;
	border:none;
	color:white;
	padding:15px 30px;
	font-size:14px;
	text-transform:uppercase;
	font-family:"ETICA";
	margin-left:70px;
	position:absolute;
	margin-top:20px;

}


@font-face {
  font-family: 'quatro';
  src: url('/fonts/quatroslab_regular-webfont.eot');
  src: url('/fonts/quatroslab_regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/quatroslab_regular-webfont.woff2') format('woff2'),
       url('/fonts/quatroslab_regular-webfont.woff') format('woff'),
       url('/fonts/quatroslab_regular-webfont.ttf') format('truetype'),
       url('/fonts/quatroslab_regular-webfont.svg#quatro_slabregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'etica-semibold';
  src: url('/fonts/lft_etica_semibold-webfont.eot');
  src: url('/fonts/lft_etica_semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/lft_etica_semibold-webfont.woff2') format('woff2'),
       url('/fonts/lft_etica_semibold-webfont.woff') format('woff'),
       url('/fonts/lft_etica_semibold-webfont.ttf') format('truetype'),
       url('/fonts/lft_etica_semibold-webfont.svg#lft_etica_sbsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'etica';
  src: url('/fonts/lft_etica_reg-webfont.eot');
  src: url('/fonts/lft_etica_reg-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/lft_etica_reg-webfont.woff2') format('woff2'),
       url('/fonts/lft_etica_reg-webfont.woff') format('woff'),
       url('/fonts/lft_etica_reg-webfont.ttf') format('truetype'),
       url('/fonts/lft_etica_reg-webfont.svg#lft_eticaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

