html,
body {
  height: 100%;
}

.container-fluid { 
  padding: 0px;
}

#sticky-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;   
}

.contentContainer{
    min-height: 100%;
    height: 100%;
}

.oTitle{
    font-family: 'Kaushan Script', cursive;
    font-size: 4.25rem;
    color: #fff;
}

.oHeader{
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    color: #fff;
}

.oText{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #fff;
}

.btn.oText{
    font-size: 1rem;
    padding: 1rem 3rem;
    letter-spacing: 1px;
    margin: .4rem .8rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

ul li{
    padding: 4px;
}