
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');

#banner{
    background: url(../images/course/banner-bg-big.jpg) no-repeat fixed;
    background-size: cover;
}
.bg-color{
    background-color: RGBA(0, 0, 0, 0.61);
}
#banner h2{
    font-family: 'Satisfy', sans-serif;
    font-size: 45px;
    color: #FFB03B;
}
#banner p{
    font-family: 'PT Sans', sans-serif;
    color: #fcfcfc;
    font-size: 34px;
}

/*
course
*/
#course {
  background-image: url(../images/course/menubg.gif); 
  background-size: cover;
}

#course {
  color: #fff;
  
  padding:100px;
}

#course h1 {
  color: #009900;
  text-align:center;
  font-size:30px;
  font-weight:600;
  padding:10px;
  margin-top:150px;
}

#course h2 {
  color: #852100;
  font-size:20px;
  font-weight:600;
  text-align:center;
}

#course p {
  color: #fff;
  font-size:20px;
}
#course span{
  color:#E20017;
  font-family:'Libre Baskerville';
  font-size:30px;
  font-weight:400;
  padding-left:20px;
  margin-top:200px;
  margin-bottom:200px;
 
}

#course main-course{
  color:#125E4A;
  padding-bottom:20px;
  font-family: 'Lato';
}

.course-name {
  color:#852141;
  font-family: 'Aref Ruqaa';
  font-size:30px;
  padding-top:50px;
  padding-left:100px;
}

.details-list {
  margin-top: 20px;
}

.details-list ul li i {
    margin-right: 15px;
    margin-bottom: 10px;
    color: #ffb03b;
}

.dishes {
  color:#001000;
  font-size:25px;
  font-weight:400;
  padding-left:130px;
  margin-top: 20px;
}

.dishes hot {
  color: #E20017;
}

.dishes veryhot {
  color: #A70000;
}

.dishes medium {
  color: #FF7492;
}

.dishes mild {
  color: #FFAF92;
}