@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

body {
  /* background-color: #fbf7ce; */
  background-image: url("pictures/background.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #201105;
  color: white;
  font-family: "Caveat",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 420;
  font-style: normal;
}

.top{
  background-color: black;
  opacity: 40%;
  text-align: center;
  margin: 0px auto 100px;
}

.center{
  background-color: rgba(255, 231, 111,0.6);
  width: 1300px;
  padding: 10px;
  border: 5px dotted #fb9d6a;
  border-radius: 20px;
  table-layout: fixed;
  margin: auto auto;
}

.main{
  background-color: rgba(249, 199, 113,0.75);
  width: 1000px;
  height: 500px;
  display: table-cell;
  padding: 5px;
  border: 3px ridge #fb9d6a;
  text-align: center;
  float:left;
  /* opacity: 100%; */
}

.blogs{
  background-color: rgba(249, 199, 113,0.75);
  width: 1200px;
  height: auto;
  display: block;
  padding: 10px;
  border: 3px ridge #fb9d6a;
  text-align: center;
  margin: 0 auto;
}

.blogs h2{
  font-family: "Caveat", cursive;
  font-weight: 650;
}

.blogPages a{
  text-decoration: none;
  color: #ffccf2;
  font-size: 30px;
}

.blogPages a:hover{
  text-decoration: dotted;
  color: #ffccb3;
  font-size: 35px;
}

.art{
  background-color: rgba(249, 199, 113,0.75);
  width: 1150px;
  height: auto;
  display: block;
  padding: 5px;
  border: 3px solid #fb9d6a;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}

.art h2{
  font-size: 30px;
  margin: 0 auto;
}

.artisticShow{
  background-color: #d6b11e;
  color: #ffccf2;
  width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto;
  border:3px double #d65b0c;
  border-radius: 4px;
  opacity: 100%;
}

.artisticShow h3{
  font-size: 23px;
}

.artlayout{
  display: flex;
}

.about{
  background-color: rgba(249, 199, 113,0.75);
  width: 1200px;
  height: auto;
  display: block;
  padding: 5px;
  border: 3px solid #fb9d6a;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}

.aboutme{
  background-color: rgba(168, 124, 22, 0.6);
  width: 1000px;
  height: auto;
  display: block;
  padding: 5px;
  border: 3px dotted #fb9d6a;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}

#favColor{
  color: red;
}

.updates{
  width: 300px;
  height: 500px;
  display: table-cell;
  vertical-align: top;
  padding: 5px;
  background-color: rgba(255, 219, 156,0.5);
  text-align: center;
  border: 3px ridge #fb9d6a;
  opacity: 100%;
}

.updates .updateDate{
  font-size: 22px;
  font-weight: 200px;
  color:#a1fffe;
}

.updates a{
  text-decoration: none;
  color:white;
}

.updates a:hover{
  font-size: 24px;
  color: #c94e00;
}

#Status{
  font-size: 20px;
}

.navbar{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(253, 194, 47,0.5);
  border: 3px ridge #fb9d6a;
  list-style-type: none;
}

.navbar li{
  border-right:1px solid #d5ae4e;
  float: left;
}

.navbar li:last-child {
  border-right: none;
  float:right;
}

.navbar li a{
  display: table-cell;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  padding: 14px 50px;
}

.navbar li a:hover{
  background-color:#e2b545
}

.navbar li a:active{
  background-color: #ae8727;
}

footer{
  color: white;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #ece232
}

span{
  font-size: 30px;
}

#Notice{
  color: red;
}