@charset "utf-8";
/* Global Styles */

* {
  box-sizing:border-box;
}

html    { overflow-x: hidden; scroll-behavior: smooth;}	

body {margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;	
	padding-left: 0%;
	padding-right: 0%;
}


/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
	
		
	
/****************************Section1*************************************************/


.section1 	{position:relative;
			width:100%;
			height:auto;	
			text-align: center; 
				}


#RoyalJamaican_Big_logo {display:block;
						 width:275px;
			     		 height:auto;
						 margin: auto;
						 margin-top: 25px;
						}				
	

	
#Bottles				{display:block; 
						 width:98%; /*********Adjustment Point**********/
			     		 height:100%; /*********Adjustment Point**********/
						 margin: auto;
						 margin-top: 10px; /*********Adjustment Point**********/
						}	
	
	


/****************************Section2*************************************************/

.section2       {text-align: center;			
					}	
	
#disclaimer 	{font-size: 16px; /*********Adjustment Point**********/
				padding-left: 10px; padding-right: 10px;
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#646464;		
		}

#question 		{font-size: 25px; /*********Adjustment Point**********/
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#646464;
					margin-bottom: 2px;
		}	
	
#button-yes			{color:#FFFFFF;
					font-size: 20px; 
					font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
					height: 45px; width: 65px;
					margin: 5px;
					background-color: #060606;
					border-radius: 15px;
					}	
#button-yes:hover  { background: #0E713A;}
	
#button-no			{color:#FFFFFF;
					font-size: 20px; 
					font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
					height: 45px; width: 65px;
					margin: 20px;
					background-color: #060606;
					border-radius: 15px;
					}	
	
#button-no:hover  { background: #0E713A;}

.Copyright			{text-align: center;
					 font-size: 18px; /*********Adjustment Point**********/
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#B9B9B9;
					 padding-left: 5px;
					 padding-right: 5px;
					 margin-top: 50px;
			   		}	
	
	
	
}




/*********************************************Tablet_Portrait Size*******************************************************************************/
@media ( min-width : 481px ) and (max-width : 1024px ){

	
	
	
	
/****************************Section1*************************************************/


.section1 	{position:relative;
			width:100%;
			height:auto;	
			text-align: center; 
				}


#RoyalJamaican_Big_logo {display:block;
						 width:400px;
			     		 height:auto;
						 margin: auto;
						 margin-top: 25px;
						}				
	

	
#Bottles				{display:block; 
						 width:98%; /*********Adjustment Point**********/
			     		 height:100%; /*********Adjustment Point**********/
						 margin: auto;
						 margin-top: 10px; /*********Adjustment Point**********/
						}	
	
	


/****************************Section2*************************************************/

.section2       {text-align: center;			
					}	
	
#disclaimer 	{font-size: 18px; /*********Adjustment Point**********/
				padding-left: 10px; padding-right: 10px;
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#646464;		
		}

#question 		{font-size: 35px; /*********Adjustment Point**********/
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#646464;
					margin-bottom: 2px;
		}	
	
#button-yes			{color:#FFFFFF;
					font-size: 20px; 
					font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
					height: 50px; width: 75px;
					margin: 5px;
					background-color: #060606;
					border-radius: 15px;
					}	
#button-yes:hover  { background: #0E713A;}
	
#button-no			{color:#FFFFFF;
					font-size: 20px; 
					font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
					height: 50px; width: 75px;
					margin: 20px;
					background-color: #060606;
					border-radius: 15px;
					}	
	
#button-no:hover  { background: #0E713A;}

.Copyright			{text-align: center;
					 font-size: 18px; /*********Adjustment Point**********/
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#B9B9B9;
					 padding-left: 5px;
					 padding-right: 5px;
					 margin-top: 50px;
			   		}	
	
	
	
}





/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
	

	
/****************************Section1*************************************************/


.section1 	{position:relative;
			width:100%;
			height:auto;	
			text-align: center; 
				}


#RoyalJamaican_Big_logo {display:block;
						 width:500px;
			     		 height:auto;
						 margin: auto;
						 margin-top: 25px;
						}				
	
#underline				{display:block;
						 width:680px; /*********Adjustment Point**********/
			     		 height:20px; /*********Adjustment Point**********/
						 margin: auto;
						 margin-top: 10px; /*********Adjustment Point**********/
						}
	
#Bottles				{display:block; 
						 width:90%; /*********Adjustment Point**********/
			     		 height:100%; /*********Adjustment Point**********/
						 margin: auto;
						 margin-top: 10px; /*********Adjustment Point**********/
						}	
	
	


/****************************Section2*************************************************/

.section2       {text-align: center;			
					}	
	
#disclaimer 	{font-size: 25px; /*********Adjustment Point**********/
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#646464;		
		}

#question 		{font-size: 40px; /*********Adjustment Point**********/
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#646464;
					margin-bottom: 2px;
		}	
	
#button-yes			{color:#FFFFFF;
					font-size: 20px; 
					font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
					height: 50px; width: 75px;
					margin: 5px;
					background-color: #060606;
					border-radius: 15px;
					}	
#button-yes:hover  { background: #0E713A;}
	
#button-no			{color:#FFFFFF;
					font-size: 20px; 
					font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
					height: 50px; width: 75px;
					margin: 20px;
					background-color: #060606;
					border-radius: 15px;
					}	
	
#button-no:hover  { background: #0E713A;}

.Copyright			{text-align: center;
					 font-size: 18px; /*********Adjustment Point**********/
					 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
				 	 color:#B9B9B9;
					 padding-left: 5px;
					 padding-right: 5px;
					 margin-top: 50px;
			   		}	
	
	
	
}
