/**
 * ALL CUSTOMIZATONS TO CSS GO HERE.
 * This file is loaded last so all selectors in other CSS files are overridden here.
 */

#srvletarea {
    margin: 50px;
}
.menu-bar {
    background: white;
}
@media (max-width: 767px) {
	.menu-bar {
		display: none;
	}
}
.menu-bar ul {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid black;
    text-transform: uppercase;
}
.menu-bar li {
    display: block;
    margin: 10px;
}
.menu-bar a {
    color: #00A78D;
    font-family: "Arvo";
    font-weight: bold;
    font-size: 1.25em;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.footer-copy-text p {
	font-family: "Montserrat";
}
header  {
	background: url("../images/header.jpeg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ae9a80;
}

.arrow-right:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
}

input[type="number"] {
    width: 4em;
}



/*
#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 10px;
	margin-top: -25px;
	z-index: 99;
}

#menu table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu ul {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
    font-weight: bold;
	padding-left: 5px;
    padding-right: 8px;
    background: none repeat scroll 0 0 transparent;
}

#menu a {
	color: tan;
	font-size: 13px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;	
}
*/

/*
body {
	font-family: Geneva, verdana, helvetica, tahoma, Arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
*/

/*
h1 { font-size: 22px; font-weight: bold }
h2 { font-size: 18px; font-weight: bold }
h3 { font-size: 14px; font-weight: bold }
h4 { font-size: 13px; font-weight: bold }
*/

th, td.regularheader {
	background-color: #525152; 
	color: #ffffff; 
}

@media (max-width: 850px) {
  .dyncolumn {
    display: table-cell!important;
  	min-width: 100px;
  }
}
