@charset "UTF-8";
/* CSS Document */

body {
/*
	-webkit-column-rule: #7396A5;
	-moz-column-rule: #7396A5;
	-o-column-rule: #7396A5;
	column-rule: #7396A5;
*/	background-image: url("../images/Suckers-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	
}

#backround{
	background-image: url("/images/Suckers-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

h1{
  font-family: "Jolly Lodger", system-ui;
  font-weight: 400;
  font-style: normal;
	font-size:5em;
	color:white;
	text-align:center;
	padding-top:30px;
}

h2{
  font-family: "Jolly Lodger", system-ui;
  font-weight: 400;
  font-style: normal;
	font-size:2em;
	color:white;
	text-align:center;
}

p {
	font-family: 'Lato', sans-serif;
	font-size:1.25em;
	color:white;
	padding: 0px 30px 0px 30px;
}

img{
	margin:auto;
	text-align:center;
}

hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba( 255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
a {
	font-size:16px;
	color:#790102;
}

a:hover{
	text-decoration:none;
	color:#B31011;
}

.buynow{
	font-size:26px
}

ol {
	color:white;
	font-family:'Special Elite', cursive;
	font-size:28px;
}
ul {
	color:white;
	font-family: 'Lato', sans-serif;
	font-size:18px;
}

.button{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:white;
	font-size:1.25em;
	background-color:#46173B;
	width:280px;
	padding: 10px 0px 10px 0px;
	border-radius: 30px;
	border: 2px solid white;
	text-decoration: none;
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
}
.button:hover{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:#46173B;
	font-size:1.25em;
	background-color:white;
	width:280px;
	padding: 10px 0px 10px 0px;
	border-radius: 30px;
	border: 2px solid white;
	text-decoration: none;
	transition: .25s;
	box-shadow: 0px 6px 6px 5px rgba(0, 0, 0, .5);
}

.button2{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:black;
	font-size:1.25em;
	background-color:white;
	max-width:150px;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
	border: 2px solid white;
	text-decoration: none;
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
}

.button2:hover{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:white;
	font-size:1.25em;
	background-color:black;
	max-width:150px;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
	border: 2px solid white;
	text-decoration: none;
	transition: .25s;
}

.spacer{
	padding: 50px 0px 0px 0px;
}

.footer{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:white;
	background-color:#252525;
	padding: 25px 0px 25px 0px;
}

.center{
	margin: auto;
	text-align: center;
}

.image_shadow{
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
}

.outlines{
	border-color:white;
	border-top: 2px solid;
	border-bottom:2px solid;
}
nav {
	font-family: "Jolly Lodger", system-ui;
	font-size:18px;
}
.bg-dark {
	background-color:#6B0103 !important;
}
.nav-link{
	color:#fff !important;
	opacity:.5 !important;
}
.nav-link:hover{
	opacity:.9 !important;
}