@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Quando');


/*-----Body---------*/

body {
    font-family: 'Quicksand', sans-serif;
    width: 1020px;
    margin: 0 auto; 
    margin-top: -30px;
    
}

/*-----Header--------*/

header {
    background-image: url("images/worn_dots.png");
}

header h2 {
    color: black;
    /*text-align: center;*/
    font-size: 2.2em;
    padding-top: 30px;
    padding-left: 220px;
    
}

h1, h2, h3, h4 {
    font-family: 'Quando', serif;
    color: #00d416;
    text-shadow: 1px 1px black;
}

/*-----Logo---------*/

header img {
    float: left;
    width: 100px;
    padding: 10px;
    /*margin: 1em;*/
  
}

/*-----Navigation---------*/

header nav {
    /*background-color: #52f752;*/
    background-image: linear-gradient(#2bc71e, #52f752, #2bc71e);
    padding: 10px;
}

nav ul {
    padding: 0px;
    text-align: right;
}

nav li {
    display: inline;
    padding-left: 20px;

}


/*-----Link Style--------*/

nav li a:link {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px black;  
    font-size: 1.2em;
    font-weight: 700;
}

nav li a:visited {
    color: white;
    text-shadow: none;
}

nav li a:hover {
    color: white;
    background-color: #00d416;
}

nav li a:active {
    color: #ffff01;

}


/*-----Main-------*/

main {
    background-color: #f5f5f5;
    background-image: linear-gradient(#f5f5f5, #ffffff);
}

main p, h1, h2, h3, h4 {
    padding: 10px;
}

.page-title {
    color: white;
    text-shadow: 1px 1px black;
    text-transform: uppercase;
    font-size: 3em;
    text-align: center;
    height: 125px;
    background-image: url("images/main_banner.jpg");
    margin-top: -5px;
    padding-top: 70px;
}


main span {
    color: #00d416;
    font-weight: bold;
}

div {
    margin-top: 3em;
    margin-bottom: 3em;
}




/*-----Home Sections--------*/

#welcome {
    width: 60%;
    text-align: center;
    margin: auto;
}

#about {
    margin-bottom: 100px;
}

#recipes_section {
    
}




/*------Link--------*/

.click_here {
    padding: 10px;
    margin-top: 25px;
    border: 1px solid black;
    border-radius: 20px;
    color: black;
    text-shadow: 1px 1px #ffff01;
    background-color: white;
    text-decoration: none;
    box-shadow: 2px 2px #a0a08e;
}



/*-----Figure---------*/

figure {
    text-align: center;
    border: 2px solid #00d416;
    margin-left: 5px;
    background-color: white;
}

figure img {
    padding: 5px;
}

figcaption {
    
}

.right {
    float: right;
}

.left {
    float: left;
}



/*------Main of Recipes Page--------*/

#recipe_main {
    display: flex;
    align-content: space-around;
    
}

#recipe {
    width: 620px;
}

#veggies {
    width: 98%;
}

#blog {
    width: 310px;
    height: auto;
    padding: 20px;
    background-color: #d8dfdb;

}


aside img {
    margin: 5px;
    border: 3px solid white;
}

aside h3 {
    text-align: center;
}

aside a {
    padding: 10px;
   
}


/*------About--------*/



/*-------Contact-------*/

#thanks {
    width: 60%;
    text-align: center;
    margin: auto; 
}

#form_h2 {
    text-align: center;
}

form {
    width: 60%;
    text-align: center;
    margin: 2em auto;
    border: 2px solid #00d416;
    background-image: url("images/white_leather.png");
}

fieldset {
    margin: 10px;

}

fieldset legend {
    font-family: 'Quando', serif;
    color: #00d416;
    display: block;
}

.comm_button {
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 1.1em;
    border: 1px solid black;
    border-radius: 20px;
    color: black;
    background-color: white;
    box-shadow: 2px 2px #a0a08e;
}



/*-------Events page-------*/

#events {
    width: 60%;
    text-align: center;
    margin: auto;
}

 .gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

.gallery img {
    width: 95%;
}

/*-----Footer---------*/

footer {
    background-image: linear-gradient(#2bc71e, #52f752, #2bc71e);
    padding: 10px;
    text-align: center;
    /*margin-top: -50px;*/
}

footer nav ul{
    text-align: center;
}

/*--------------*/
.clear {
    clear: both;
}




/*--------------*/

/*--------------*/