
html, body, {
  height: 100%;
}


html, body, h1, h2, h3, h4, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

body {
  background-image: url(../images/Calvin_October_1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
}


.Optinbutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	box-shadow:inset 0px 0px 0px 0px #bee2f9;
	/* Blue Gradient Below*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;*/
	
	/* Green Gradient Below*/
	background:-webkit-gradient( linear, right bottom, right top, color-stop(0, #137105), color-stop(0.66, rgb(45, 139, 31)) );
	background:-moz-linear-gradient( center top, #137105 0%, #2D8B1F 66% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#137105', endColorstr='#2D8B1F');
	background-color:#63b8ee;
	
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	/* dark Blue Font Below*/
	/*color:#14396a;*/
	/* white Font Below*/
	color:#fffff4;
	font-family:Arial;
	font-size:23px;
	font-weight:bold;
	font-style:normal;
	height:70px;
	line-height:70px;
	width:200px;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #7cacde;*/
}
.Optinbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffff4), color-stop(1, #fffff4) );
	background:-moz-linear-gradient( center top, #fffff4 5%, #fffff4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff4', endColorstr='#fffff4');
	background-color:#fffff4;
	color: #14396a;
}.Optinbutton:active {
	position:relative;
	top:1px;
}

/* This button was generated using CSSButtonGenerator.com */
/* END Opt In Button */

/*  BEGIN TEXT CSS h1, h2, h3, h4  */
h1 {
	font: 40px 'Roboto Condensed';
	color: #EAA82D;
	margin: 0 0 30px 0;
	text-indent: 0px;
	letter-spacing: -1px;
}
h2 {
	font: 60px 'Tangerine', cursive;
	color: rgb(209,204,204);
	margin: 10px 10px 0 0;
	text-indent: 0px;
	font-weight: 700;
}
h3 { font: 30px 'Roboto Condensed', sans-serif; color: rgb(209,204,204); margin: 55px 0 15px 0; text-indent: 0px; letter-spacing: -1px; }
h4 { font: 15px 'Roboto Condensed', sans-serif; color: rgb(209,204,204); margin: 10px 0 30px 0; text-indent: 0px; letter-spacing: -1px; }
/*  END TEXT CSS h1, h2, h3, h4  */

/*  BEGIN Div Container */		
#Title1 {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 105px;
	/*margin: 10px;*/
	margin-right: auto;
    margin-left: auto;
	padding: 0px;
	background: transparent;
	background-position: center center;
	-moz-box-shadow: none; -webkit-box-shadow: none; 	box-shadow: none;
	/*left: auto;*/
}

#Bottom1 {
	position: fixed;
    /*right: 10px;*/
	width: 100%;
	/*height: 52px;*/
	bottom: 10%;
    margin-right: auto;
    margin-left: auto;
	z-index: 10;
	padding: 0px;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	background-position: center bottom;
	background:transparent;
	background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; 
}
/*  END Div Container */

/* Layout */

.navbar {
  background:url(../images/RelaxGold_Luxurious_648x72.png);
   /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  top: 25px;
  width: 100%;
  background-color: transparent; 
  background-size: contain;
  height: 73px;
  z-index: 10;
  position: fixed;
}
.inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#logo {
	background:url(../images/LogoGold_150x52.png);
	position: fixed;
	background-position: right bottom;
    right: 10px;
	width: 100%;
	height: 52px;
	bottom: 5px;
    margin-right: auto;
    margin-left: auto;
	z-index: 9999;
	padding: 0px;
	background-size: contain;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    background-repeat: no-repeat;
    background-color: transparent; 
}

@media screen and (min-width: 768px) and (max-width: 1024px)  {

.Optinbutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	box-shadow:inset 0px 0px 0px 0px #bee2f9;
	/* Blue Gradient Below*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;*/
	
	/* Green Gradient Below*/
	background:-webkit-gradient( linear, right bottom, right top, color-stop(0, #137105), color-stop(0.66, rgb(45, 139, 31)) );
	background:-moz-linear-gradient( center top, #137105 0%, #2D8B1F 66% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#137105', endColorstr='#2D8B1F');
	background-color:#63b8ee;
	
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	/* dark Blue Font Below*/
	/*color:#14396a;*/
	/* white Font Below*/
	color:#fffff4;
	font-family:Arial;
	font-size:23px;
	font-weight:bold;
	font-style:normal;
	height:70px;
	line-height:70px;
	width:200px;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #7cacde;*/
}
.Optinbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffff4), color-stop(1, #fffff4) );
	background:-moz-linear-gradient( center top, #fffff4 5%, #fffff4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff4', endColorstr='#fffff4');
	background-color:#fffff4;
	color: #14396a;
}.Optinbutton:active {
	position:relative;
	top:1px;
}

/* This button was generated using CSSButtonGenerator.com */
/* END Opt In Button */

/*  BEGIN TEXT CSS h1, h2, h3, h4  */
h1 {
	font: 40px 'Roboto Condensed';
	color: #EAA82D;
	margin: 0 0 30px 0;
	text-indent: 0px;
	letter-spacing: -1px;
}
h2 {
	font: 60px 'Tangerine', cursive;
	color: rgb(209,204,204);
	margin: 10px 10px 0 0;
	text-indent: 0px;
	font-weight: 700;
}
h3 { font: 30px 'Roboto Condensed', sans-serif; color: rgb(209,204,204); margin: 55px 0 15px 0; text-indent: 0px; letter-spacing: -1px; }
h4 { font: 17px 'Roboto Condensed', sans-serif; color: rgb(209,204,204); margin: 10px 0 30px 0; text-indent: 0px; letter-spacing: -1px; }
/*  END TEXT CSS h1, h2, h3, h4  */

/*  BEGIN Div Container */		
#Title1 {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 105px;
	/*margin: 10px;*/
	margin-right: auto;
    margin-left: auto;
	padding: 0px;
	background: transparent;
	background-position: center center;
	-moz-box-shadow: none; -webkit-box-shadow: none; 	box-shadow: none;
	/*left: auto;*/
}

#Bottom1 {
	position: fixed;
    /*right: 10px;*/
	width: 100%;
	/*height: 52px;*/
	bottom: 10%;
    margin-right: auto;
    margin-left: auto;
	z-index: 10;
	padding: 0px;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	background-position: center bottom;
	background:transparent;
	background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; 
}
/*  END Div Container */

/* Layout */

.navbar {
  background:url(../images/RelaxGold_Luxurious_648x72.png);
   /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  top: 23px;
  width: 100%;
  background-color: transparent; 
  background-size: contain;
  height: 70px;
  z-index: 10;
  position: fixed;
}
.inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#logo {

	background:url(../images/LogoGold_150x52.png);
	position: fixed;
	background-position: right bottom;
    right: 10px;
	width: 100%;
	height: 52px;
	bottom: 5px;
    margin-right: auto;
    margin-left: auto;
	z-index: 9999;
	padding: 0px;
	background-size: contain;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    background-repeat: no-repeat;
    background-color: transparent; 
}

}

@media only screen and (max-width: 767px) {

 .Optinbutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	box-shadow:inset 0px 0px 0px 0px #bee2f9;
	/* Blue Gradient Below*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;*/
	
	/* Green Gradient Below*/
	background:-webkit-gradient( linear, right bottom, right top, color-stop(0, #137105), color-stop(0.66, rgb(45, 139, 31)) );
	background:-moz-linear-gradient( center top, #137105 0%, #2D8B1F 66% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#137105', endColorstr='#2D8B1F');
	background-color:#63b8ee;
	
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	/* dark Blue Font Below*/
	/*color:#14396a;*/
	/* white Font Below*/
	color:#fffff4;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:200px;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #7cacde;*/
}
.Optinbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffff4), color-stop(1, #fffff4) );
	background:-moz-linear-gradient( center top, #fffff4 5%, #fffff4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff4', endColorstr='#fffff4');
	background-color:#fffff4;
	color: #14396a;
}.Optinbutton:active {
	position:relative;
	top:1px;
}

/* This button was generated using CSSButtonGenerator.com */
/* END Opt In Button */
 
/*  BEGIN TEXT CSS h1, h2, h3, h4  */
h1 {
	font: 40px 'Roboto Condensed';
	color: #EAA82D;
	margin: 0 0 30px 0;
	text-indent: 0px;
	letter-spacing: -1px;
}
h2 {
	font: 33px 'Tangerine', cursive;
	color: rgb(209,204,204);
	margin: 25px 10px 0 0;
	text-indent: 0px;
	font-weight: 700;
}
h3 { font: 20px 'Roboto Condensed', sans-serif; color: rgb(209,204,204); margin: 55px 0 6px 0; text-indent: 0px; letter-spacing: -1px; }
h4 { font: 15px 'Roboto Condensed', sans-serif; color: rgb(209,204,204); margin: 6px 0 30px 0; text-indent: 0px; letter-spacing: -1px; }
/*  END TEXT CSS h1, h2, h3, h4  */

/*  BEGIN Div Container */		
#Title1 {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 45px;
	/*margin: 10px;*/
	margin-right: auto;
    margin-left: auto;
	padding: 0px;
	background: transparent;
	background-position: center center;
	-moz-box-shadow: none; -webkit-box-shadow: none; 	box-shadow: none;
	/*left: auto;*/
}

#Bottom1 {
	position: fixed;
    /*right: 10px;*/
	width: 100%;
	/*height: 52px;*/
	bottom: 5%;
    margin-right: auto;
    margin-left: auto;
	z-index: 10;
	padding: 0px;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	background-position: center bottom;
	background:transparent;
	background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; 
}
/*  END Div Container */

.navbar {
  background-image: url(../images/RelaxGold_Luxurious360x40.png);
 /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  top: 23px;
  width: 100%;
  background-color: transparent; 
  background-size: contain;
  height: 40px;
  z-index: 10;
  position: fixed; } 

.inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

 #logo {
	background:url(../images/LogoGold_129x46.png); 
	position: fixed;
	background-position: right bottom;
    right: 10px;
	width: 100%;
	height: 40px;
	bottom: 5px;
    margin-right: auto;
    margin-left: auto;
	z-index: 9999;
	padding: 0px;
	background-size: contain;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    background-repeat: no-repeat;
    background-color: transparent; 
}
}

/* Media Queries */
@media only screen and (max-width: 340px) {
  
 .Optinbutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	box-shadow:inset 0px 0px 0px 0px #bee2f9;
	/* Blue Gradient Below*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;*/
	
	/* Green Gradient Below*/
	background:-webkit-gradient( linear, right bottom, right top, color-stop(0, #137105), color-stop(0.66, rgb(45, 139, 31)) );
	background:-moz-linear-gradient( center top, #137105 0%, #2D8B1F 66% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#137105', endColorstr='#2D8B1F');
	background-color:#63b8ee;
	
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	/* dark Blue Font Below*/
	/*color:#14396a;*/
	/* white Font Below*/
	color:#fffff4;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:130px;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #7cacde;*/
}
.Optinbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffff4), color-stop(1, #fffff4) );
	background:-moz-linear-gradient( center top, #fffff4 5%, #fffff4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff4', endColorstr='#fffff4');
	background-color:#fffff4;
	color: #14396a;
}.Optinbutton:active {
	position:relative;
	top:1px;
}

/* This button was generated using CSSButtonGenerator.com */
/* END Opt In Button */
 
/*  BEGIN TEXT CSS h1, h2, h3, h4  */
h1 {
	font: 40px 'Roboto Condensed';
	color: #EAA82D;
	margin: 0 0 30px 0;
	text-indent: 0px;
	letter-spacing: -1px;
}
h2 {
	font: 30px 'Tangerine', cursive;
	color: rgb(209,204,204);
	margin: 20px 0px 0 0;
	text-indent: 0px;
	font-weight: 700;
}
h3 { font: 16px 'Roboto Condensed', sans-serif; color: rgb(209,204,204); margin: 200px 0 8px 0; text-indent: 0px; letter-spacing: -1px; }
h4 { font: 10px 'Roboto Condensed', sans-serif; color: rgb(209,204,204); margin: 5px 0 10px 0; text-indent: 0px; letter-spacing: -1px; }
/*  END TEXT CSS h1, h2, h3, h4  */

/*  BEGIN Div Container */		
#Title1 {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 34px;
	margin-right: auto;
    margin-left: auto;
	padding: 0px;
	background: transparent;
	background-position: center center;
	-moz-box-shadow: none; -webkit-box-shadow: none; 	box-shadow: none;
}
#Bottom1 {
	position: fixed;
	width: 100%;
	/*height: 52px;*/
	bottom: 20%;
    margin-right: auto;
    margin-left: auto;
	z-index: 10;
	padding: 0px;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	background-position: center bottom;
	background:transparent;
	background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; 
}
/*  END Div Container */


  .navbar {
  background-image: url(../images/RelaxGold_clean_297x33.png);
 /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  top: 14px;
  width: 100%;
  background-color: transparent;
  background-size: contain; 
  height: 33px;
  z-index: 9999;
  position: fixed; }
  
.inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#logo {
	background:url(../images/LogoGold_150x52.png);
	position: fixed;
	background-position: right bottom;
    right: 10px;
	width: 100%;
	height: 52px;
	bottom: 5px;
    margin-right: auto;
    margin-left: auto;
	z-index: 9999;
	padding: 0px;
	background-size: contain;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    background-repeat: no-repeat;
    background-color: transparent; 
 }
}

/* Send it button */

.btn {
    border: none;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
	height: 70px;
	width: 200px;
	font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.btn2 {
    border: none;
    color: white;
    padding: 4px 6px;
    font-size: 16px;
    cursor: pointer;
	height: 40px;
	width: 75%;
	font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.success {background-color: #137105; border:1px solid #3866a3; border-radius: 6px;} /* Green */
.success:hover {background-color: #fff; color:#3866a3; border:1px solid #3866a3; border-radius: 6px;}

/* Send it button pop up */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 80px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
    border-radius: 5px;
	text-align: center;
	border-color: #2d8b1f;
	border-width: 6px 1px 1px 1px;
}

.modal-content h3 {
	
	font-size: 16px;
	font-family: Verdana,Geneva,sans-serif;
	margin: 0px auto;
	color: #000;
}

/* The Close Button */
.close {
    font-size: 1.4em;
    color: #757575;
    opacity: .4;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#mauticform_calvinemailform_email label{
	font-size: 18px;
	font-family: Verdana,Geneva,sans-serif;
	margin: 0px auto;
	color: #000;
}

#mauticform_calvinemailform_email input[type=email]{
	width: 75%;
	height:35px;
    padding: 0.5em 0.5em;
    border: 1px solid #CCC;
    background: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-sizing: border-box;
	
}

#mauticform_calvinemailform_submit {
	
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 479px)  { 
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
	/* The Modal (background) */
		.modal {
			display: none; /* Hidden by default */
			position: fixed; /* Stay in place */
			z-index: 9999; /* Sit on top */
			padding-top: 50px; /* Location of the box */
			left: 0;
			top: 0;
			width: 100%; /* Full width */
			height: 100%; /* Full height */
			overflow: auto; /* Enable scroll if needed */
			background-color: rgb(0,0,0); /* Fallback color */
			background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
		}

		/* Modal Content */
		.modal-content {
			background-color: #fefefe;
			margin: auto;
			padding: 10px;
			border: 1px solid #888;
			width: 90%;
			text-align: center;
			border-color: #2d8b1f;
			border-width: 6px 1px 1px 1px;
		}

		.modal-content h3 {
			
			font-size: 16px;
			font-family: Verdana,Geneva,sans-serif;
			margin: 0px auto;
			color: #000;
		}
		
		.btn2 {
			    width: 97%;
				margin: 0px;
				padding: 0px 0px;
			
		}
		
		#mauticform_calvinemailform_email label{
			font-size: 18px;
			font-family: Verdana,Geneva,sans-serif;
			margin: 0px auto;
			color: #000;
		}
		
		#mauticform_calvinemailform_email input[type=email]{
			
		width: 95%;
		padding: 10px 10px;
		}
		
		#mauticform_calvinemailform_submit {
	
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		}
}
@media only screen 
  and (min-device-width: 480px) 
  and (max-device-width: 599px)  { 
/* smartphones, Android phones, landscape iPhone */ 
	.modal {
			display: none; /* Hidden by default */
			position: fixed; /* Stay in place */
			z-index: 9999; /* Sit on top */
			padding-top: 2px; /* Location of the box */
			left: 0;
			top: 0;
			width: 100%; /* Full width */
			height: 100%; /* Full height */
			overflow: auto; /* Enable scroll if needed */
			background-color: rgb(0,0,0); /* Fallback color */
			background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
		}

		/* Modal Content */
		.modal-content {
			background-color: #fefefe;
			margin: auto;
			padding: 10px;
			border: 1px solid #888;
			width: 75%;
			border-radius: 5px;
			text-align: center;
			border-color: #2d8b1f;
			border-width: 6px 1px 1px 1px;
		}

		.modal-content h3 {
			
			font-size: 16px;
			font-family: Verdana,Geneva,sans-serif;
			margin: 0px auto;
			color: #000;
		}
		
		.btn2 {
			    width: 97%;
				margin: 0px;
				padding: 0px 0px;
			
		}
		
		#mauticform_calvinemailform_email label{
			font-size: 18px;
			font-family: Verdana,Geneva,sans-serif;
			margin: 0px auto;
			color: #000;
		}
		
		#mauticform_calvinemailform_email input[type=email]{
			
		width: 95%;
		padding: 10px 10px;
		}
		
		#mauticform_calvinemailform_submit {
	
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		}
}
@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 799px)   { 
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
		.modal {
			display: none; /* Hidden by default */
			position: fixed; /* Stay in place */
			z-index: 9999; /* Sit on top */
			padding-top: 30px; /* Location of the box */
			left: 0;
			top: 0;
			width: 100%; /* Full width */
			height: 100%; /* Full height */
			overflow: auto; /* Enable scroll if needed */
			background-color: rgb(0,0,0); /* Fallback color */
			background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
		}

		/* Modal Content */
		.modal-content {
			background-color: #fefefe;
			margin: auto;
			padding: 10px;
			border: 1px solid #888;
			width: 72%;
			border-radius: 5px;
			text-align: center;
			border-color: #2d8b1f;
			border-width: 6px 1px 1px 1px;
		}

		.modal-content h3 {
			
			font-size: 16px;
			font-family: Verdana,Geneva,sans-serif;
			margin: 0px auto;
			color: #000;
		}
		
		.btn2 {
			    width: 97%;
				margin: 0px;
				padding: 0px 0px;
			
		}
		
		#mauticform_calvinemailform_email label{
			font-size: 18px;
			font-family: Verdana,Geneva,sans-serif;
			margin: 0px auto;
			color: #000;
		}
		
		#mauticform_calvinemailform_email input[type=email]{
			
		width: 95%;
		padding: 10px 10px;
		}
		
		#mauticform_calvinemailform_submit {
	
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		}
}
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1024px)  { 
/* tablet, landscape iPad, lo-res laptops ands desktops */ 
	.modal {
		  display: none; /* Hidden by default */
			position: fixed; /* Stay in place */
			z-index: 9999; /* Sit on top */
			padding-top: 60px; /* Location of the box */
			left: 0;
			top: 0;
			width: 100%; /* Full width */
			height: 100%; /* Full height */
			overflow: auto; /* Enable scroll if needed */
			background-color: rgb(0,0,0); /* Fallback color */
			background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
		
	}

	/* Modal Content */
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 65%;
		border-radius: 5px;
		text-align: center;
		border-color: #2d8b1f;
		border-width: 6px 1px 1px 1px;
	}
}
