@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

/* WHOLE SITE */

html{
  height: 100%;

}

/* WHOLE SITE */


/* HEADER */

*{
  margin: 0;
  padding: 0;
}

header{
  min-height: 78px;
  background-color: #FFA500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 25px;
}

h1.logo{
  font-family: 'Lobster', cursive;
  color: #FFFFFF;
  display: inline-block;
  margin: 13px 0px 0px 20px;
  text-shadow: 2px 2px black;
}

nav{
  display: inline-block;
  width: calc(100% - 403px);
}

nav ul{
  display: flex;
  justify-content: space-evenly;
}

nav ul li{
  list-style: none;
  /* border: 1px black solid;
  padding: 10px;
  border-radius: 5px;
  background-color: gold; */
}

nav ul li a{
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 1px 1px black;
  transition: all 0.5s ease-in-out;
}

nav ul li a:hover{
  text-shadow: -1px -1px black;
}

nav ul li p{
  font-family: sans-serif;
  font-weight: bold;
  color: gold;
}


/* HEADER */





/* BODY MAIN INDEX PAGE */

main{
  position: absolute;
  top: 75px;
  width: 100%;
  min-height: calc(100vh - 150px);
  background-color: white;
}

.heading_title {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 50px
}
.rhondaimg {
    text-align: center;
    width: 80%;
    height: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
    padding-top: 10px;
}
.who_am_i {
    text-align: left;
    margin-right: 580px;
    margin-left: 580px;
    font-size: 40px;
    padding-bottom: 10px;
}
.who_am_i_text {
    text-align: left;
    margin-right: 580px;
    margin-left: 580px;
    font-size: 30px;
    padding-bottom: 20px;
}

.rhondas-chutney {
    text-align: center;
    width: 30%;
    height: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.homelorumtitle {
    text-align: left;
    margin-right: 580px;
    margin-left: 580px;
    font-size: 40px;
    padding-bottom: 10px;
}
.lorumhome {
    text-align: left;
    margin-right: 580px;
    margin-left: 580px;
    font-size: 30px;
    padding-bottom: 70px;
}
.My_Awards_won {
    text-align: center;
    margin-right: 580px;
    margin-left: 580px;
    font-size: 40px;
    padding-bottom: 10px;
}
.award_list {
    text-align: center;
    margin-right: 580px;
    margin-left: 580px;
    font-size: 30px;
    padding-bottom: 20px;
}




/* BODY MAIN INDEX PAGE */

/* BODY recipe */

.recipeh1 {
    text-align:center;
    font-size:50px;
}
.recipeh2 {
    text-align:center;
}


/* BODY recipe */







/* Footer */

.footer{
 background: #FFA500;
 text-align: center;
 width: auto;
 height: 30px;
 color: white;
 font-size: 25px;
}


 /* Footer */


/* Submit recipe */


form {
    padding-bottom: 300px;
}
.myForm{
  margin: 120px auto 0px auto;
  width: 80%;
  font-family: arial;
}

.form_input{
  width: 80%;
  margin: 10px auto;

}

.labal{
  width:20%;
  text-align: right;
  display: inline-block;
}

.input{
  width: 70%;
  display: inline-block;
}

.input input, .input select{
  width: 100%;
  padding: 10px;
}

#recepe{
  width: 100%;
  height: 150px;
  border-radius: 15px;
  padding: 15px;
}

#button{
  padding: 10px;
  border: none;
  background-color: #3F51B5;
  color: #FFFFFF;
  font-weight: 900;
  border-radius: 5px;
  height: 36px;
  width: 100%;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
}
#button:hover{
  transform: scale(1.05);
  background-color: #22348F;
}

/* Submit recipe */

/* Q&A */

.question, .answer{
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
}


.question{
  color: red;
}
.answer{
  color: green;
}
td{
  padding: 20px 0px;
}
table {
    margin-left: 60px;
    margin-right: 60px;
}

/* recipe  */

.qaheader {
    text-align: left;
    font-size: 40px;
    padding-top: 40px;
    padding-left: 60px;
}
.qabody {
    text-align: left;
    font-size: 25px;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
}
.qastep {
    text-align: left;
    font-size: 33px;
    padding-top: 20px;
    padding-left: 60px;
}
.cooking_img {
    text-align: left;
    max-height: 25%;
    max-width: 25%;
    padding-left: 90px;
}
/* recipe */
