@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


@view-transition {
    navigation: auto;
    transform: auto;
}

*{
    margin: 0px;
    padding: 0px;
    font-family: "montserrat";
}

header{
    background-color: rgb(43, 43, 43);
    display: flex;
    align-items: center;
   padding-top: 40px;
   padding-bottom: 20px;
}

nav{
    flex: 1;
    
}

nav ul{
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}

nav ul li{
    list-style: none;
}

nav a{
    text-decoration: none;
    color: pink;
    font-family: "montserrat";
}

nav a:hover{
    color: rgb(255, 255, 255);
    border-radius: 6px;
    transition-duration: 0.2s;
    
}

h1{

    font-family: "Montserrat", sans-serif;
    padding-left: 20px;
    color: pink;
}

main{
    background-color: white;
    min-height: calc(100vh - 80px - 40px);
    padding: 30px;
}

footer{
    background-color: rgb(43, 43, 43);
    min-height: 50px;
    text-align: center;
    color: pink;

}
footer p{
    padding: 10px;
    font-family: "montserrat";
    font-size: 15px;
    margin: 0px;
    color: white;
}
footer nav{
   margin: auto;
    padding: 20px;
    color: pink;
}
footer nav ul{
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

main section{
    margin: 20px 0px;
}

a.active_page{
    color: white;
text-shadow: #666 1px 1px 10px;
    border-radius: 7px;
    }

form{
    width: 500px;
    padding: 15px;
    border-radius: 20px;
    margin: 50px auto;

}

#submit_button{
    display: block;
    width: 100%;
    border: 2px rgb(255, 0, 128) solid;
    font-size: 25px;
    letter-spacing: 5px;
    background-color: white;
  color: rgb(255, 0, 128);
    font-weight: bold;
    border-radius: 8px;
    margin-top: 15px;
}
#submit_button:hover{
    background-color: rgb(255, 0, 128);
    cursor: pointer;
    color: white;
    transition-duration: 0.3s;
}

fieldset{
    padding: 0px;
    padding-bottom: 20px;
   border: 0;
}
.input_group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

form input, form select, form textarea{
    font-size: 10px;
    flex: 1;
    padding: 10px;
}
form textarea{
    width: 95%;
    resize: vertical;
}


#print_button{
    padding: 10px;
    border-radius: 10px;
    border: 2px rgb(0, 0, 0) solid;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 0.5s;
    position: fixed;
    top: 650px;
    right: 550px;
}

#print_button:hover{
    background-color:  rgb(0, 0, 0);
    color: white;
}

.material-symbols-outlined{
    font-size: 50px;
    color: white;
    font-weight: bold;
}

.img_on_left, .img_on_right, .methods_1, .methods_2, .methods_3, .methods_4{
    border: 1px black solid;
    border-radius: 15px;
    padding: 20px;
    background-color: white;
    min-height: 300px;
    max-width: 500px;
    margin: auto;
    margin-top: 10px;

}

.img_on_left h3, .img_on_right h3, .img_on_center h3, .home_intro h3, .mango_chutney h3, .prep_notes h3, .methods{
    text-align: center;
    font-family: "montserrat";
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px;
}

.img_on_left img{
    float: left;
    display: block;
    border-radius: 15px;
    margin: 0px 20px 20px 0px;
}

.img_on_right img{
    float: right;
    display: block;
    border-radius: 15px;
    margin: 0px 20px 0px 20px;
}

.img_on_left p, .img_on_right p{
    text-align: justify;
}

.img_on_center img, .mango_chutney img, .methods_1 img, .methods_2 img, .methods_3 img{
    float: center;
    display: block;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}

.img_on_center p, .mango_chutney p{
    text-align: center;
    font-family:"montserrat";
    padding: 20px 0px 0px 0px;
}

#Rhonda, .return_button{
    text-align: center;
    background-color: rgb(255, 0, 128);
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto;
    display: inline-block;
    font-family: "montserrat";
    font-weight: bold;
    float: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
text-decoration: none;
color: rgb(255, 255, 255);
}

#arrow_right{
    position: relative;
    transform: translate(0%, -10%);
   vertical-align: middle;
   color: rgb(255, 255, 255);
}

#Rhonda:hover, #arrow_right:hover{
    background-color: rgb(175, 0, 88);
    color: white;
    text-shadow: 1px 1px 10px rgb(41, 41, 41);
    cursor: pointer;
    transition-duration: 0.5s;
}

.home_intro p, .img_on_center p{
    text-align: center;
    font-family: "montserrat";
    font-size: 15px;
    padding: 10px;
    margin: 10px 50px 10px 50px;
}

.img_on_center h2, .mango_chutney h2, .submit_recipe h2, .terms h2, .form h2{
    text-align: center;
    font-family: "montserrat";
    font-size: 20px;
    padding: 10px;
}

.prep_notes li{
list-style: circle;
    font-family: "montserrat";
    font-size: 15px;
    padding: 10px;
   text-align: left;
    margin-left: 35%;
}

.prep_notes p, .methods_1 p, .methods_2 p, .methods_3 p, .methods_4 p, .submit_recipe p, .terms p{
    text-align: justify;
    font-family: "montserrat";
    font-size: 15px;
    padding: 10px;
    margin: 10px 50px 10px 50px;
}
.methods_1 h2, .methods_2 h2,.methods_3 h2, .methods_4 h2, .terms h2{
    text-align: justify;
    font-family: "montserrat";
    font-size: 20px;
    padding: 10px;
    margin: 10px 50px 10px 50px;
}

.methods_4 img{
display: block;
border-radius: 15px;
margin-left: auto;
margin-right: auto;
}

.ugc-form_helper-text_uploader{
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

#terms_link, .material-symbols-outlined{
    text-decoration: none;
    color: rgb(255, 0, 128);
    font-weight: bold;
}
#terms_link:hover, .material-symbols-outlined:hover{
    color: rgb(175, 0, 88);
cursor: pointer;
}


.submit_recipe p{
    text-align: center;
    font-family: "montserrat";
    font-size: 15px;
    padding: 10px;
    margin: 10px 50px 10px 50px;
}

legend{
    font-size: 15px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}