@import "bootstrap.css";
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro%3Aregular%2Citalic%2C700%2C200%2C300%2C300italic%2C900%7CRaleway%3Aregular%2C700%2C200%2C300%2C900%26subset%3Dlatin%2C&ver=2.1.1");

body {
  color: #333;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", "Helvetica Neue", sans-serif;
}

h2 {
  margin-top: 10px;
}

#cd_duration {
  white-space: pre;
}

a {
  color: #e74797;
}

a:hover {
  color: #111;
}

img[src=""] {
  visibility: hidden;
}

header {
  margin-bottom: 20px;
  text-align: center;
}

.main-logo {
  line-height: 1.5;
  padding: 20px;
  margin-top: -120px;
}

.navbar {
  border-radius: 0;
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
  min-height: inherit;
  background-color: #a51417;
}

.site-title {
  text-align: left;
  font-size: 2.5rem !important;
  margin-bottom: 30px;
}

.navbar,
.navbar .btn-link {
  font-weight: 400;
  font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}

.navbar form span {
  text-transform: none;
}

.navbar .btn-link {
  font-weight: 600;
}

.navbar a,
.navbar .btn-link {
  color: #333;
  letter-spacing: 2px;
  font-size: 12px;
}

.navbar a.active {
  font-weight: 800;
}

.navbar .nav {
  width: 60%;
  margin: auto;
  display: inline-table;
}

.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
}

.navbar ul:last-child {
  float: right;
  width: 100px;
}

.recipes .recipe {
  height: 40em;
  overflow: hidden;
  text-align: center;
}

.recipes .recipe .img {
  width: auto;
  height: 15em;
}

.recipes .recipe p {
  text-align: justify;
}

.btn.add-recipe {
  float: right;
  margin-top: -50px;
  margin-right: 15px;
}

.directions li {
  margin-bottom: 15px;
}

/**** Validation    ****/
.field-validation-error {
  color: #d9534f;
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 2px solid #d9534f;
  background-color: #e6afad;
}

.validation-summary-errors {
  color: #d9534f;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}
/**** END: Validation ****/

/**** Sticky footer ****/
html {
  position: relative;
  min-height: 100%;
  margin: 0;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 17px !important; /* Vertically center the text there */
  background-color: #f5f5f5;
  font-size: larger !important;
  padding:4px;
}

.input-group-append {
    margin-left: 1px !important;
}

.input-group-prepend
{
    margin-right: 20px !important;
}

..input-group .form-control {
    width: 100px !important;
}


/**** END: Sticky footer ****/
#content {
    margin-bottom: 250px;
}

#attributions {
  margin-bottom: 20px;
}

.input-group-text {
  min-width: 45px;
  text-align: center;
}

#submitBtn {
  width: 50%;
  height: 100%;
  font-size: 1.5em;
}

input[type=radio]{
  transform:scale(2);
}

.custom-control-label {
  font-weight: normal;
  font-size: 14px !important;
}

.custom-control
{
    padding-left:2.5rem !important;
}

.btn-primary {
    background-color: #a51417 !important;
    border-color: #a51417 !important;
}

.btn{
    border-radius: 1.25rem !important;
}

/* .input-title {
  margin-right: 100px;
} */
/* .result{
  border:none;
  width: 10rem;
  height: auto;
  font-size: 2.5rem;
  background-color: white;
  margin: 0 auto; 
} 
.result-box{
  margin: 0 auto;
  width: 200px;
  padding:0;
  text-align: center;
} */
#result_card {
    margin-bottom: 2%;
}
.card-body {
  text-align: center;
}

.card-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 1.5;
  color: #212529;
}

.card-title {
  font-size: 1.6rem;
  color: #BD0D0D;
}

.wusm-logo {
  margin: auto;
}

.input {
  width: 50%;
}

.col-md-2
{
    font-size:14px !important;
}

.option-title{
    font-size:14px !important;
}

@media only screen and (max-width: 2560px) {
    .site-title {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 990px) {
  .site-title {
    margin-left: 3.5%;
  }

  #result_card {
    margin-left: 1.75%;
  }
}
@media only screen and (min-width: 768px) {

    .input-column-align {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }
    .no-padding-desktop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 768px) {

    .no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}