* {
  box-sizing: border-box;
}


#home {padding-top:150px;height:inherit;}
#dojo {padding-top:inherit;height:inherit;}
#dzr  {padding-top:inherit;height:inherit;}
#esoteric {position:inherit; padding-top:inherit; height:inherit;}


body {
  margin: 0;
  font-family: Jost, "Josefin Sans", Arial, Helvetica, sans-serif;
  position: relative;
}

.responsiveImage {
  width: 90%;
  height: auto;
}

.top-container {
  background-color: #000;
  text-align: center;
}

.titlebar-text {
  font-size: 18px;
  line-height: 1em;"
}

/* There is a responsiveness version for large screens below */
.yellowheader {
  background: #EDCD1F;
  color: #000;
  height: 170px;
  width: 100%;
  z-index: 10;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.divider {
  padding-top: 30px;
  text-align: center;
  font-size: 36pt;
  font-family: Jost;
  color: #444;
}

.spacer {
  text-align: center;
  padding: 10px 0px 30px 0px; 
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: Jost, "Lucida Sans", sans-serif;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

.btn {
	border: 1px solid #f1f1f1;
	outline: none;
	padding: 5px 8px;
	background-color: #f1f1f1;
	cursor: pointer;
	font-size: 14px;
	width: 300px;
	text-align: left;
	margin: 2px;
}


.window {
	width: 100%;
}

/* RESPONSIVENESS */
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.whiteBox {
	font-size:smaller;
}

[class*="col-"] {
  text-align: left;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    
  .yellowheader {
    background: #EDCD1F;
    color: #000;
    height: 170px;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .titlebar-text {
    font-size: 36px;
    line-height: 1em;"
  }
 
  .btn {
    padding: 8px 14px;
    font-size: 16px;
    width: 380px;
    margin: 5px;
  }
  .window {
  /*
    width: 1100px;
  */
  }
  
  [class*="col-"] {
    text-align: left;
  }
  

  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  .whiteBox {
  font-size:12pt;
  }

}

@media only screen and (min-width: 1100px) {
  .window {
	width: 1100px;
	text-align:center;
	margin:auto;
  }

  .btn {
	padding: 10px 16px;
	font-size: 18px;
	width: 550px;
	margin: 5px;
  }
  
}

.rTable { display: table; }
.rTableRow { display: table-row; }
.rTableHeading { display: table-header-group; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { display: table-cell; }
