
@font-face {
    font-family: 'Bohemian typewriter';
    src: url('../fonts/Bohemiantypewriter.woff2') format('woff2'),
    url('../fonts/Bohemiantypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vincentia';
    src: url('../fonts/VincentiaRegular.woff2') format('woff2'),
    url('../fonts/VincentiaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
    url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    background: url(../images/black-bg.jpg)bottom center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'CenturyGothic';
    color: white;
    font-size: 20px;
}

.secone span,
.winnniglucky .content p b, .steptowin .list ul li a,
.secone{
    font-family: 'CenturyGothic-Bold';
}

.secone span {
    font-size: 60px;
}

.showmobile{
    display: none;
}

.fullwidth{
    width: 100%;
}

.top-content{
    /*background: url("../images/mothersday-bg-02.png")top center no-repeat;*/
}

.secone {
    font-size: 36px;
    line-height: normal;
    color: black;
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.secone h2{
    font-size: 60px;
    line-height: 50px;
}

.sectwo{
    color: white;
    padding-top: 160px;
    padding-bottom: 140px;
}

.sectwo p{
    padding-bottom: 10px;
}

.steptowin, .winnniglucky {
    /*background: url(../images/black-bg.jpg)top center no-repeat;*/
    /*background-size: cover;*/
}

.steptowin .title img {
    max-width: 570px;
}

.steptowin .content img {
    width: 100%;
}

.steptowin .col-md-4 {
    position: relative;
}

.steptowin .col-md-4 ul {
    position: absolute;
    bottom: 80px;
    padding: 0;
    width: 90%;
}

.steptowin p.note{
    color: #ceaf87;
    padding-top: 20px;
}

.steptowin {
    padding: 50px 0px;
}

.winnniglucky {
    padding: 50px 0px;
}

.winnniglucky .title img{
    max-width: 530px;
}

.winnniglucky .content p b{
    color: #ceaf87;
}

.bottom-content {
    position: relative;
}

.bottom-content .content{
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.bottom-content .content ul li img.one{
    max-width: 150px;
}

.bottom-content .content ul li img.two{
    max-width: 90px;
}

.bottom-content .content ul, .bottom-content .content ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.bottom-content .content ul li{
    margin: 0px 10px;
    display: inline-block;
    margin-top: 10px;
}

.steptowin .list ul, .steptowin .list ul li{
    list-style: none;
}

.steptowin .list ul li a{
    color: #231f20;
    text-decoration: none;
    font-size: 26px;
    display: block;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}

.topbanner {
    position: relative;
}