body {
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	text-align: left;

}
.mainContainer {
	padding: 5% 10%;
	/* background-color: #000000e8; */
}

.firstPage {
	padding: 5% 10%;
}

.question {
	padding: 10px;
	font-size: 18px;
}

.title {
	font-size: 32px;
	padding: 5% 8%;
}

h1 {
	text-align: center;
	padding: 2% 2%;
}

th:not(:first-child) {
	text-align: center;
}

td:not(:first-child) {
	text-align: center;
}

label {
	font-weight: normal;
	font-size: 18px;
}

h2 {
	text-align: left;
	padding: 10px;
	font-size: 18px;
}

p {
	font-size: 18px;
}
/*
img {
	width: 70%;
	height: auto;
	vertical-align: middle;
}


.pics_in_a_row {
	display: flex;
}

img {
	max-width: 100%;
}
*/

.img1 {
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	min-width: 300px;
	max-width: 500px;
 }
.img2 {
	height: auto;
	width: 20%;
	min-width: 200px;
	max-width: 350px;
 }

/* 
.tab {
border-style: solid;
	border-color: black;
	border-color: rgba(172, 50, 50, 0.363);
}
*/
.slidecontainer {
	width: 50%;
	padding: 10px;
}

















.button {
	display: inline-block;
	/* border-radius: 4px; */
	border-radius: 2rem;
	background-color: #00BF6A;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	/* padding: 20px; */
	padding: .9375rem 1.875rem;
	width: 200px;
	border: .0625rem solid transparent;
	box-shadow: 0 3px 30px 0 rgba(0,0,0,0.15);
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
  }
  
  .button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }
  
  .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .button:hover span {
	padding-right: 25px;
  }
  
  .button:hover span:after {
	opacity: 1;
	right: 0;
  }












span.customRadio {
    display: none;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    /* margin: 0; */
    cursor: default;
}
input[type="radio"] + span.customRadio {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    margin: 0 0 0 -16px;
    border-radius: 50%;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}
input[type="radio"] + span.customRadio::after {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    margin: 7px 0 0 7px;
    opacity: 0.6;
    border-radius: 50%;
    transition: .2s;
}
input[type="radio"]:checked + span.customRadio::after {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    opacity: 1;
    background-color: #3388ff;
    box-shadow: 0 0 4pt 2px #5ea1ff;
}









.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;  
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%; 
	background: #4CAF50;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4CAF50;
	cursor: pointer;
}
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
