
h1,h2,h3,p,a { 
font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px;
    font-weight: 700;
    color: #fff;
}
body {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: absolute;
    overflow-x: hidden;
}

#logo a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    margin-top: 28px;
	text-decoration:none;
}

#offer_wrapper {
    text-align: center;
    position: relative;
    background-size: cover;
    overflow: hidden;
    /*display: table-cell;*/
    width: 100vw;
    vertical-align: middle;
    height: 100vh;
}

#offer_mask {
    opacity: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
}

#offer {
    position: absolute;
    padding: 25px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.81);
    z-index: 2;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


#offer_h1 {
    position:relative;
    display: inline-block;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 8px;
    z-index:2;
}

#offer_h1_price {
    position:relative;
    font-size: 3em;
    display: inline-block;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 8px;
    z-index:2;
}

#offer_p {
    position:relative;
    color: #555;
    font-weight: 500;
    display: inline-block;
    padding: 0 30px;
    font-size: 1.3em;
    font-size: 18px;
    line-height: 32px;
    z-index:2;
    word-wrap: break-word;
}

#particles-js {
    height:100vh;
    width: 100vw;
}
/*
@media screen and (min-device-width: 768px) {
    #offer h1 {
        font-size: 80px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: 8px;
        margin-top:140px;
    }
}
@media screen and (device-width: 1280px) {

}
@media screen and (device-width: 1024px) {

}
*/
.btn-style {
	padding: 12px 22px;
    color: #fff;
    display: inline-block;
    transition: all 0.5s;
    font-weight: 500;
    border: 1px solid #fff;
}

.btn {
    font-size: 1.5em;
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px 22px;
    border: 1px solid white;
    text-decoration: none;
    color: white!important;
    background-color: #42bf36;
    font-weight: bold;
}

.btn:hover {
	background-color: #348827;
	color: white!important;
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
	-webkit-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear;
}
.btn-wrap {
    margin-top: 0px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

#footer { 
	background-color: #333;
}
.WCP_Powered_by_row {
    background-color: #333!important;
    color:whtie;
}
.WCP_Powered_by_row a{
    color:white!important;

}
.WCP_Powered_by_a span{
    color:white!important;
}
@media screen and (max-width: 880px) {
    #offer_p {
        display: none!important;
    }
}
@media screen and (max-device-width: 880px) {

    #offer h1 {
        font-size: 6em;
    }

    #offer h3 {
        font-size: 3.2em;
        margin-top: 40px;
        line-height: 1.5em;
    }
    .btn {
        font-size: 3em;
        padding: 40px 44px;
        border: 2px solid white;
    }
    .btn-wrap {
        /*margin-top: 120px;*/

    }
}
