/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.footer p {
    margin-bottom: 0;
}


/* styles
-------------------------------------------------- */
main ul.square li { 
    list-style-type: square;
}

/* margin from top
-------------------------------------------------- */
body {
    padding-top: 80px;
}



.slogan {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.slogan:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 280px;
    background-color: rgba(255, 219, 9, .6);
    transform: skewX(-20deg);
    z-index: 15;
    height: 200px;
    width: 540px;
}
.slogan:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 260px;
    background-color: rgba(255, 219, 9, .6);
    transform: skewX(-20deg);
    z-index: 10;
    height: 170px;
    width: 600px;
}
.slogan .text {
    position: relative;
    top: 300px;
    position: absolute;
    top: 450px;
    right: 370px;
    z-index: 20;
}
.slogan h2 {
    font-size: 42px;
    font-weight: 600;
}
.slogan h1 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}