/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body 
{
  background-color: #ffffff;
  color: #1888de;
  font-family: Verdana;
}



.center 
{
  display: block; margin-left: auto; margin-right: auto;
} 



.intro_text 
{
  display: block; margin-left: 50px; margin-right: 710px;
} 



.intro_text_2
{
  display: block; margin-left: 300px; margin-right: 0px;
} 



.header_bar_a
{
  border-bottom: 2px solid black;
  padding-bottom: 1px;
  
  background-image: url("/sonderamine_background_4.png");
  background-position: 50% 62%;
  background-size: 1440px 800px;
}



.header_bar_b
{
  border-bottom: 2px solid black;
  padding-bottom: 1px;
  width: 100%;
  height: 50%;
  min-width: 960px;
  display: inline-block;
}



.img_main 
{
  margin: auto;
  text-align: center;
  position: absolute;
  display: inline-block;
}



.header_menu_button {
	background-color:transparent;
	border-radius:8px;
	border:4px solid #000000;
	display:inline-block;
	cursor:pointer;
	font-family:Verdana;
	font-size:14px;
	padding:12px 22px;
}

.header_menu_button:hover {
	border:4px solid #1888de;
	padding:14px 24px;
}
