/*custom styling*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e98638;
}
.navbar-light .navbar-toggler {
 	border-color: #FF9800;
}
.button1 {
	display: block;
    margin: auto;
    background-color: #cd307b;
    border: unset;
    padding: 20px;
    width: 100%;
    border-radius: 50px;
    font-size: 25px;
    color: #ffff;
    font-family: 'Poppins', sans-serif;
}
.button2 {
	display: block;
    margin: auto;
    background-color: #ff6100;
    border: unset;
    padding: 20px;
    width: 100%;
    border-radius: 50px;
    font-size: 25px;
    color: #ffff;
    font-family: 'Poppins', sans-serif;
}
.button3 {
	display: block;
    margin: auto;
    background-color: #091e29;
    border: unset;
    padding: 20px;
    width: 100%;
    border-radius: 6px;
    font-size: 25px;
    color: #ff6100;
    font-family: 'Poppins', sans-serif;
}
.button3:hover {
	background-color: #ff6100;
	color: #fff;
}
.line {
	width:5% !important;
}
main {
	background: url(img/header-bg2-min.png);
	background-size:cover;
	background-repeat:no-repeat;
}
#product {
	/*background-color: #e98638;*/
	background: url(img/header-bg2-min.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
.arrow1 {
	margin-top: -11rem;
}
.arrow2 {
	margin-top: -6rem;
}
.arrow3 {
	margin-top: -3rem;
}
#product .wrapper {
	background-color: #091e2975;
    border-radius: 5px;
    padding: 20px;
}
#product .wrapper2 {
	background-color: #0d0e1382;
    border-radius: 5px;
    padding: 20px;
}
@media (max-width:991px) {
    .arrow1 {
	width: 100%;
	margin-top: unset;
}
   .arrow2 {
	width: 100%;
	margin-top: unset;
}
   .arrow3 {
	width: 100%;
	margin-top: unset;
}
}
#ig-prizes {
	background-color: #fff;
	/*background: url(img/white-canvas.png);
	background-size:cover;
	background-repeat:no-repeat;*/
}
#affiliates {
	background-color: #091e29;
}
.submit-button {
	width: 100%;
    height: 4rem;
    background-color: #ff8000;
    border: unset;
}
.submit-button:hover {
	background-color: #ffa851;
}
.modal-content {
	padding: 34px;
    border: 5px solid #ff8000;
}
textarea {
	 font-family: 'Poppins', sans-serif;
	height: 349px;
    display: block;
    margin: auto;
    width: 75%;
    background-color: #091e29;
    padding: 50px;
    color: white;
}
#launch-details {
	background-color: #091e29;
}
#swipes {
	background-color: #091e29;	
	background: url(img/swipes-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
}
.fb-button {
	display: block;
    margin: auto;
    text-decoration: none;
    background-color: #3043bf;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 20px;
}
.fb-button:hover {
	text-decoration: none;
	color: #3043bf;
	background-color: #fff;
}
#bonus-page {
	/*background-color: #fff;*/
	background: url(img/wood-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
}
.sub {
	font-size: 23px;
}
.form-control {
	height:4rem;
	border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
.form-group {
	margin-bottom: 15px;
	display: -ms-flexbox; /* IE10 */
  	display: flex;
  	width: 100%;
  	margin-bottom: 15px;
}
.icon {
  	background: #eb0202;
    color: white;
    min-width: 50px;
    text-align: center;
    padding: 24px;
}
.btn-primary {
	width: 100%;
	height:5rem;
	background-color:#eb0202;
	border:unset;
	font-size:30px;
	font-weight:bold;
}
.btn-primary:hover {
	background-color:#b50404;
}
.btn-primary:active {
	background-color:#eb0202 !important;
}
footer {
	background-color:#141414;
}
footer a {
	color:#78d5f3;
}
.footer-text {
	font-size:15px;
}

