/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
#index-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/css2.jpeg");
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.strong {
  font-weight: 600;
}

.indent {
  margin-left: 100px;
}

li a.disabled {
  color:rgba(255,255,255,0.3);
  pointer-events: none;
  cursor: default;
}

.codebox {
  border: 1px solid blue;
  border-radius: 5px;
  background:rgba(100,100,255,0.3);
  padding: 10px;
  font-family:'Courier New', Courier, monospace;
}

.codebox2 {
  border: 1px solid blue;
  border-radius: 5px;
  background:rgba(100,100,255,0.3);
  padding: 10px;
  font-family:'Courier New', Courier, monospace;
  min-height: 90px;
}


.codebox-result {
  border: 1px solid #333;
  border-radius: 5px;
  background:rgba(100,100,100,0.03);
  padding: 10px;
  min-height: 90px;
}

ul.square li {
  list-style-type: square !important;
}

.small {
  font-size:0.5em;
}