
/* CSS */

html, body {
min-height: 100%;
height: 100%; 
 }

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  background-color: #f1f2dd;
  padding: 0;
  margin: 0;
}

tbody {
  color: #0a0a0a;
}

p  {
  margin-bottom: 0rem;
}

.background-img {
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.background-img img {
   width: 100%;
   -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
 
.wrap {
    min-height: 100%;
    overflow: hidden;
}

.mainwindow {
    width: 95%;
}

.editablediv {
  padding-left: 10px;
}
 
header {
  width: 100%;
  overflow: hidden;
  background-color: #edf0c9;
}

article {
  width: 100%;
  height: auto;
  margin-top: 3vh;
}

mainwindow {
  background-color: #f1f2dd;
}

footer { 
  position: relative;
  clear: both;
  text-align: center;
  padding: 100px;
}

.edit{
    border: 1px dashed #ccc;
    padding: 5px;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.grid-container {
    max-width: 95rem;
}

.maincontent {
	margin-bottom: 5vh;
	position: relative;
}
 
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.top-bar, .top-bar ul {
  background-color: #edf0c9;
}

.top-bar span {
  padding-left: 17%;
}

.top-bar-nologo {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;  
  margin-right: auto;
  max-width: 100%;
}

.top-bar-left {
    padding-top: 40px;
    display: flex;
}

.top-bar-left ul {
  list-style: none;
  position: relative;
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top-bar-nologo ul {
  list-style: none;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top-bar-left li {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.top-bar-nologo li {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid transparent;
}

.top-bar a {
  color: #0a0a0a;
}

.top-bar a:link {
  text-decoration: none;
  font-weight: 600;
}

.top-bar a:visited {
  text-decoration: none;
}

.top-bar a:hover {
  text-decoration: underline;
}

.top-bar a:active {
  text-decoration: underline;
}

.title-bar {
    background: #edf0c9;
    color: #0a0a0a;
}

.menu-icon::after {
    /* the block itself, the first line */
    background: #0a0a0a;
    /* middle and bottom */
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-lang{
  padding: 0.0em 0.85em
}

.dropdown-pane {
  background: #edf0c9;
  border: 0px;
}

.butsubmit {
  background-color: #1779ba;
  border: none;
  color: white;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.filesubmit {
  background-color: #1779ba;
  border: none;
  color: white;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

label {
  font-size: 1rem;
  padding: 3px 0px;
}

.hiddendiv{
  display: none;
}

.orbit {
  padding: 10px;
}

.orbit-previous {
  margin-left: 10px;
}

.orbit-next {
  margin-right: 10px;
}

.orbit-image {
  display: block;
  margin: 0 auto;
}

.card {
    border: 0px;
    margin-top: 3.95%;
    background-color: black;
}
.card a {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.card-section {
    margin-top: -100px;
    color: white;
    opacity: 0;
}
.tabs-content {
  border: 0px;
  background-color: transparent;
}
.tabs {
  background-color: transparent;
}
.tabs-title > a {
  font-size: 1rem;
}
