/* @font-face {
    font-family: 'MonumentExtended';
    font-weight: initial;
    src: url("https://win.dimitrivegasandlikemike.com/fonts/impact.otf") format("opentype");
}
@font-face {
    font-family: 'GothamBold';
    font-weight: initial;
    src: url("https://win.dimitrivegasandlikemike.com/fonts/GothamBold.otf") format("opentype");
} */
/* Responsive Full Background Image Using CSS
 * Tutorial URL: http://sixrevisions.com/css/responsive-background-image/
*/
body {
    font-family: "MonumentExtended" !important;
    /* Location of the image */
    background-image: url(../img/bg.jpg);
    
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    
    /* Makes the image fixed in the viewport so that it doesn't move when 
       the content height is greater than the image height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    
    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color:#464646;
    
    /* SHORTHAND CSS NOTATION
     * background: url(background-photo.jpg) center center cover no-repeat fixed;
     */
  }
  .titleimg {
    text-align: center; 
  }
  .grid-container {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 4 columns */
    grid-gap: 20px;
    width: 25%; /* Adjust the width of the grid */
    max-width: 1000px;
}

.grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.grid-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
  .modal-backdrop {
    z-index: -1 !important;
    background-color:transparent !important;
}
a {
    color: white !important;
}
.pricetxthead
{
    display: none;
}
.pricetxt
{
    font-family: "GothamBold" !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size:20px;
}
.rules
{
    font-family: "GothamBold" !important;
}
.mainconatainer{
    margin-left:10% !important;
}
.subandwin{
    font-size:140px;
    margin-top:5%;
    color:white;
    line-height: 0.9;
    margin-bottom: 2%;
}
  
.header-img {
    /* width: 1920px;
    height: 288px;
    background: url('https://win.dimitrivegasandlikemike.com/img/header.jpg');
    background-size: cover; */
    width:100%;
    text-align:center;
    padding-bottom: 25px;
  }
  .container-fluid {
    max-width:1920px;
 }
.col-half-offset{
    margin-left:4.166666667%
}
.col-sm-2{
    padding-bottom: 15px;
}
#mobileview{
    display: none;
}
#twitterdimi
{
	margin-right: 200px; 
	margin-left: 150px; 
	float: left;
}
#twittermike
{
	display: inline-block;
}
.mobilecontainer
{
    display: none;
}
hr {
	width: 300px;
	margin-left: 0;
	margin-right: auto;
	height: 100px;
	background-color:#ff1c1c;
	border-color: #ff1c1c !important;
	border-top: 3px solid #ff1c1c !important;
	margin-bottom: 5px!important;
}
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(255, 255, 255, 0.906);
    min-height: 26px;
    font-size: 14px;
    color: black;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: black;
    color: white !important;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #fff;
}
#cb {
    accent-color: black;
  }
.priceimg{
    max-width:500px !important;
}
.copyright{
    margin-top: 15px;
    text-align: center;
}
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 90; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent; /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
	background-color: transparent!important;
	border:none;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */


/* Add Animation - Zoom in the Modal */
.modal-content{
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
body{
	height:100%;
}
height{
	height:100%;
}
.bannertop{
	max-width:600px!important;
	margin-bottom:20%;
	display:none;
}
.cont {
    width:100%!important;
}
.bottomspacer{
	margin-top: 15px;
}
/* button {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    // color must be black for background to completely show through, also works as fallback text color for IE and older browsers
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    font-size: 2em;
    // make text look transparent so container background shows through:
    mix-blend-mode: screen;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.4em 0.8em;
    
    &:focus {box-shadow: 0 0 0 5px yellow;}
  } */
.button {
	/*letter-spacing: 4px;*/
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 45px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {
    color: black;
    border: 7px solid white;
    background-color: white;
    font-family: "GothamBold" !important;

}
.button1:hover { 
    color: rgba(0, 0, 0, 0.5);
    border: 7px solid black;
    background-color: white;

}
.price {
	text-align: left;
}
.bannerleft {
    position: absolute;
    top: 0px;
	left:0px;
    height:100%;
    background-size: cover;
    z-index: -1;
    display: inline-block;
	visibility:visible;
    max-width:200px;
	margin:auto;
}
.bannerright {
    position: absolute;
    top: 0px;
    right: 0px;
    height:100%;
    background-size: cover;
    z-index: 2;
    border: 10px;
    float: right;
	display: inline-block;
	visibility:visible;
	max-width:200px;
 	margin:auto;
}
.content {
    display: inline-block;
	z-index:99;
}
.winlabel {
	font-size: 30px;
	color: #C00;
}
.logomob{
	display:none!important;
}
.logofull{
	display:block!important;
}
.logo{
    max-width: 294px!important;
    float: left;
    margin-top: 1%;
    padding-left: 1%;
}
.subscribed{
	font-size: 24px;
}
.playthesong{
	font-size: 20px;
	color: #C00;
}
.mostloyal{
	font-size: 12px;
	margin-top:150px;
}
.stback { 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    background-color: rgb(0, 0, 0);
    /* background: url('https://win.dimitrivegasandlikemike.com/img/bg.jpg') no-repeat center center fixed; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
.ndback {
    background-color: #fff;
    background: url('https://win.dimitrivegasandlikemike.com/img/bg.jpg')no-repeat center center fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
.dvlmlogo{
	max-height:80px;
	margin-left:3px;
	margin-right:3px;
}
.towin {
	font-size: 15px;
	
	color: #D4C480;
}
.wintxt{
	color:white;
	font-size: 20px;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
}
.stripe{
	color:#02347a;
	font-size: 18px;
}
.subscribed {
	font-size: 18px;
	
	color: white;
}
.manymore
{
	font-size: 16px;
	
	color: black;
}
.soundlogo {
	margin-top: 70px; 
	margin-bottom: 30px; 
	max-width: 500px !important;
	min-width: 350px;
}
.subscribe {
	max-width:600px !important;
	margin-top:360px;
}
#subscribeport{
	display: none;
}
.spotifydisc{
	color:#bcc3c4;
	text-transform: uppercase;
	max-width: 485px;
	margin: auto !important;
}
.enter {
	max-width:400px !important;
}
footer {
	width: 100%;
}

.options{

}
.options li:first-child {
	border-top:#CCC 1px solid;
	margin-left:-30px;
}
.options li {
	font-family: 'Russo One', sans-serif;
	list-style:none;
	font-weight:600px;
	text-transform:none;
	letter-spacing:0;
	border-bottom:#CCC 1px solid;
	width:100%;
	height:90px;
	padding:10px;
	cursor:pointer;
	display:block;
	-webkit-transition: background-color .2s;
-moz-transition: background-color .2s;
-o-transition: background-color .2s;
-ms-transition: background-color .2s;
transition: background-color .2s;
margin-left:-30px;
max-width:400px;
background-color:#FFF;
	
	
}
.title-share {
color:#C00;
font-size:20px;
max-width:400px;
margin-top:10px;
margin-bottom:5px;
padding-top:5px;
border-radius: 25px;
}
.block-share {

}
.options li:hover {
background-color:#EEE;
}
.options li .btn-default {
    float: right;
    margin-top: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    border-color: rgba(0,0,0,0.15);
    font-size: 14px;
	background-color:#FFF;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	
}
@media screen and (max-width: 1600px){
	.subscribe {
    max-width: 500px !important;
    margin-top: 255px;
}
.bottomspacer{
	margin-top: 15px;
}
}
@media screen and (max-width: 1440px){
	
}
@media screen and (max-width: 1366px){
	.subscribe {
    max-width: 400px !important;
    margin-top: 190px;
}
.bottomspacer{
	margin-top: 15px;
}
.subandwin{
    font-size:70px;
    margin-top:5%;
    color:white;
    line-height: 0.9;
    margin-bottom: 2%;
}
}
@media only screen and (max-width: 700px){
	
}
/* Landscape phones and portrait tablets */
@media (max-width: 800px) {
.wintxt{
	font-size: 16px;
}
.title-share {
font-size:14px;
}
.bottomspacer{
	margin-top: 15px;
}
.logomob{
	display:block!important;
}
.logofull{
	display:none!important;
}
.stback {
    /*background-image: url('http://win.dimitrivegasandlikemike.com/img/reflectionsbg.jpg');*/
}
.ndback {
   /* background-image: url('http://win.dimitrivegasandlikemike.com/img/reflectionsbg.jpg');*/
}
footer {
	width: 100%;
	bottom: 0;
	position: relative;
}
.soundlogo {
	margin-top: 5px; 
	margin-bottom: 10px; 
	max-width: 600px !important;
}
.subscribe {
	max-width:250px;
	margin-top:10px;	
}
.spotifydisc{
	margin-bottom:10px;
}
.enter {
	max-width:250px !important;
}
.towin {
	font-size: 12px;
	
	color: #D4C480;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}
.manymore
{
	font-size: 12px;
}
.dvlmlogo{
	max-height:60px;
	margin-left:3px;
	margin-right:3px;
}
.playthesong{
	font-size: 14px;
	color: #C00;
}
.divbannerleft{
	display:none;
}
.divbannerright{
	display:none;
}
.bannertop{
	max-width:600px!important;
	margin-bottom:5%;
	visibility: visible!important;
	display: inline-block!important;
}
}
/* For mobile devices */
@media only screen and (max-width: 767px) {
    body {
      /* The file size of this background image is 93% smaller
       * to improve page load speed on mobile internet connections */
      background-image: url(../img/bgmob.jpg);
    }
    .logo{
        max-width: 350px!important;
        float: left;
        margin-top: 5%;
        padding-left: 5%;
    }
    .subandwin{
        font-size:50px;
        margin-top:75%;
        color:white;
        line-height: 0.9;
        margin-bottom: 2%;
        
    }
    .pricetxt{
        font-family: "GothamBold" !important;
        font-size:18px;
    }
    .button1{
        font-size:10px;
        border: 3px solid black;
    }
    .grid-container {
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 4 columns */
        grid-gap: 20px;
        width: 80%; /* Adjust the width of the grid */
        max-width: 1000px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 600px) {
.bannertop{
	max-width:410px!important;
	margin-bottom:5%;
	visibility: visible!important;
	display: inline-block!important;
}
.grid-container {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 4 columns */
    grid-gap: 20px;
    width: 80%; /* Adjust the width of the grid */
    max-width: 1000px;
}
.title-share {
font-size:16px;
}
.stback {
   /* background-image: url('http://win.dimitrivegasandlikemike.com/img/reflectionsbg.jpg');*/
}
.ndback {
  /*  background-image: url('http://win.dimitrivegasandlikemike.com/img/reflectionsbg.jpg');*/
}
.logomob{
	display:none!important;
}
.logofull{
	display:block!important;
}
footer {
	width: 100%;
	bottom: 0;
	position: relative;
}
.logo {
	max-height:25px!important;
}
.soundlogo {
	margin-top: 5px; 
	margin-bottom: 10px; 
	max-width: 300px !important;
}
.subscribe {
	max-width:250px !important;
	margin-top:10px;
}
.spotifydisc{
	margin-bottom:10px;
}
.enter {
	max-width:250px !important;
}
.towin {
	font-size: 12px;
	
	color: #D4C480;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}
.manymore
{
	font-size: 12px;
}
.dvlmlogo{
	max-height:60px;
	margin-left:3px;
	margin-right:3px;
}
.playthesong{
	font-size: 14px;
	color: #C00;
}
.divbannerleft{
	display:none;
}
.divbannerright{
	display:none;
}
.subscribed {
    max-width: 400px;
	font-size: 18px;
	
	color: white;
}
.subandwin{
    font-size:50px;
    margin-top:10%;
    color:white;
    line-height: 0.9;
    margin-bottom: 4%;
    
}
.pricetxthead
    {
        display: block;
        font-family: "GothamBold" !important;
        font-size:21px;
        margin-bottom: 42%;
    }
}
@media screen and (max-width: 480px) {
    .subandwin{
        font-size:50px;
        margin-top:10%;
        color:white;
        line-height: 0.9;
        margin-bottom: 4%;
        
    }
    .pricetxthead
    {
        display: block;
        font-family: "GothamBold" !important;
        font-size:21px;
        margin-bottom: 44%;
    }
    .pricetxt{
        font-family: "GothamBold" !important;
        font-size:12px;
    }
    .button1{
        font-size:23px;
        border: 2px solid black;
    }
    .mobilecontainer
{
    display: none;
}
#normalview{
    display: none;
}
#mobileview{
    display: block;
}
.header-img {
    padding-bottom: 5px;
  }
	.wintxt {
    color: white;
    font-size: 11px;
	/*display: none!important;*/
	}
	.bottomspacer{
	margin-top: 15px;;
}
.priceimg{
    max-width:100px !important;
}
hr {
	margin-top: 10px!important;
	margin-bottom: 2px!important;
}
#p1{
    margin-left: 18px;
}
.button1 {
	margin-top: 5px;
    font-size: 23px;
    float: none;
    max-width: 90%;
}
.soundlogo {
	margin-top: 20px; 
	margin-bottom: 10px; 
	min-width: 200px ;
	/*display: none!important;*/
}
.stripe{
	margin-bottom: 0px;
	line-height: 1.1;
	/*display: none!important;*/
}
#spotifydisc{
	max-width: 300px;
}
.stback {
    
    /* background-color: #fff;
    background: url('https://win.dimitrivegasandlikemike.com/img/bgmob.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden; */
}
#twitterdimi
{
	margin-right: 10px; 
	margin-left: 10px; 
}
}
@media screen and (max-width: 414px) {
	.button1 { 
	
}
}
@media screen and (max-width: 375px) {
	.button1 { 
	
}
}
@media screen and (max-width: 360px) {
	
}

@media screen and (max-width: 320px) {
	.button1 { 
	margin-top: 270px;
}
.button { 
	font-size: 20px;
}
}
#subscribe{
	display: none !important;
}
#subscribeport{
	display: block;
}
.stback {
   /* background-image: url(http://win.dimitrivegasandlikemike.com/img/reflectionsportbg.jpg);*/
}
.ndback {
   /* background-image: url(http://win.dimitrivegasandlikemike.com/img/reflectionsportbg.jpg);*/
}
