html {
	min-height: 100%;
	position: relative;
}
html, body {
    overflow-x: auto;
}
body {
    /*font-family: Verdana, Helvetica, Arial;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}
header {
	background-color: #f3f4fb;
}
#entupleSolutions {
	margin-top: 20px;
    margin-bottom: 100px;
}

.h5, h5 {
      font-size: 1rem;
  }


.wavect-intro {
    font-size: 16px;
    text-align: justify;
    /*font-style: italic;*/
    color: #3c424a;
}

.message {
    text-align: center;
    font-weight: bold;
}
.message p {
    font-size: 11px;
}
.error-msg {
    color: #e44607;
}
.success-msg {
    color: #119c35;
}
.form-control, .btn {
    font-size: 13px;
}
.form-check-label {
     margin-bottom: .5rem; 
}


input[type=radio], .label-radio {
	/*margin: 0px 20px;	*/
}


#thankYou {
    margin: 50px 0;
    text-align: center;
    color: #119c35;
    font-size: 17px;
}

/*.image-nanatom {
      background-image: url(images/banner.jpg);
      background-position: center center;
      background-size: cover;
      min-height: 
  }

.image-nanatom:after {
    background-color: #0091ea;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.12;
    width: 100%;
    z-index: 10;
}*/

footer {
    font-family: Verdana, Helvetica, Arial;
    position: absolute;
    /*z-index: 10 !important;*/
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height:50px;    */
    background-color: #dfe4f7;
}
.copy-bottom {
    text-align: center;
    margin: 15px;
    font-size: 11px;
    color:#640281;
    font-weight: bold;
}


@media (max-width: 320px) {
    body {
        font-size: 14px;
    }

}
@media (max-width: 359px) {
    body {
        font-size: 14px;
    }
}
@media (min-width: 360px) and (max-width: 410px) {
    body {
        font-size: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    
}
@media (min-width: 1200px) {
    
}