/* COLORS:
 * YELLOW:    #F4E000
 * RED:       #C00000
 * BEIGE:     #EBEBC6
 * DARK RED:  #880000
 *
 */

html, body {
  height: 100%;
}


body {
  /*background-attachment: fixed;
  background-image: url(../img/bg-ry-stripe.png);*/
  background-color: rgba(193, 0, 0, 1.0);
  background-image: repeating-linear-gradient(135deg, rgba(244, 224, 0, 1.0), rgba(244, 224, 0, 1.0) 35px, rgba(193, 0, 0, 1.0) 35px, rgba(193, 0, 0, 1.0) 350px);
  font-family: Raleway, sans-serif;
}

a, a:hover, a:focus{
  color: #C00000;
}

.rounded-corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.intro {
  color: #EEE;
  min-height: 100%;
  text-shadow: 0 1px 2px #0A0A0A;
}

.intro img {
  margin: 0 auto 30px;
  max-height: 300px;
}

.todays-meal {
  background-color: #EBEBC6;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 0 0 #880000;
  box-shadow: 0 10px 0 0 #880000;
  position: relative;
  width: auto;
}

.todays-meal:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.todays-meal div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.todays-meal h2 {
  color: #C00000;
  font-family: 'Lobster', sans-serif;
  font-size: 18px;
  margin-top: 25%;
  text-shadow: 0 1px 0 #880000;
}

.todays-meal p {
  color: #0A0A0A;
  font-weight: 300;
  text-shadow: none;
}

.todays-meal .meal-name {
  font-size: 14px;
}

.todays-meal .meal-price {
  font-size: 20px;
  margin-top: -10px;
  margin-left: 15px;
}

.arrow {
  background-color: #EBEBC6;
  -webkit-border-radius: 120px 120px 0 0;
  border-radius: 120px 120px 0 0;
  color: #C00000;
  height: 60px;
  margin: -60px auto 0;
  text-align: center;
  width: 120px;
}

.arrow i {
  font-size: 72px;
}

.stylish-header {
  color: #C00000;
  font-family: 'Lobster', cursive;
  font-size: 40px;
  text-shadow: 0 1px 0 #880000;
}

.menu, .locations, .contact {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu, .contact {
  background-color: #EBEBC6;
  color: #0A0A0A;
  position: relative;
}

.box, .todays-lunch-schedule {
  background-color: #880000;
  -webkit-box-shadow: 0 -3px 0 0 #C00000;
  box-shadow: 0 -3px 0 0 #C00000;
  color: #EEE;
  margin-bottom: 20px;
  padding: 20px;
}

.menu .main-item {
  font-size: 24px;
  font-weight: 300;
  margin-right: 0;
}

.menu .stylish-header {
  color: #C00000;
  text-shadow: 0 2px 0 #880000;
}

.menu h3 {
  font-size: 24px
  font-weight: 700;
}

.menu small {
  font-weight: 300;
  font-size: 50%;
  font-style: italic;
}

.menu ul {
  list-style: none;
  padding: 0;
}

.menu li {
  font-size: 20px;
  font-weight: 300;
}

.todays-info {
  font-size: 20px;
  font-weight: 300;
  margin: -15px 0 15px;
}

.todays-lunch-schedule {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
}

.schedule-weekday {
  font-size: 24px;
}

.locations {
  background-color: #880000;
  color: #EEE;
  position: relative;
}

.locations .stylish-header {
  color: #EBEBC6;
  text-shadow: 0 2px 0 #C00000;
}

.locations .info h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.locations .info h3 {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}

.locations .info p {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.locations .info p {
  font-size: 20px;
}

.locations img {
  margin-top: 10px;
}

.map-container {
  height: 200px;
  margin-top: 40px;
  margin-bottom: 0;
}

.contact h3 {
  font-weight: 300;
}

.pastatruck {
  font-weight: 400;
  height: 14px;
}

footer {
  background-color: #880000;
  color: #EEE;
  margin-top: 120px;
}

footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .pastavagnen-logo {
  float: left;
  max-height: 30px;
}

footer .gutegrillen-logo {
  margin-top: 4px;
  margin-bottom: 6px;
  max-height: 24px;
}

footer h2 {
  font-size: 16px;
  margin-top: 7px;
}

footer .lc-logo {
  background-color: #660000;
  padding-top: 5px;
  padding-bottom: 2px;
}

footer .lc-logo img {
  margin-top: 5px;
  margin-bottom: 5px;
}

.livecat-logo {
  max-height: 32px;
}

footer a, footer a:hover {
  color: #EEE;
  text-decoration: none;
}

footer a:hover {
  color: #F4E000;
}

@media (min-width: 450px) {
  .todays-meal h2 {
    font-size: 30px;
  }

  .todays-meal .meal-name {
    font-size: 20px;
  }
  
  .todays-meal .meal-price {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .stylish-header {
    color: #C00000;
    font-family: 'Lobster', cursive;
    font-size: 72px;
    margin-bottom: 30px;
    text-shadow: 0 2px 0 #880000;
  }
  
  .intro p {
    font-size: 18px;
  }
  
  .todays-meal h2 {
    font-size: 36px;
    margin-top: 70px;
  }

  .todays-meal .meal-name {
    font-size: 24px;
  }
  
  .todays-meal .meal-price {
    font-size: 48px;
  }
  
  .menu, .locations, .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .locations .info h2 {
    margin-top: 10px;
  }
  
  .locations .info h2 {
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
  }

  .contact h3 {
    font-size: 36px;
  }
  
  .pastatruck {
    height: 24px;
  }
  
  .contact p {
    font-size: 24px;
  }
  
  footer hr {
    display: none;
  }
}

.applicants-page img {
  max-width: 300px;
}


.applicants-page .gray-background {
  background-color: #EEE;
  padding: 30px;
}

.applicants-page .btn-send {
  background-color: #C50000;
  color: #EEE;
}

.applicants-page .btn-send:hover {
  background-color: darkred;
  color: #EEE;
}





.login-page {
  background-color: darkred;
}

.login-page .container{
  background-color: #C50000;
  padding-left: 0px;
  padding-right: 0px;
}

.login-page input {
  margin: 8px 0;
}

.login-page input:hover {
  -webkit-box-shadow: 0 0 2px 0 #FFDE00;
  box-shadow: 0 0 2px 0 #FFDE00;
}

.login-page input:focus {
  border: 1px solid #FFDE00;
}

.btn-login {
  background-color: #FFDE00;
  border: 0;
  margin-bottom:100px;
}

.btn-login:hover {
  background-color: #CCB200;
}

.admin-logo {
  max-width:300px;
  margin: 0 auto;
  padding-bottom:15px;
  padding-top:30px;
}

.form-signin {
  max-width: 330px;
  padding: 0 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

#login-error {
  display: none;
  color: #EEE;
  font-size: 16px;
  margin-top: 16px;
}

#admin-menu {
  background-color: #EEE;
  padding: 20px;
}