body { font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.block {
  position: absolute;
  width: 100%;
  height: 100%;
}

h1 {
  font-size: 2em;
}

.v-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contained {
    width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 730px) {
  .contained { width: 100%; }
}

#footer {
   width:100%;
   padding: 20px;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
}

#footer span{
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 14px;
    color: #fff;
}

.m-bottom-40 { margin-bottom: 40px; }

a {
    text-decoration: none;
    color: #fff;
}

a :active {
    text-decoration: none;
    outline-color: #fff;
}

a:visited { text-decoration: none; }

a:focus { outline: none; }

#logo {  width: 200px; }

p {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif; 
}

ul {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #8f8e8c;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none;
    padding: 0;
}

ul > li { 
    font-size: inherit;
    font-size: 12px;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none;
    line-height: 1;
}

ul > li:first-child {
    color: #8f8e8c; 
    line-height: 1.4;
}

ul > li a:hover {
    color: #ed027e;
    text-decoration: none;
    cursor: pointer;
}

ul > li:first-child:hover {
    color:#8f8e8c;
    text-decoration: none;
    cursor: default;
}

#photo-bg {
    background-image: url('/assets/img/nakasero-market.jpg');
    background-size: cover;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.purple-overlay:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2d0a3c;
    top: 0;
    left: 0;
    opacity: .9;
}

/***************************/
/**** Responsive Styles ****/
/***************************/

@media (max-width: 1280px) { }

@media (max-width: 1024px) { }

@media (max-width: 1040px) {

  .container { width: 100%; }

}

@media (max-width: 960px) {

  /* Temporary fix for bug in Weavr */
  .row:after { clear: none; }

}

@media (max-width: 768px) { }

@media (max-width: 480px) {

  h1 { font-size: 1.25em; }
  
  ul {
    text-align: center;
  }
  
  ul > li {
    margin-bottom: 15px;
  }

  #logo {
    margin-top: 0px;
    width: 150px;
  }
  
  .v-center {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .padding-40 {
    padding: 20px;
  }
  
  #footer {
    position: relative;
  }

}
