/*
CSS for AJC Smaller screens
*/

#contact {
	padding: 10px 0 8px 100px;
}

/*==========================================================================================
Positioning
*/

#bodycontent {
  position: absolute;
}

#logotype, #navigation, #topbar, #contact, #bust, #logomark {
  position: fixed;
}

#bodycontent {
  left: 100px;
  top: 75px;
}

#navigation {
  top: 15px;
  right: 100px;
}

#contact {
  bottom: 0px;
  left: 0px;
}

#logotype {
  top: 5px;
  left: 100px;
}

#topbar {
  top: 0px;
  left: 0px;
}

#bust {
	bottom: 10px;
	right: 50px;
}

#logomark {
	bottom: 3px;
	right: 100px;
}