﻿
body {
    padding-bottom: 20px;
    background-color: #3D4D55;
}

 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.background-content {
    background: #fff;
    border-radius: 5px;
}
 
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

 
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

 
#qrCode {
    margin: 15px;
}

 
@media screen and (max-width: 767px) {
    
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 1200px) {
    .content-container {
        width: 1920px !important;
        height: 1080px !important;
    }
}

@media (min-width: 992px) {
    .content-container {
        width: 1920px !important;
        height: 1080px !important;
    }
}

/*@media (min-width: 768px) {
    .content-container {
        width: 1920px !important;
        height: 1080px !important;
    }
}*/

.foryourhealth {
	font-family: 'quicksand-bold';
    font-size: 30px;
    width: 100%;
    color: #758CA1;
}

.foryourhealth-signup {
    font-family: 'quicksand-bold';
    font-size: 30px;
    color: #3D4D55;
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/poppins-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/poppins-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-light';
    src: url('../fonts/poppins-light.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/poppins-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'quicksand-bold';
    src: url('../fonts/quicksand-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helveticaneuebold.ttf') format('truetype');
}

.addFileButton {
    border-radius: 100px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    padding: 4px 25px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-family: 'poppins-regular';
    color: #3D4D55 !important;
    border: solid;
    border-width: 1px;
    background-color: white;
    box-shadow: 3px 3px 6px gray;
}

.rewardStepButton {
    border-radius: 100px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 25px;
    position: relative;
    text-align: center;
    white-space: normal;
    font-family: 'poppins-regular';
    color: #3D4D55 !important;
    border: solid;
    border-width: 1px;
    background-color: white;
    width: 100%;
    max-width: 250px;
    height: auto;
    cursor: pointer;
    box-shadow: 3px 3px 6px gray;
}

.guidantButton {
	border-radius: 100px;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	padding: 3px 25px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	font-family: 'poppins-regular';
	color: #3D4D55 !important;
	border: solid;
	border-width: 1px;
	background-color: white;
	/*width: 100px;*/
	cursor: pointer;
}

.signUpButton {
    border-radius: 100px;
    line-height: 25px;
    padding: 3px 18px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-family: 'poppins-regular';
    color: #3D4D55 !important;
    border: solid;
    border-width: 1px;
    background-color: white;
    width: 125px;
}

.profileButton {
    border-radius: 100px;    
    line-height: 25px;
    padding: 2px 15px;
    position: relative;
    text-align: center;
    white-space: nowrap;  
    border: solid;
    border-width: 1px;
    background-color: white;
    width:150px;
    cursor:pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #9DAF92;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.img-responsive-image {
    width: 100%
}

@media (max-width:750px) {
    .foryourhealth {
        font-size: 30px;
    }
}

@media (max-width: 300px) {
    .foryourhealth {
        font-size: 25px;
    }
}

.survey-answer {
    font-size: 16px
}

.survey-question {
    font-size: 14px
}

.validation-message {
    font-size: 15px
}


