/* Get a fancy font from Google Fonts */
  @import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro|Montserrat|Raleway');


body {
  /*background-color: #FBFBFD;*/
  background-color: ##8AE3B5;
  /*background-color: beige;
  /*color: white; /* text color */
  /*font-family: Arial;*/
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'Merriweather', sans-serif;
}

/* Change header text to imported font */
  h2 {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Merriweather', sans-serif;
  }
  
  /* :'Yusei Magic', sans-serif */
  
  h3 {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Merriweather', sans-serif;
  }
  /*
  h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
*/

h1, h2, h3 {
    text-transform: none !important; 
    letter-spacing: 0em !important; 
    line-height: 1 !important; 
    font-style: normal !important;
}

p {
	color: #333;
	margin: 0px !important;
	margin-bottom: -5px !important;
	margin-top:0px !important;
	margin-left:-3px !important;
	margin-right:-3px !important;
	font-family: 'Raleway', sans-serif;
}

  .modal-body .mt-text p {
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 5px !important;
    font-size: 20pt !important;
    text-align: center !important;
  }

.subhead {
  margin-top:-15px !important;
  margin-bottom:5px !important;
}

.btn-default, .form-control {
  font-size: 12pt !important;
}
    
/*
#goals1-label: label:after{
      display: inline-block;
    font-size:12pt;
    font-weight: 700;
}

#goals1-label:after{
  label{
    display: inline-block;
    font-size:12pt;
    font-weight: 700;
}
}

*/

#goals-label {
      display: inline-block;
      margin-bottom:-10px;
      margin-top:25px;
      font-size:14pt;
      font-weight: 600;
}


#prediet-label, #age-label, #sex-label, #re-label, #height_ft-label, #height_in-label, 
#bp-label, #weight-label, 
#mode-label, #food_cat-label {
    display: inline-block;
    font-size:12pt;
    margin-bottom:-8px;
    	margin-left:-3px !important;
	margin-right:-3px !important;
    max-width: 100%;
    font-weight: 400;
}

#prediet2-label  {
    display: inline-block;
    font-size:14pt;
}

#bp2.form-control, #weight2.form-control, #age2.form-control   {
  font-size: 12pt !important;
}

/*
.material-switch>label:after {
  left:10px !important;
}

.material-switch>input[type=checkbox]:checked+label:after {
    background: inherit;
    left: 40px !important;
}
*/

.form-control, .selectize-input{
  margin-left:-3px;
  padding:3px 5px;
}

.selectize-input:after{
  right:4px!important;
  left:auto !important; 
}

.modeclass{
  font-size:8pt !important;
}

.logo{
  margin-left:-20px !important;
}

.main-header > .navbar {
    margin-left: 230px;
}

.checkbox#header span {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    font-family: Raleway
    font-size: 8pt; !important
    font-size: 1rem; !important

}

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 8pt
}

.col-sm-6 {
  padding-left: 8px;
  padding-right: 8px;
}

/* Make text visible on inputs */
/*
  .shiny-input-container {
    color: #474747;
  }
  
  .checkbox  {
    float:left;
    position: relative !important;
    margin-top: 4px\9;
    margin-left: -20px;
}
*/  
  
  /** { font-family: Raleway; }*/
  * { font-family: 'Merriweather', sans-serif; }