header h1{
    padding-left: 5px;
}
header{
    background-color: white;
}
header button{
    float: left;
    border: 3px;
    border-bottom: 1px;
    border-top: 1px;
    border-style: solid;
    font-size: 25px;
}
header a:nth-child(1) button{
    cursor: not-allowed;
    background-color: #f7e4de;
}
header a:nth-child(2) button{
    border-left: 10px;
}
header a:nth-child(3) button{
    border-left: 10px;
    border-right: 10px;
}
button{
    transition-duration: 0.4s;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
header button{
    background-color: white;
}
header button:hover{
    background-color: #f7e4de;
    box-shadow: 0 5px 16px 0 black;
}
header input[type=text]{
    float: right;
    padding: 6px;
    font-size: 15px;
    margin-right: 5px;
}
body{
    padding: 0;
    margin: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.nav-bar{
    width: 100%;
}
.introduction-part  img{
    width: 540px;
    height: 700px;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: auto;
    border-left: 2px;
    border-style: solid;
}
.introduction-part p{
    padding-left: 5px;
    padding-right: 10px;
    font-size: 25px;
    margin-top: -10px;
}
.introduction-part h1{
    padding-left: 10px;
    font-size: 80px;
}
footer{
    background-color: #fafafa;
}
.introduction-part{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.introduction-part button{
    background-color: white;
    font-size: 35px;
}
.introduction-part button:hover{
    box-shadow: 0 5px 16px 0 black;
}
.introduction-part a {
    padding-left: 22%;
}
.recent-work{
    display: flex;
    width: 100%;
    background-color: white;
    border: 1px;
    border-style: solid;
}
.recent-work h2{
    font-size: 55px;
    padding-left: 25px;
}
.recent-work a{
    padding-left: 150px;
}
.work-col1{
    width: 30.1%;
}
.recent-work img{
    width: 650px;
    height: 720px;
    border: 1px;
    margin-left: 350px;
    border-style: solid;
    padding: 0;
}
.recent-work button{
    font-size: 40px;
    background-color: #f7e4de;
}
.recent-work button:hover{
    box-shadow: 0 5px 16px 0 black;
}
.recent-work p {
    padding-left: 30px;
    margin-right: -100px;
    font-size: 30px;
    margin-top: -10px;
    margin-bottom: 250px;
}
.small-club-info{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.small-club-info img{
    width: 400px;
    height: 400px;
    text-align: right;
    border: 3px;
    border-style: solid;
    padding: 0;
}
.small-club-info p{
    padding-left: 10px;
    font-size: 22px;
}
.small-club-info h3{
    font-size: 30px;
    padding-left: 10px;
}
.small-club-info h2{
    padding-left: 10px;
    font-size: 50px;
}
.small-club-info button{
    font-size: 35px;
    background-color: white;
}
.small-club-info button:hover{
    box-shadow: 0 5px 16px 0 black;
}
.small-club-info a{
    padding-left: 65px;
}
