.white-text {
  color: white;
}
.product-img {
  max-width: 200px;
  max-height: 200px;
}

.navbar-default {
  border-radius: 0;
}

.resultPanel {
  width: 250px;
  background-color: #fff;
  margin: 5px;
  padding: 15px;
  text-align: center;
  height: 400px;
  box-sizing: content-box;
}

.resultPanel img {
  margin: 10px 0 15px 0;
}

a {
  color: #333;
}

.container__home a {
  line-height: 1.5;
  color: #edf0f1;
  font-weight: lighter;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05),
    -10px 20px 5px rgba(0, 0, 0, 0.05);
  text-decoration: underline;
}
.container__watchlist h1 {
  color: #edf0f1;
  font-weight: lighter;
  font-size: 5em;
  margin: 5% 0 5% 0;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05),
    -10px 20px 5px rgba(0, 0, 0, 0.05);
}
.container__watchlist form {
  margin-bottom: 15px;
}

.saletag {
  background-color: #eee;
  border-radius: 4px;
  border: 2px solid #aaddaa;
  padding: 0;
}

button {
  border-radius: 4px;
  border-style: none;
  background-color: #2980b9;
  color: #eeeeff;
}

.navbar {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-text {
  color: #eee;
}

.navbar-default .navbar-header .navbar-brand,
.navbar-default .navbar-header .navbar-text:hover {
  text-decoration: none;
  color: #eee;
  margin: 10px 0;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  background: radial-gradient(#222d38 15%, transparent 16%) 0 0,
    radial-gradient(#222d38 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
  background-color: rgb(42, 67, 78);
  background-size: 16px 16px;
  color: #333;
}

/* input {
  border-radius: 3px;
  border-style: hidden;
  width: 300px;
  margin: 10px 0;
  padding: 5px;
  font-size: 1.2em;
  color: #333;
  box-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05),
    -10px 20px 5px rgba(0, 0, 0, 0.05);
} */

.nameInput {
  width: 149px;
}

.my-ember-select-widget {
  color: #333;
}

.loginTitle {
  color: #edf0f1;
  font-weight: lighter;
  font-size: 10em;
  margin: 5% 0 5% 0;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05),
    -10px 20px 5px rgba(0, 0, 0, 0.05);
}

button {
  background-color: #5097d5;
  border: none;
  border-radius: 8px;
  color: #edf0f1;
  font-size: 1.5em;
  font-weight: lighter;
  padding: 2px 15px;
}
h1,
h5 {
  color: white;
}
h4 {
  font-weight: 200;
  line-height: 1.5;
}
h5 {
  line-height: 1.5;
  color: #edf0f1;
  font-weight: lighter;
  font-size: 2em;
  margin: 0 5%;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05),
    -10px 20px 5px rgba(0, 0, 0, 0.05);
}

#instructions {
  background-color: #edf0f1;
  margin: 10% 20%;
  padding: 2% 3%;
  border-radius: 5px;
}
#testemail {
  background-color: #edf0f1;
  padding: 1% 2%;
  border-radius: 5px;
}
#testemail input.btn {
  margin-top: 20px;
}

#searchinput,
#searchbutton,
#searchselect {
  height: 34px;
}

#shrug {
  font-size: 15em;
  color: white;
}
.navbar a {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 300;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
/* style all input elements with a required attribute */
input:required {
  border: 1px solid red;
  outline: none;
}

#thank_you,
#add_watch_items {
  display: none;
}
@media only screen and (max-width: 600px) {
  .loginTitle {
    font-size: 5em;
  }
  #searchselect,
  #searchinput {
    margin-bottom: 10px;
    background-color: white;
    width: 100%;
  }
  .main {
    padding-bottom: 50px;
  }
  .navbar a,
  .navbar-default .navbar-header .navbar-brand {
    margin: 0;
  }
  nav form.navbar-form.navbar-right {
    border: none;
    box-shadow: none;
  }
  .resultPanel {
    width: auto;
  }
}

.container-fluid {
  border-bottom: thin solid orange;
}
