/* line 1, ../scss/style.scss */
body {
  background-color: #fff;
  
}

/* line 5, ../scss/style.scss */
.full-wdith {
  min-width: 100%;
}

/* line 9, ../scss/style.scss */
header {
  background: url("../images/header.png");
  background-color: #33adfe;
  min-height: 170px;
  text-shadow: 1px 1px #c4c4c4;
  position: relative;

}

/* line 12, ../scss/style.scss */
header h1 {
  color: #fff;
  padding-top: 50px;
}

/* line 18, ../scss/style.scss */
.navigation-section {
  background-color: #008cba;
  box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
}
/* line 21, ../scss/style.scss */
.navigation-section .top-bar li {
  text-transform: uppercase;
}

/* line 27, ../scss/style.scss */
.main-section {
  padding: 30px 0 25px 0;
  text-shadow: 1px 1px #c4c4c4;
}

/* line 31, ../scss/style.scss */
footer {
  background-color: #008cba;
  padding: 50px 0 5px 0;
  font-size: 10px;
  box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
}
/* line 34, ../scss/style.scss */
footer h4, footer p {
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px #000;
}

/* line 39, ../scss/style.scss */
.copyright-section {
  background-color: #333;
  color: #7c7c7c;
  padding: 25px 0 0 0;
  box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
}
