body {
  display: block;
  font-family: Arial;
  color: #333;
  font-size: 14px;
  line-height: 20px;
background-image: url("http://mikestarczewski.com/dovteta/images/bg3.jpg");
background-position: right bottom;
background-repeat: no-repeat;
background-color: #000;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.contentsection {
  display: block;
  width: 55%;
  margin-top: 50px;
  margin-right: 25px;
  margin-left: 80px;
  float: left;
}
.text {
  width: auto;
  margin-bottom: 10px;
  font-family: Helvetica Neue;
  color: white;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 25px;
}
.textabout {
  width: auto;
  margin-bottom: 10px;
  font-family: Helvetica Neue;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}
.text.last {
  margin-bottom: 25px;
  font-family: Helvetica Neue;
  font-weight: 700;
  letter-spacing: 1px;
}
.logo {
  margin-bottom: 50px;
}
.socials {
  margin-right: 15px;
  margin-bottom: 25px;
}
.username {
  line-height: 30px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #cc0000;
  text-decoration: none;
}
.username:hover {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #fff;

}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	max-width: 600px;
}


/*  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 FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; text-align: center; }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
body {
  display: block;
  font-family: Arial;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  background-image: none;
  background-color: #000;
}
.contentsection {
  display: block;
  width: 90%;
  margin-top: 25px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}
.text {
  width: auto;
  margin-bottom: 10px;
  font-family: Helvetica Neue;
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  }
.textabout {
  width: auto;
  font-family: Helvetica Neue;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}
.text.last {
  margin-bottom: 25px;
  font-family: Helvetica Neue;
  font-weight: 700;
  letter-spacing: 1px;
}
.socials {
  margin-right: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}