@charset "utf-8";
.container {
    color: #FFC067;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    float: right;
    text-align: right;
    margin-top: 6%;
    margin-right: 20%;
}
body {
    background-image: url(dist/images/houndstooth_1.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
    color: #FFC067;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: large;
}
header {
    color: #FFC067;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 600%;
    text-align: center;
    background-image: url(dist/images/bg_header.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 5%;
    margin-bottom: 5%;
    float: none;
    font-style: italic;
}
.maintext {
    color: #A8FFE5;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    float: right;
    padding-right: 10%;
    text-align: right;
}
.header {
    width: 80%;
    height: 20%;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-style: italic;
    font-weight: bolder;
    font-size: x-large;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.thumbEnv {
}
.thumbChar {
    text-align: center;
    /* [disabled]margin-right: 20%; */
    margin-left: 10%;
}
.thumbAni {
}


.row > .column {
    padding-top: 2%;
    padding-bottom: 0;
    padding-right: 0%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-image: url("dist/images/red_bg.gif");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    max-height: 80%;
}

/* The Close Button */
.close {
    color: #A8FFE5;
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 50px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: orange;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    text-align: center;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 0%;
    color: white;
    font-weight: bold;
    font-size: 50px;
    transition: 0.2s ease;
    border-radius: 0 4px 4px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: #FFFFFF;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width:500px){
.container {
    width: 150px;
    /* [disabled]padding-right: 10%; */
    text-align: center;
    float: none;
    padding-left: 30%;

}

body {
    background-image: url(dist/images/houndstooth_1.gif);
    background-repeat: no-repeat;
    background-position: 100% 384%;
    background-size: cover;
    background-attachment: fixed;
}
header {
    color: #FFC067;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 200%;
    text-align: center;
    background-image: url(dist/images/bg_header_mobile.png);
    background-position: center center;
    margin-top: 5%;
    margin-bottom: 5%;
    float: none;
    font-style: italic;
    padding-top: 139px;
    background-repeat: no-repeat;
    padding-bottom: 122px;
}
.row > .column {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}
.header {
    width: 80%;
    height: 20%;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-style: italic;
    font-weight: bolder;
    font-size: x-large;
    text-align: center;
    /* [disabled]background-image: url(dist/images/bg_header.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;


}
.close:hover, 
.close:focus {
    color: orange;
    text-decoration: none;
    cursor: pointer;
}
.column {


}
.cursor {
    cursor: pointer;
}
/* Next & previous buttons */
.prev, 
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 0%;
    color: white;
    font-weight: bold;
    font-size: 50px;
    transition: 0.2s ease;
    border-radius: 0 4px 4px 0;
    user-select: none;
    -webkit-user-select: none;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img.hover-shadow {
    transition: 0.3s;
}
img {
    margin-bottom: -4px;
}
.thumbChar {
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
}













}


.row > .column {
  padding: 0 8px;
}
