* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.4s ease-in-out;
}

a:hover {
  color: rgb(203, 154, 56);
}

html {
  font-size: 10px;
  text-align: center;
  font-family: "Patrick Hand", serif;
  font-weight: 400;
  font-style: normal;
  color: aliceblue;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  background-color: #3c3c3b;
}

header {
  width: 100%;
  height: auto;
  background-color: #242424;
  border-radius: 0 0 1.4rem 1.4rem;
  border-bottom: solid rgb(203, 154, 56);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

nav a {
  margin: auto;
}

main {
  flex-grow: 1;
}

footer {
  width: 100%;
  height: auto;
  padding: 2rem;
  background-color: #242424;
  align-items: center;
  border-top: solid rgb(203, 154, 56);
}

footer div {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
}

footer h4 {
  margin-bottom: 0.4rem;
}

#logo {
  width: 12rem;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  border: solid rgb(203, 154, 56);
  border-bottom: none;
  position: sticky;
  bottom: 0;
  display: block;
  margin: auto;
  margin-top: 1rem;
}

#insta {
  width: 68px;
  transition: width;
  transition-duration: 0.4s;
}

#insta:hover {
  width: 80px;
}

#face {
  width: 60px;
  transition: width;
  transition-duration: 0.4s;
}

#face:hover {
  width: 70px;
}

.banner {
  width: 25rem;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin-top: 3rem;
}

.container {
  display: flex;
  flex-direction: inherit;
  align-items: center;
}

.content-e {
  width: 80%;
  height: 40rem;
  background-image: url(../images/content-e.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.2rem;
  margin: 1.4rem auto;
  transition: width 0.4s ease-in-out;
  display: block;
}

.content-e:hover {
  width: 82%;
}

.content-f {
  width: 80%;
  height: 40rem;
  background-image: url(../images/content-f.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.2rem;
  margin: 1.4rem auto;
  transition: width 0.4s ease-in-out;
  display: block;
}
.content-f:hover {
  width: 82%;
}

.content-a {
  width: 80%;
  height: 40rem;
  background-image: url(../images/content-a.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.2rem;
  margin: 1.4rem auto;
  transition: width 0.4s ease-in-out;
  display: block;
}

.content-a:hover {
  width: 82%;
}

.content-b {
  width: 80%;
  height: 40rem;
  background-image: url(../images/content-b.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #242424;
  border-radius: 1.2rem;
  margin: 1.4rem auto;
  transition: width 0.4s ease-in-out;
}

.content-b:hover {
  width: 82%;
}

.content-c {
  width: 80%;
  height: 40rem;
  background-image: url(../images/content-c.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #242424;
  border-radius: 1.2rem;
  margin: 1.4rem auto;
  transition: width 0.4s ease-in-out;
}

.content-c:hover {
  width: 82%;
}

.content-d {
  width: 80%;
  height: 40rem;
  background-image: url(../images/content-d-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #242424;
  border-radius: 1.2rem;
  margin: 1.4rem auto;
  transition: width 0.4s ease-in-out;
}

.content-d:hover {
  width: 82%;
}



.content-f {
  width: 80%;
  height: 40rem;
  background-image: url(../images/content-f.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #242424;
  border-radius: 1.2rem;
  margin: 1.4rem auto;
  transition: width 0.4s ease-in-out;
}

.content-f:hover {
  width: 82%;
}

.info {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #242424;
  margin: 1.4rem auto;
  padding: 1rem;
  border-radius: 1.2rem;
  border: solid rgb(203, 154, 56);
  color: silver;
}

.info p {
  margin: 1rem;
}
.content li {
  border: solid rgb(203, 154, 56);
}

