/* Dojo v1.1 */
/* ====================== */
/*         ASSETS         */
/* ====================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

.clear {
  clear: both;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

header,
nav,
section,
article,
aside,
footer {
  display: block; }

html {
  height: 100%; }

body {
  height: 100%;
  font-family: 'Noto Serif', serif; }

/* ====================== */
/*         LAYOUT         */
/* ====================== */
/* ======== BASE ======== */
#wrapper {
  width: 1202px;
  height: 890px;
  margin: 0 auto;
  background: url(../images/desktop-bg.jpg) no-repeat center center; }
  @media (max-width: 768px) {
    #wrapper {
      width: 100%;
      background: url(../images/mobile-bg.jpg) no-repeat center center;
      padding-top: 154px; } }
@media (min-width: 769px) and (max-width: 1024px) {
  #wrapper {
    width: 100%;
    background-size: 120% auto; } }

.panel {
  width: 25%;
  float: left;
  text-align: center;
  display: block;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  height: 100%;
  padding-top: 250px;
  opacity: 0;
  transition: opacity 600ms; }
  @media (max-width: 768px) {
    .panel {
      width: 100%;
      float: none;
      opacity: 1;
      height: 184px;
      padding-top: 0;
      line-height: 184px; }
      .panel span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal; } }
  .panel:nth-child(1) {
    background: rgba(47, 136, 27, 0.5); }
  .panel:nth-child(2) {
    background: rgba(200, 60, 0, 0.5); }
  .panel:nth-child(3) {
    background: rgba(230, 144, 9, 0.5); }
  .panel:nth-child(4) {
    background: rgba(80, 193, 255, 0.5); }
  .panel:hover {
    opacity: 1; }

/*# sourceMappingURL=style.css.map */
