@charset "UTF-8";
    

html{
    background-image:url("italyFlag.jpg");
}

h1{
    font-family:'Paytone One', sans-serif;
    font: 5vw 'Paytone One';
    text-align: center;
/*    text-shadow: 5px 2px 10px rgba(0, 0, 0, 0.57);*/
    margin-top: 5%;
    margin-bottom: 0%;
    max-width: 100%;
    height: auto;
    margin-top: -20px;
    

}

/*
figure{
    max-height: 400px;
    
}
*/


#headerSpacer {
    background:rgba(255, 255, 255, 0);
    height: 20px;
    width: 50px;
}

.btn {
  border: none;
  background-color: inherit;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.homeButt {
    clear:both;
/*    float:left;*/
/*    margin-top 50px;*/
    background: rgba(0, 128, 0, 0.46);
    margin-right: -120px;
    margin-left:40px;
    margin-bottom: -100px;
    border-radius: 30px;
}

.homeButt:hover {
    background: rgba(0, 128, 0, 1);
    color:white;
}

/*
#homeButton {
    width: 120px;
    height: 40px;
    background-color: rgba(34, 34, 34, 0.76);
    text-align: center;
    padding-top: 5px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: -40px;
    border-radius: 10px;
    color: white;
}

#homeLink {
    background-color:pink;
    width: 120px;
    height: 40px;
}
*/

figure #coverPic{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: cover;
    
}

figcaption{
    text-align: center;
    
}

ul{

}

body {
    font-family: 'Gabriela', serif;
    font: 1em 'Gabriela';
    background:rgba(255, 255, 255, 0.79);
    margin-left: 15%;
    margin-right: 15%;
    
}
#prepTime {
    display: block;
    margin-left: auto;
    margin-right: auto;
    column-count: "2";
    column-width: 150px;
    border:2px solid; 
    width:50%;
}
    