body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

header {
    height: 100px;
}

.wrapper {
    width: 100%;
    padding: 80px 20% 80px 20%;
    box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.2);
}

header .wrapper {
    position: fixed;
    background-color: #fdd26e;
    z-index: 9999;
    padding: 0px 18% 20px 18%;
}

header h1 {
    color: #a65523;
    padding-top: 30px;
    margin: 0 0 0 250px;
}

ul.menu {
    list-style: none;
    padding: 0;
}

.menu li {
    margin: 5px;
    float: left;
    border-radius: 40px 10px;
    box-shadow: 0.4em 0.4em 5px #a65523;
    opacity: 0.9;
    background-color: rgb(255, 212, 128);
}

.menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 10px;
    font-weight: 500;
    float: center;
}

.design {
    box-shadow: 0 0 5px 2px #a65523;
}

.text {
    background: linear-gradient(to top right, #fefcea, rgb(255, 212, 128));
}


/* .photol {
    float: left;
    width: 300px;
}

.photor {
    float: right;
    width: 300px;
} */

img {
    width: 100%;
}

.frame {
    margin: 20px;
    width: 270px;
    height: 190px;
    border: 50px solid transparent;
    border-image: url('images/k.png') 50 50 stretch stretch;
    float: right;
}

.frame2 {
    margin: 20px;
    width: 270px;
    height: 190px;
    border: 50px solid transparent;
    border-image: url('images/k.png') 50 50 stretch stretch;
    float: left;
}

nav {
    margin-left: 20px;
    width: 25%;
}

main {
    margin-left: 20px;
    width: 70%;
}

.center {
    text-align: center;
}

nav,
main {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

footer {
    background-color: #fdd26e;
    height: 80px;
}

footer h3 {
    color: #a65523;
    padding-top: 30px;
    text-align: center;
}