* {
	margin: 0px;
	width: auto;
}

body {
	color: #000000;
	background-color: #ffffff;
	font-family: calibri, arial, sans-serif;
}

a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p{	margin: 20px 0px 20px 0px;line-height: 16px;font-size: 16px;}
h1{ margin: 5px 0px 5px 0px;line-height: 16px;font-size: 16px;}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#body_wrapper {
	margin: 0px auto;
	width: 100%;
	background: url('images/background.jpg') no-repeat;
}

#header{
	height: 100px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: url(gmb_logo_diap_trans.png) no-repeat;
	background-color: #009EE2;
	background-size: 220px, contain;
	display: inline-block;
}

#headertextbox{
	height: 100px;
	width: 100%;
	padding-left: 100px;
	padding-top: 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	transition: text-shadow 0.3s ease-in-out;
	display: inline-block;
}

#headertextbox:hover {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#menu {
	width: 275px;
	margin: 0px auto;
	float: left;
}

#main {
	height: 100px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: url(gmb_logo_diap_trans.png) no-repeat;
	background-color: #009EE2;
	background-size: 220px, contain;
	display: inline-block;
	/*max-width: 800px;
	padding-left: 11px;
	margin: 10px 10px auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px; */
}

#maintextbox{
	height: 100px;
	width: 100%;
	padding-left: 100px;
	padding-top: 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	transition: text-shadow 0.3s ease-in-out;
}

#maintextbox:hover {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}


.wrap-element {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.wrapped-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#footer {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	float: left;
}

.button {
        display: inline-block;
        /* padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        background-color: #009EE2;
        border-radius: 6px;
        outline: none; */
        background-color: white; /* White */
      /* border: 0px solid #009EE2;
      width: 275px;
      cursor: pointer;*/
      border-radius: 6px;
      color: black;
      padding: 16px 32px;
      text-align: center;
      text-decoration: none;
      /* display: block;*/
      font-size: 16px;
      margin: 0px 0px;
      transition-duration: 0.4s;
      
      }
      
.button:hover {
  background-color: #009EE2;
  color: white;
  opacity: 1;
}

.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

  /*.disabled:hover {
  opacity: 0.2
  background-color: #009EE2;
  color: white;
  opacity: 1; 
  */

.button1 {
 /* background:  rgba(0,158,226,0.1);*/
  opacity: 0.6;
  color: black; 
}

.button1:hover {
  background-color: #009EE2;
  color: white;
  opacity: 1;
}

.button2 {
  background: rgba(0,158,226,0.1);
  color: black; 
  border-left: 1px solid #009EE2;
  border-right: 1px solid #009EE2;
}

.button2:hover {
  background-color: #009EE2;
  color: white;
  opacity: 1;
}

.button3 {
  background: rgba(0,158,226,0.1);
  color: black; 
  border-left: 1px solid #009EE2;
  border-right: 1px solid #009EE2;
}

.button3:hover {
  background-color: #009EE2;
  color: white;
  opacity: 1;
}

.button4 {
  background-color: white; 
  color: black; 
  border-left: 1px solid #009EE2;
  border-right: 1px solid #009EE2;
  padding-bottom: 300px;
}

.button4:hover {
  background-color: white;
  color: white;
}
