body {
	background-image: url(../img/background.jpg);
	background-position: 0 center;
	font-size: 14px;
}

h1  {
	font-size: 24px;
}


h2, h3  {
	margin-bottom: 10px;
	padding: 0px;
	font-size: 24px;
}

#button-wrapper  {
	margin-bottom: 20px;
}

.container-fluid {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

#wrapper_layout {
	border: 1px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
}

#instructions {
	border:none;
    background-color:transparent;
	padding-top:20px;
}

#instructions-wrapper {
	padding: 0px;
	margin-bottom: 20px;
	background-color:transparent;
	border: none;
}

#text-frame {
	margin-bottom:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 10px;
}

input, .box .btn, .form-control.answer  {
    font-size:14px;
}


.box {
	padding-top: 10px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 20px;
	margin-bottom:0px;
}

#tabs-frame {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-align: justify;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 10px;
}

.tab-content {
    min-height:180px;
	font-size: 14px;
}

.nav-link {
   padding: 8px 16px;
   font-size:14px;
}

#logo {
	margin-bottom:25px;
	margin-top:10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: #fff;
	padding: 10px;
	display: block;
	
}

#logo-frame {
    background-color: #f7f7f7;
	padding: 10px;
    border: 1px solid #ccc;
}

.modal {
	--bs-modal-width: 550px;
}

.modal-header {
	font-size: 18px;
	padding:15px;
}

.modal-body {
	font-size: 14px;
}

.para1, .para2, .para3, .mobile  {
	display:inline;
}

.img-circle {
   width:30px;
   height:30px;
}

@media (min-width: 992px) {
    body {
	font-size: 16px;
}

input, .box .btn, .form-control.answer  {
    font-size:16px;
}

.container-fluid.wrapper {
  padding-right: calc(var(--bs-gutter-x)* 4);
    padding-left: calc(var(--bs-gutter-x)* 4);
	max-width:1200px;
}
}