@import url("https://fonts.googleapis.com/css?family=Raleway");
body, html {
  margin:0;
  padding:0;
  height: 100%;
}

.btext A:visited { text-decoration: none; color: #0000bb }
.btext A:link { text-decoration: none; color: #0000bb }
.btext A:link IMG { text-decoration: none }
.btext A:hover { color: #4372dc }
.btext { font-family: 'Arial', sans-serif; font-size:16px; color:#000000; }

.brtext A:visited { text-decoration: none; color: #8f6126 }
.brtext A:link { text-decoration: none; color: #8f6126 }
.brtext A:link IMG { text-decoration: none }
.brtext A:hover { color: #4372dc }
.brtext { font-family: 'Times'; font-size:16px; color:#000000; }

.blutext A:visited { text-decoration: none; color: #0000bb }
.blutext A:link { text-decoration: none; color: #0000bb }
.blutext A:link IMG { text-decoration: none }
.blutext A:hover {color: #4372dc }
.blutext { font-family: 'Raleway', sans-serif; font-size:16px; color:#5997FF; }

.wtext A:visited { text-decoration: none; color: #B5DFFF }
.wtext A:link { text-decoration: none; color: #B5DFFF }
.wtext A:link IMG { text-decoration: none }
.wtext A:hover {color: #4372dc }
.wtext { font-family: 'Arial'; font-size:16px; color:rgba(255,255,255,0.8); }

#wrapper {
  width: 100%; /* fixed width */
  margin: 0px;
  height: 100%;
}

.linkWrap {
  cursor: pointer;
}
.maincontent {
	font-family: 'Tahoma', sans-serif; font-size:16px; color:#000000;
	min-height: 80%;
	text-align: center;
}
/* .menubar {
	display:inline-block;
	min-width: 620px;
	vertical-align: middle;
	padding-top: 10px;
}
.menubutton {
	font-size: 14px;
	background-color: #ffffff;
	padding: 14px 6px;
	display: inline-block;
	transition: 0.3s;
	position: relative;
}
.menubutton:hover {
	cursor:pointer;
	background-color: #fff0dd;
}

.menudropdown {
	position:absolute;
  top:44px;
  left: 0px;
  display:block;
  background: #eeeeee;
  min-width: 150px;
  z-index: 100;
} */


.logo {
  display: block;
  float: left;
}
.topnav {
  overflow: hidden;
  background-color: #fff;
  display: block;
  float: right;
  padding-top: 20px;
  padding-right: 20px;
}

.topnav a {
  float: left;
  display: inline-block;
  color: grey;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 17px;
  border-right: 1px solid #555;
}

.topnav a:last-child{
  border-right: none;
}

.topnav a li {
  text-decoration: none;
  list-style: none;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.team {
  border-right: none !important;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: grey;
  padding: 10px 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border-right: 1px solid #555;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: orange;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* //////////////////////////////////////////// */


.basicbutton {
	background-color:#f9d5a5; color:#444444;
	transition: 0.3s;
}
.basicbutton:hover {
	cursor:pointer;
	color: #ffffff;
	background-color: #cccccc;
}
.menudivider {
	height: 30px; background-color: #000000; width: 1px; display: inline-block;
	padding-top: 10px; vertical-align: middle;
}
.imagemenu {
	background-color: #eeaaee;
	background: url('images/officebk.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}
.imagemenubutton {
	display: inline-block;
	width: 24%;
	padding: 0px;
	height: 100%;
	vertical-align:top;
	transition: 0.3s;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}


.imagemenubutton:hover {
	background-color: rgba(255,255,255,0.4);
	cursor: pointer;
}
.imagemenubuttontext {
	height: 40px;
	margin-top: 50vh;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 20px;
	vertical-align:middle;
	background-color: #ff700a;
	color: #ffddb2;
}

.iconbutton {
	width: 100%; height: 100%;
	transition: 0.3s;
}

.iconbutton:hover {
	background-color: rgba(255,255,255,0.4);
	cursor: pointer;
}

.iconbuttonstripe {
	position: absolute; bottom: 0; background-color: rgba(246, 149, 39, 0.9); text-align: center; width: 100%; height: 50px; vertical-align: middle;
}

.footer {
	color: #8f6126;
	background-color: #f9d5a5;
	min-height: 14%;
	padding: 20px 42px;
}


@media screen and (max-width: 1035px) {
  .logo {
    text-align: center;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .topnav {
    clear: both;
    float: none;
    margin: 0 auto;
    vertical-align: middle;
    width: 750px;
    padding-top: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .topnav ul {
   padding-inline-start: 0px;
  }

  .logo {
    text-align: center;
    float: none;
  }

  .topnav {
    position: relative;
    clear: both;
    width: 100%;

  }

  .topnav a {
    float: none;
    display: block;
    text-align: left;
    text-align: center;
    border-right: none;
  }
  .dropdown {float: none;}
  .dropdown-content {position: relative;}
  .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
    border-right: none;
  }
}

@media print {
  .centercontent {
  	width:100%;
  }
}
