body {
    background-color: #FFFFFF;
    color: #666666;
    background:linear-gradient(to bottom, #FFF5E0, #ffffff);
    margin: 0px;
}
header {
    background-color: #FFF5E0;
    color: #FFFFFF;
    width: 100%;
    grid-row: 1/2;
    grid-column: 2/-2;
    display: grid;
    height: 80px;
}
header #gallery {
    background-color: #FFFFFF;
}
.logo {
    width: 110px;
    padding-top: 10px;
    padding-left: 5px;
    
}
.art {
    height: 243px;
    width: auto;
}
.hands {
    height: 243px;
    width: auto;
}
.pattern {
    height: 243px;
    width: auto;
}
nav {
    font-family: 'Pixelify Sans', sans-serif;
    margin: 0px auto;
    text-decoration: none;
    display: flex;
    list-style-type: none;
    grid-row: 1/2;
    grid-column: 4/-4;
    background-color: #FFF5E0;
    flex-wrap: wrap;
    align-content: center;
}
nav ul {
    display: flex;
    flex-flow: row nowrap;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
nav li {
    width: 100%;
    font-size: 20px;
    display: block;
}
nav a {
    color: #FF6969;
    display: block;
    text-align: center;
    text-decoration: none;
    padding:15px;
    padding-left: 59px;
    padding-right: 59px;
    width: 100%;
}
nav a:hover {
    background-color: #141E46;
    width: auto;
    height: auto;
    display: block;
    border-radius: 25px;
}
main {
    background-position: right;
    grid-row: 4/5;
    grid-column: 2/-2;
    background:linear-gradient(to bottom, #C70039, #ffffff);
}
h1 {
    color: #ffffff;
    font-size: 35px;
    padding: 230px;
    float: right;
    padding-left: 0.5px;
    padding-right: 15px;
    text-align: left;
    width: 250px;
    height: 269px;
    font-family: 'cabin', sans-serif;
    position: static;
    margin: 0%;
    display: flex;
    flex-flow: row nowrap;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
}
#bubbles {
    background-repeat: no-repeat;
    padding-right: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    grid-row: 3/4;
    grid-column: 1/-1;
}
img {
    width: 100%;
    height: auto;
}
#me {
    background-color: #FFFFFF;
    display: grid;
    grid-row: 1/-1;
}
.description {
    grid-row: 1;
    grid-column: 1/3;
    text-indent: 50px;
    line-height: 1.5;
}
.description2 {
    grid-row: 4;
    grid-column: 1/3;
    text-align: right;
    text-indent: 50px;
    line-height: 1.5;
}
.rosa {
    border-radius: 350px;
    width: 90%;
    padding: 30px;
    grid-row: 2;
}
h4 {
    font-family: 'josefin sans';
    color: #141E46;
    font-weight: 300;
    width: 400px;
    grid-row: 2;
    padding: 30px;
    width: 100%;
    line-height: 1.5;
}
.circle {
    display: block;
    position: relative; 

}
h2 {
    font-family: 'Pixelify Sans', sans-serif;
    background-color: #FFFFFF;
    color:#141E46;
    font-size: 40px;
    padding: 40px;
    width: auto;
    height: auto;
    margin: 0%;
}
p {
    font-family: 'josefin sans';
    color: #141E46;
    background-color: white;
    padding: 40px;
    text-align: center;
    margin: 0px;
    text-indent: 50px;
    line-height: 1.5;

}
.circles {
    padding-top: 25px;
    padding-bottom: 25px;
}
#pieces {
    display: flex;
    background-color: #FFFFFF;
    padding: 30px;
}
.title {
    padding: 15px;
    text-align: center;
    width: auto;
    font-family: 'baloo da 2', sans-serif;
    color: #141E46;
    font-size: 35px;
}
.titleb {
    padding: 15px;
    text-align: center;
    width: 243px;
    font-family: 'baloo da 2', sans-serif;
    color: #141E46;
    font-size: 35px;
}
#artwork p {
    width: 330px;
    text-indent: 0px;
}
#gallery {
    background-color: #FFFFFF;
    margin: 5px;
    border: 1px;
    float: left;
    width: 252px;
}
#gallery .title {
    width: auto;
    font-size: 20px;
}
.art {
    background-color: #FFFFFF;
    grid-row: 2;
    border-radius: 20%;
    width: 330px;
    height: auto;
    padding: 20px;

}
.pattern {
    background-color: #FFFFFF;
    grid-column: 2;
    border-radius: 20%;
    width: 330px;
    height: auto;
    padding: 20px;
}
.hands {
    background-color: #FFFFFF;
    grid-row: 2;
    border-radius: 20%;
    width: 330px;
    height: auto;
    padding: 20px;
}
.form {
    background-color: #FFFFFF;
    grid-row: 2;
    border-radius: 20%;
    width: 330px;
    height: auto;
    padding: 20px;
}
#wrapper {
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
}
.gallery {
    min-width: 100px;
    padding: 1.2rem;
    background-color: #088395;
    border-radius: 4px;
    border-width: 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
  }
.contact a {
    background-color: #FFFFFF;
    text-decoration: none;
}
#button {
    padding: 80px;
    padding-top: 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
button {
    height: 50px;
    width: 120px;
    background: #141E46;
    border: none;
    color: #FFF5E0;
    border-radius: 30px;
    font-family: 'Pixelify Sans', sans-serif;
}
button a {
    text-decoration: none;
    color: #FFF5E0;
    font-size: 20px;
}
h3 {
    font-family: 'Pixelify Sans', sans-serif;
    background-color: #141E46;
    color:#FF6969;
    padding: 40px;
    width: 100%;
    height: auto;
    margin: 0%;
    text-align: center;
    display: block;
    font-size: 30px;
}
i {
    padding: 5px;
}
footer {
    padding: 2rem;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    grid-row: 5/6;
    grid-column: 2/-2;
    color: #141E46;
}
@media only screen and (max-width: 992px) {
    nav {
        display: flex;
        justify-content: space-between;
    }
    nav ul {
        display: flex;
        flex-flow: column nowrap;
        flex-direction: row-reverse;
    }
    nav a {
        padding-left: 40px;
        padding-right: 40px;
    }
    #artwork {
        width: 300px;
        padding: 10px;
    }
    .art {
        width: 300px;
        height: auto;
    }
    .pattern {
        width: 300px;
        height: auto;
    }
    .hands {
        width: 300px;
        height: auto;
    }
    p {
        padding: 10px;
    }
    h1 {
        font-size: 20px;
    }
    #bubbles {
        grid-row: 2/3;
        grid-column: 5/8;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    header {
        height:80px;
    }
    header h1 {
        background-image: none;
        text-align: center;
    }
    nav {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    nav a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #homehero {
        background-image: none;
    }
    #pieces {
        flex-direction: column;
        align-content: space-around;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    #artwork {
        width: 400px;
        padding: 10px;
    }
    .art {
        width: 400px;
        height: auto;

    }
    .pattern {
        width: 400px;
        height: auto;
    }
    .hands {
        width: 400px;
        height: auto;
    }
}
* { box-sizing: border-box; }
