/*
  Design for Developers
  A workshop by Zaharenia Atzitzikaki
  DEVit Conference, May 2017

  Step 1
*/

/*****************
 * reset
 *****************/
@import "bootstrap.min.css";
@import "reset.css";

/*****************
 * general rules
 *****************/
body {
	font: 14px "Helvetica Neue", Helvetica, Arial, san-serif;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
	min-height: 100vh;
}

a {
	text-decoration: none;
	color: #0a0a0a;
}

h2 {
	margin-bottom: 24px;
}

h3 {
	margin-bottom: 48px;
}

h4 {
	margin-bottom: 24px;
}

figure {
	line-height: 0;
}

.centered {
	text-align: center;
}

.text-right {
	text-align: right;
}

.list {
	list-style: none;
}
/*****************
* footer
*****************/
.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
