@font-face {
	font-family: 'Dosis Light';
	src: url('https://barrington.ultraslimmail.com/fonts/Dosis/Dosis-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
  overflow-x: hidden; }

body {
  font-family: 'Dosis Light', sans-serif; /* default to sans-serif if font not available */
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
}

.contact_form {
  font-family: 'Dosis Light', sans-serif; 
  width: 300px; 
  margin-top: 25px; 
  margin-left: auto; 
  margin-right: auto;
  background-color: #e4e0e0;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 25px 10px 25px;
  font-size: 23px;
  line-height: 30px;
}
.contact_form_field {
  font-family: 'Dosis Light', sans-serif; 
  font-size: 21px;
  width: 275px;
}
.contact_form_field_phone {
  font-family: 'Dosis Light', sans-serif; 
  font-size: 21px;
  width: 175px;
}
.contact_form_field_dropdown {
  font-family: 'Dosis Light', sans-serif; 
  font-size: 17px;
  width: 100px;
  padding-left:10px;
}
.form-group {
  margin-bottom: 5px;
}

label {
  font-size: 18px;
  padding-right:20px;
}

.submit_button {
  font-family: 'Dosis Light', sans-serif; 
  font-size: 20px;
  letter-spacing: 0.2em;
  background-color: #2250fc;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px 5px 5px 5px;
  border-width: 1px;
  border-style: solid;
}

/* For Ruis TABLE include - BEGIN */
.auto-style1 {
	text-align: center;
}
.auto-style2 {
	text-align: center;
	background-image: url('images/red1.jpg');
}
.auto-style3 {
	font-size: large;
}
.auto-style4 {
	font-family: Arial, Helvetica, sans-serif;
}
.auto-style5 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
.auto-style6 {
	text-align: center;
	background-image: url('images/white_bkg.jpg');
}
.auto-style7 {
	background-color: #FFFFFF;
}
.auto-style8 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.auto-style9 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
/* For Rui's TABLE include - END */

/* For Bill's DIV and responsive version of TABLE include - BEGIN */
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container img {
    max-width: 100%;
    height: auto;
    margin: 10px; /* Add spacing between the images */
}

@media (max-width: 768px) { /* Adjust the breakpoint as needed */
    .container img {
        width: 50%; /* Reduce the image width to 50% on mobile devices */
    }
    .container {
        flex-direction: column; /* Stack images vertically on smaller screens */
        align-items: center; /* Center-align images on smaller screens */
    }
}

.header img {
    max-width: 100%;
    height: auto;
}

.spacer {
    height: 40px;
}

.content {
    text-align: center;
	background-image: url('images/white_bkg.jpg');
}

.content h1 {
    font-size: 24px;
}

.content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.content ul {
    list-style: disc;
    margin-left: 20px;
    padding-left: 20px;
}

.content img {
    max-width: 100%;
    height: auto;
}


/* Additional styling for list items if needed */
li {
    margin-bottom: 10px; /* Add space between list items */
}

/* For Bill's DIV and responsive version of TABLE include - END */
