html,
body {
background-color: #3F1D65;
background-size: 400% 400%;
}
html {
  position: relative;
  min-height: 100%;
}

a{
    
}

.container {
  max-width: 970px;
}
#main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#main .wrap-content {
  position: relative;
  height: 100%;
  display: table;
  margin: auto;
}
#main .wrap-content .content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #main .wrap-content .content {
    
  }
}
#main .wrap-content .content .container {
  text-align: center;
}
#footer {
    background-image: url("dot-bg.png");
    bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#footer .container {
 
}

#footer .container .copy {
    color: #ffffff;
     font-weight: 300;
    letter-spacing: 0.5px;
    text-align: right;
    vertical-align: middle;
    font-size: 11px;
}

#footer .container .copy a {
    color: #ffffff;
     font-weight: 300;
     font-size: 11px;
    letter-spacing: 0.5px;
}