body {
	/*text-align: center;*/
	background-color: "#4c4c4c";
	margin: 0;
}

h1, h2, h3 {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-style: normal;
}

h1 {
	color: white;
	font-size: 90px;
  	line-height: 30px;
}

h2, h3 {
	font-weight: 100;
	letter-spacing: -3px;
}

h2 {
	font-size: 49px;
	line-height: 49px;
	margin: 0;
}

h3 {
	font-size: 38px;
	line-height: 38px;
	margin: 0;
}

a {
  color: #b10000;
  text-decoration: none;
}
a:visited {
  color: #b10000;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  color: #da4c08;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

#page-wrap-whole {
	position: relative;

}

#page-wrap {
	/*position: relative;*/
	margin: 20px;
}

#footer-spacing {
	clear:both;
	height: 20px;
}

 #footer {
 	clear: both;
 	background-color: #111;
 	width: 100%;
 	color: #fff;
 	margin: 0;
 	margin-top: 20px;
 	padding: 10px;
 	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
 }

img.cover {
	max-width: 500px;
}

.block {
	background-color: #ffffff;
	max-width: 460px;
	text-align: left;
	margin: 0 auto;
	padding: 20px;
}

.block-profiles {
	max-width: 500px;
	text-align: left;
	margin: 0 auto;
}

.double-block {
	background-color: #ffffff;
	padding: 20px;
	width: 210px;
	float:left;
}

/*
img.profile {
	width: 50%;
	height:auto;
	float:left;
}
*/

.profile {
	width: 50%;
	height: 375px;
	float:left;
}

#profile-toffe {
	background-image: url('img/profile-toffe.jpg');
}
#profile-toffe:hover {
	background-image: url('img/profile-toffe2.jpg');
}

#profile-marten {
	background-image: url('img/profile-marten.jpg');
}
#profile-marten:hover {
	background-image: url('img/profile-marten2.jpg');
}

 .column {
	float: left;
 }

 #right-column {
 	margin-left: 20px;
 }

img.bg {
  /* Set rules to fill background */
  /*min-height: 100%;
  min-width: 960px; /* Set to image width */
	
  /* Set up proportionate scaling */
  width: auto;
  height: 200%;
	
  /* Set up positioning */
  position: fixed;
  top: -50%; /*-50% for middle here*/
  right: 0;
}

@media screen and (max-width: 1200px) {
  img.bg {
    top: 0;

    min-height: 100%;
    min-width: 960px; /* Set to image width */
	
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /*left: 0;*/
  }
}
@media screen and (max-width: 960px) { /* Specific to this particular image */
  img.bg {
    /*left: 50%;*/
    margin-left: -480px;   /* 50% */
  }
}
@media screen and (max-width: 1100px) {
  .column {
	float: none;
  }

  #right-column {
 	margin-left: auto;
  }	

  body {
	text-align: center;
  }

  h1 {
  	font-size: 50px;
  	line-height: 30px;
  }
}