@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
*{
    box-sizing: border-box;
}
body{
    font-family: "Poppins";
    font-size: 18px;
    margin: 0;
}
.wrapper{
    line-height: 200%;
    margin: auto;
}
header{
    margin: auto;
    width: 80%;
    padding: 20px 0;
    /* display: grid;
    grid-template-columns: 30% 70%; */
    display: flex;
    position: absolute;
}
.header2 img{
    padding-top: 150px;
    width: 100%;
}
.logo{
    margin-left: 20px;
    flex: 3;
    width: 30%;
}
nav{
    text-align: center;
    /* float: right; */
    flex: 7;
    width: 70%;
    margin-bottom: 20px;
}
nav ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
}
/* nav ul li{
    flex: 0 0 1;
   text-align: center;
} */
nav a{
    text-decoration: none;
    font-weight: bold;
    padding: 5px 50px;
    display: block;
    color: #045772;
    transition: all 0.5s;
}
.clearfix{
    clear: both;
}
/* .showcase{
    background-image: url(../images/background.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    align-items: center;
    text-align: center;
}
.showcase h1{
    color: #ffd8eb;
    font-size: 50px;
    line-height: 1.6em;
    margin: 0;
} */
.items{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
main{
    width: 80%;
    margin: 40px auto;
}
.header{
    float: right;
    width: 50%;
    height: 50%;
    padding-top: 150px;
}
.head{
    float: left;
    text-align: center;
    padding-top: 250px;
    width: 50%;
}
.heading{
    float: left;
    text-align: center;
    padding-top: 150px;
    width: 30%;
}
.head h1, h2, .heading h1, h2, p{
    font-family: Lora;
    color: #045772;
}
.head h2 h1, .heading h1 h2{
    font-size: 50px;
}
.hobbes{
    padding-right: 40px;
    width: 100%;
    height: auto;
}
footer{
    padding: 80px;
    text-align: center;
    color: #FFE9F2;
    background-color: #c9b7d5;
}

/* nav ul li{
    display: inline-block;
    position: relative;
    max-height: 0;
    /* overflow: hidden;*
} */
nav ul li a{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
} 
/* dropdown */
nav ul li ul{
    position: absolute;
    width: 200px;
    background-color: #fff;
    /* hide */
    display: none;
    /* option 2 */
    /* max-height: 0px;
    overflow: hidden; */
    /* transition: all 0.5s; */
}
nav ul li ul li{
    display:block;
}
nav ul li ul li a{
    color: #045772;
    padding: 0px 5px;
}
nav ul li:hover ul{
    display: block;
    /* option 2 */
    /* max-height: 400px; */
}
/* gallery */
.gallery{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.gallery-items{
    text-align: center;
    margin: 10px;
}
.gallery-items img{
    width: 100%;
}
.five{
    grid-column: 2/4;
}
.six{
    grid-column: 1/3;
}
.nine{
    grid-column: 2/4;
}
.two{
    grid-row: 2/4;
}
.seven{
    height: 100%;
}
.top {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    color: #045772;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 40px;
    right: 100px;
}
.title{
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
    font-size: small;
}
.poem{
    font-size: small;
}
.left{
    float: left;
    width: 50%;
}
.right{
    float: right;
    width: 40%;
}
.email{
    text-decoration: none;
    color:#FFE9F2 ;
}
footer p{
    color: #FFE9F2;
}
/* gallery */
.gallery2{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
}
.gallery2-items{
    text-align: center;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}
.gallery2 h4{
    color: #045772;
    font: "Poppins";
}
.gallery2-items a{
    text-decoration: none;
}
.gallery2-items img{
    width: 100%;
}
.social a {
    margin: 0 5px;
}

.social img {
    width: 30px;
}
.riley{
    grid-column:1/3;
}
.cards{
    grid-column: 2/4;
}
.heathers{
    grid-column: 1/3;
}
video{
    padding-top:150px;
}
.heather{
    width: 100%;
    
}