/* dj_style.css - 2023 style sheet Golden Boys*/


body  {
		background-image: url(backgrounds/wp1.jpg);
       
       margin: 0;
       font-family: Arial;
       font-size: 10pt;
       font-variant: small-caps;

		}

/*the following will limit the page to a section of the screen*/
#container {
            position: relative;
	    width: 80%; /* width + border for IE 5.x */
	    w\idth: 80%; /* real width */
	    border: solid #036;
	    border-width: 0 0px;
	    margin: auto;
            background: black;/*background image for center*/

		}
		
#form {
            position: relative;
	    width: 70%; /* real width */
	    border: solid #036;
	    border-width: 0 0px;
	    margin: auto;
		font-size: 15pt;
            background: #c0c0c0;/*background color for center*/

		}
		
#submit {
  display: block;
  width: 15%;
  min-height: 50px;
  border: 6px;
  font-family: Poppins;
  font-size: 20pt;
  font-weight: 900;
  cursor: pointer;
  padding: 0;
  margin: 0 auto;
  background: #faf519;
}
		
#guarantee {
		 font-size: 35px;

		}	

table   {
         font-size:"11pt";
         font-variant:"small-caps";
		 clear: left;
}

th, td#space {
    padding: 15px;
} 

p       {
         margin-left: 15px;
         margin-right: 15px;
		 color: yellow;

}

font       {
         margin-left: 50px;
         margin-right: 15px;
		 color: red;

}

li     {
	    margin-left: 5vw;
        color: yellow;

}

ul     {
        margin-left:"15em";

}

ul#spec     {
        margin-left:"5em";

}

address  {
         margin-left:"4em";
}

/*Heading adjustments*/
h1    {
	   font-weight: bold;
       color: red;
	   text-align: center;

}

h2     {
        font-weight:"bold";
        font-size:"14pt";
        color:"#6666FF";

}

h3      {
         font-weight:"bold";
         font-size:"14pt";
         color:"#FF0000";

}

h4    {
	   font-weight: bold;
       color: red;
	   text-align: center;
	   font-size: 45px;

}

div.overlap  {
	clear: left;
	
}

div.img {
    margin:10px;
    border: 1px solid #ccc;
	float: left;
    width: 260px;
}	

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 10px;
    text-align: center;
}
