*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* --------------------------------------------------------
COLOURS
#FFEADD
#FCAEAE
#FF8989
#FF6666
#800020
 --------------------------------------------------------*/

/* --------------------------------------------------------
Containers
 --------------------------------------------------------*/


body{
    background-image: url(css/assets/pink_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.row1{
    
    display: flex;
    height: 75%;
    align-items: center;
    margin-left: 10%;
}

.col1{
    padding-top: 50px;
    flex-basis: 50%;
}

.container_highlights{
    background-color: #FCAEAE;
    width: 70%;
    margin: auto;
    margin-top: 35px;
    padding: 55px;
    padding-bottom: 55px;
    border-radius: 20px;
}

footer{
    background-color: #FCAEAE;
    margin-top: 35px;
    padding: 25px;
    text-align: center;
    flex-shrink: 0;
}

/* --------------------------------------------------------
TEXTS
 --------------------------------------------------------*/

h5{
    color:#800020;
    font-size: 24px;
}

h1{
    color: #800020;
    font-size: 52px;
}

p{
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

footer p{
    font-size: 13px;
}

.card-content p{
    color: #800020;
    font-size: 13px;
    line-height: 30px;
}

/* --------------------------------------------------------
NAVIGATION BAR
 --------------------------------------------------------*/

.navbar{
    width: 100%;
    height: 60px;
    margin: 0px;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_header{
    color:#800020;
    font-size: 28px;
    margin: 2%;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    font-size: 18px;
}

.navbar ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #800020;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}

.navbar ul li:hover::after{
    width: 100%;
}

.navbar ul li a{
    text-decoration: none;
    color: #800020;
    text-transform: uppercase;
}

/* --------------------------------------------------------
BUTTON
 --------------------------------------------------------*/

.col1 a.button1{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 120px;
    color:#fff;
    font-size: 13px;
    padding: 12px 0;
    background: #FF6666;
    border: 0;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    transition: transform 0.5s;
    position: relative;
}

.col1 a.button1:hover{
    transform: translateY(-10px);
}

.chutney_button a.button1{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 75%;
    color: #fff;
    font-size: 24px;
    padding: 12px 0;
    background: #FF6666;
    border: 0;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: transform 0.5s;
    position: relative;
}

.chutney_button a.button1:hover{
    transform: translateY(-10px);
}

/* --------------------------------------------------------
CARDS
 --------------------------------------------------------*/

.card {
    width: 180px;
    height: 200px;
    list-style: none;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-image: url(css/assets/flower.jpg);
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
}

.card:hover{
    transform: translateY(-10px) 
}

.card-link{
    text-decoration: none;
}

.card-content {
    height: 120px; 
    text-align: left; 
    word-wrap: break-word; 
    overflow: hidden;
    white-space: normal; 
}

/* --------------------------------------------------------
INTEREST BAR
 --------------------------------------------------------*/

 .interest_bar{
    margin: 35px;
 }
 
 .highlight_header{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #800020;
    font-size: 52px;
 }

/* --------------------------------------------------------
CHUTNEY INFO
 --------------------------------------------------------*/

.chutney_info {
    flex: 1;
    padding: 20px;
    display: block;
    justify-content: center;
}
  
.chutney_info header {
    font-size: 52px;
    font-weight: bold;
    color: #800020;
}

.chutney_button{
    display: flex;
    justify-content: center;
}
  
.chutney_info h1 {
    font-size: 18px;
    margin-top: 10px;
    color: #800020;
}
  
.chutney_info p {
    font-size: 16px;
    margin-top: 10px;
    color: #800020;
    line-height: 1.2;
}
  
.awards {
    flex: 1;
    padding: 20px;
}
  
.awards header {
    font-size: 24px;
    font-weight: bold;
    color: #800020;
}
  
.awards ul {
    list-style-type: disc;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 20px;
    color: #800020;
}
  
.image_chutney header{
    color: #800020;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 24px;

}

.image_chutney img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

  /* --------------------------------------------------------
Footer
 --------------------------------------------------------*/

footer p {
    color: #800020;
}

  /* --------------------------------------------------------
404
 --------------------------------------------------------*/

.error_move{
    width: 100%;
    height: 64vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .error_container{
    background-color: #FCAEAE;
    width: 70%;
    margin-top: 35px;
    padding: 55px;
    padding-bottom: 55px;
    border-radius: 20px; 
}

.error_container h1{
    font-size: 52px;
    text-align: center; 
}

   /* --------------------------------------------------------
Q-and-A
 --------------------------------------------------------*/

.table_container table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.table_container th, .table_container td {
    padding: 10px;
    text-align: left;
    border: 1px solid #FCAEAE;
}

.table_container th {
    background-color: #f2f2f2;
}

.table_container tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table_container tr:hover {
    background-color: #e0e0e0;
}

/* MAYBE ADD A HIDE TEXT THINGO UNTIL THE QUESTION IS CLICKED ON
   /* --------------------------------------------------------
Rhondas Spicy Mango Chutney
 --------------------------------------------------------*/

.rhonda_heading{
    width: 80%;
    margin: auto;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    position: relative;
}

.rhonda_heading header{
    color: #800020;
    font-size: 52px;
    text-decoration: underline;
}
 
.rhonda_heading p{
    color: #800020;
    text-decoration: underline;
}


 /*---------------------------------------------*/

.rhonda_image{
    background-color: #000;
    width: 80%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    position: relative;
    border: 2px solid#FF6666;
}

.rhonda_image img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: -15%;
}

/*---------------------------------------------*/

.rhonda_info table {
    background-color: #f2f2f2;
    width: 80%;
    margin: auto;
    margin-bottom: 35px;
    border-collapse: collapse;
    border: 2px solid #FF6666;
}

.rhonda_info th, .rhonda_info td {
    padding: 10px;
    text-align: left;
    border: 1px solid #FF6666;

}

.rhonda_info th {
    background-color: #f2f2f2;
}

/*---------------------------------------------*/

.rhonda_row{
    background-color: #FCAEAE;
    width: 80%;
    margin: auto;
    margin-top: 0;
    display: flex;
    border-radius: 10px;
}

.ingredient_header {
    background-color: #FCAEAE;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #FF6666;
    border-radius: 10px;
}

.ingredient_header h1{
    font-size: 36px;
    text-align: center;
}

.rhonda_col_ingredients1{
    flex: 35%;
    background-color: #FCAEAE;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}

.rhonda_col_ingredients2{
    flex: 35%;
    background-color: #FCAEAE;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}
  
.ingredient_list {
    display: flex;
    align-items: center;
    margin-bottom: 5px; 
    border-bottom: 1px solid #FF6666;
    padding-bottom: 5px;

}
  
.ingredient_list img {
    max-width: 100px; 
    margin-right: 10px;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
    border: 2px solid #FF6666;
}

.ingredient_list img:hover{
    transform: scale(3);
}
  
.ingredient_label {
    font-size: 14px;
}

.ingredient_check{
    margin: 10px;
    align-items: end;
}

 /*---------------------------------------------*/

.rhonda_col_notes{
    flex: 30%;
    background-color: #FF6666;
    height: auto;
    padding: 10px;
}

.ingredient_list{
    display: flex;
}

.ingredient_list img{
    width: 55px;
    height: 55px;
}

.ingredient_label{
    color: #000;
}

/*---------------------------------------------*/

.rhonda_notes{
    padding: 35px;
    margin: auto;
    width: 80%;
}

.rhonda_notes li{
    margin: 20px;
}

/*---------------------------------------------*/
.rhonda_equipment{
    background-color: #FCAEAE;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #FF6666;
}

.rhonda_equipment table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.rhonda_equipment td {
    padding: 10px;
    word-wrap: break-word;
    white-space: normal; 
    text-align: left; 
    height: 50px;
    border: 1px solid #FF6666;
}

.rhonda_equipment tr:nth-child(even) {
    background-color: #f2f2f2;
    border-radius: 10px;
}

.equipment_header{
    padding: 10px;
    margin: auto;
    width: 80%;
}

/*---------------------------------------------*/

.rhonda_method{
    background-color: #FCAEAE;
    width: 80%;
    margin: auto;
    margin-top: 55px;
    display: flex;
    border-radius: 10px;
    border: 2px solid #FF6666;
}

.rhonda_method_list{
    flex: 35%;
    background-color: #FCAEAE;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}

.step_number{
    text-decoration: underline;
    text-align: center;
    margin: 20px; 
}

.method_instructions {
    display: flex;
    align-items: center;
    margin-bottom: 5px; 
    border-bottom: 1px solid #FF6666;
    padding-bottom: 5px;
}

.rhonda_method img {
    max-width: 150px; 
    margin-right: 10px;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
    border: 2px solid #FF6666;
}


/*---------------------------------------------*/

.rhonda_add_notes{
    width: 80%;
    margin: auto;
    padding: 35px;
}

.rhonda_add_notes li{  
    margin: 20px;
}


   /* --------------------------------------------------------
Submit a Recipe
 --------------------------------------------------------*/

.submit_form header{
    color: #800020;
    font-size: 52px;
    text-align: center;
    margin: 55px;

}

 fieldset {
    background-color: #FCAEAE;
    padding: 50px;
    border: 2px solid #FF6666;
    border-radius: 20px;
    margin: 100px;
    
}

.input_group {
    margin: 10px 0;
}

label {
    font-weight: bold;
    font-size: 18px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 2px solid #FF6666;
    border-radius: 5px;
    font-size: 16px;
}


input[type="number"] {
    width: 200px;
    padding: 10px;
    margin-top: 5px;
    border: 2px solid #FF6666;
    border-radius: 5px;
    font-size: 16px;
}

input[type="file"] {
    margin-top: 10px;
}

input[type="submit"]{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 240px;
    color:#fff;
    font-size: 13px;
    padding: 12px 0;
    background: #FF6666;
    border: 0;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    transition: transform 0.5s;
    position: relative;
}

input[type=submit]:hover{
    transform: translateY(-10px);
}

input[type="reset"]{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 120px;
    color:#fff;
    font-size: 13px;
    padding: 12px 0;
    background: #FF6666;
    border: 0;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    transition: transform 0.5s;
    position: relative;
}

input[type=reset]:hover{
    transform: translateY(-10px);
}

a {
    color: #4834dd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.hover{
    position: relative;
    display: inline;
}

.hover .hover_main {
    color: red;
    cursor: pointer;
}

.hover .hover_tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
    width: 200px;
    color: black;
}

.hover:hover .hover_tooltip {
    display: block;
}


textarea{
    border: 2px solid #FF6666;
    border-radius: 10px;
}

   /* --------------------------------------------------------
Recipes
 --------------------------------------------------------*/