@charset "UTF-8";


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-image: url("/assets/Photos/twothree.jpg");
  background-repeat: repeat;
  font-family: Arial, sans-serif;
}


.article {
  max-width: 850px;
  margin: 40px auto;
  background-color: #eefdcc;
  border: double 7px;
  padding: 20px;
}

.article-title {
  margin: 0;
  font-size: 28px;
  text-align: center;
}

.article-meta {
  font-size: 14px;
  color: #444;
  text-align: center;
  margin-bottom: 15px;
}

.article-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  border: 3px solid #000;
  border-radius: 16px;
  padding: 4px;
  background-color: #fff;
}

.article-content p {
  line-height: 1.6;
  margin-bottom: 15px;
}



.logowrapper {
  width: 100%;
  max-width: 1890px;
  margin: 0 auto;
  padding: 0;
  max-height: fit-content;
}

.logo {
  display: flex;
  justify-content: center;
  margin: 0;
  line-height: 0;
}

.linkgo {
  position: relative;
  display: inline-block;
  width: auto;
}

.linkgo img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

.linkgo img:first-child {
  position: relative;
  opacity: 1;
}

.logo-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;

}

.linkgo:hover .logo-hover {
  opacity: 1;
}

.linkgo:hover img:first-child {
  opacity: 0;
}

.menu {
  display: flex;
  justify-content: center;
  margin: 5px auto 0 auto;
  width: 1000px;
  z-index: 10;
}

.menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  margin-right: 70px;
  font-size: 18pt;
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  color: white;
  text-decoration: none;
  transition: color 0.2s;
}

.menu a:hover {
  color: yellow;
}


.siderow {

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  width: 100%;


}




  
.box {
  position: relative;
  margin: 20px auto 0 auto;
  width: 1000px;
  min-height: 800px;
  background-color: rgb(191, 146, 146);
  border: solid;
  overflow: auto;
  padding: 10px;
  z-index: 1;
}



.welcomebox,
.aboutbox {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

 .question {
  position: absolute;
  top: 1px;
  right: 1px;
  margin-bottom: 5px;
  float: right;
  clear: both;         
  width: fit-content;
  background-color: #eefdcc;
  border: double 7px;
  padding: 15px;
}



.hello,
.helloabout {
  width: 470px;
  font-size: larger;
  background-color: #eefdcc;
  margin-top: 20px;
  border: double 7px;
  padding: 15px;
}


  
  .buttonbox {
  float: right;          
  width: fit-content;  
  margin-top: 25px;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(5, 88px);
  grid-template-rows: repeat(5, 31px);
  border: 2px solid #000;
  grid-gap: 3px;
 
  
}

  


.buttonbox img {
  grid-gap: 1px;
  padding: 1px;
  width: 88px;
  height:31px;
  object-fit: fill;
  display: block;
}


.buttonbox > * {
  outline: 1px solid #000;
}
  
.articles {
  width: 400px;
  height: 200px;
  background-color: #eefdcc;
  margin-top: 10px;
  border: double 7px;
  float: left;


}


.articles p {
padding: 2px;
}








  .agraphic {
  display: inline-block;


}

.articles,
.buttonbox {
  float: none;
}
