* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: top;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  background-color: #569E00;
  background: rgba(204, 204, 204, 0.5);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 0px;
  width: 0px;
  margin: 0 2px;
  background-color: #fff;
/*  border-radius: 50%; */
  display: none;
/*  transition: background-color 0.6s ease; */
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

/* Target all radio buttons in the group */
input[type="radio"] {
	transform: scale(2.0); /* Increase size by 2.0x */
    margin-left: 8px;     /* Space between button and label */
    cursor: pointer;
	accent-color: #D94A21;
}

/* Optional: Prevent blur in some browsers */
input[type="radio"] {
    -webkit-transform: scale(2.0);
    -moz-transform: scale(2.0);
    -ms-transform: scale(2.0);
    -o-transform: scale(2.0);
}

input[type="radio"]:checked {
    background-color:#D94A21;
}

input[type="date"] {
	width: 160px;
	height: 26px;
	font-family: "Malgun Gothic";
	font-size: 12pt;
	color: #756960;
	margin-left: 8px;
}

input[type="time"] {
  width: 160px;
  height: 26px;
  font-family: Malgun Gothic;
  font-size: 14pt;
  color: #756960;
  border: 2px solid #ccc;
  border-radius: 2px;
  padding: 6px 10px;
  outline: none;
  margin-left: 8px;
}

input[type="time"]:focus {
  border-color: #756960;
  box-shadow: 0 0 0 3px rgba(117, 105, 96, 0.2);
}

input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

input[type="time"]::-webkit-datetime-edit-hour-field:focus,
input[type="time"]::-webkit-datetime-edit-minute-field:focus,
input[type="time"]::-webkit-datetime-edit-ampm-field:focus {
  background-color: #756960;
  color: white;
  border-radius: 2px;
  margin-left: 8px;  
}

input[type="text"] {
	height: 26px;
	width: 680px;
    margin-left: 8px;
}

/* Modern browsers */
input::placeholder {
font-size: 12pt;
color: gray;
}

/* Safari, Chrome, Opera */
input::-webkit-input-placeholder {
font-size: 12pt;
color: gray;
}

/* Firefox 19+ */
input::-moz-placeholder {
font-size: 12pt;
color: gray;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
font-size: 12pt;
color: gray;
}

/* Microsoft Edge */
input::-ms-input-placeholder {
font-size: 12pt;
color: gray;
}

textarea {
	font-family: "Malgun Gothic", sans-serif; /* Change the font */
	font-size: 12pt; /* Set font size */
    margin-left: 8px;
	width: 680px; /* Adjust the width of the textarea */
	height: 50px;
}

textarea::placeholder {
	font-size: 12pt;
	color: gray;
}






/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* this section is for the styles that go to the popup calendar */

