
.body{
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  font-weight: 400; 
  background-image: radial-gradient(at 9.2% 73.7%, #ffddc9 0px, transparent 50%),
  radial-gradient(at 92.3% 7.6%, #b0a235 0px, transparent 50%);

}


/* Menu options as flex div container */

.container:not(ul) {
  display: flex;
  flex-wrap: wrap;     

  background-image: linear-gradient(
    13deg,
    #e1b382,
    #B8B9B3,
    #E5E1E0
  );
  box-shadow: 0 0 0 8px #DCE3E0 inset,
    0px 80px 60px -70px #384140;
  position: relative;
  margin: auto;
  border: 5px solid green;
  border-radius: 20px;
  }
 
/*----------flex menu div-------------  */
.menusec:not(ul){
  flex: 1 1 auto;
 
  font-size: 20px;
  font-weight: bold;

  text-decoration: none;
  text-align:center;

  padding: 10px;
  width: 300px;
  height: 60px;
  margin: 10px;   
  margin-bottom: 2px;
/*  line-height: 70px;*/
 
  color: rgb(255, 255, 255);
  background-color: rgb(90, 161, 117); 

  border-radius: 15px;
  box-shadow: 0 .75rem .5rem -.5rem hsl(0 50% 80%);
  }

ul {
  font-size: 14px;
  } 


/*------------- menu ---------------  */

.menusec:hover {
  background: rgb(230, 21, 167);
  text-decoration:none;
}
.menusec:hover  li {
  display:block;
  color:rgba(240, 223, 174, 0.9);}

.Eng{
  list-style: none;
  font-family:  Calibri, 'Trebuchet MS', sans-serif;
  align-content: center;
  color:rgba(240, 223, 174, 0.9);;
}
.kucult{
  transform: scale(0.8); /* 80% of the original size */
  margin-top: clamp( -15px, 5%, -20px);
}
.logoText {
  font-size: 1.8em;
  color:#fbfbfb;
}
.menusec.a:hover{
  background-color:#2a670e;

}
/*----- Uyeol Button ---------- */
.signIn {
	box-shadow: 0px 13px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%); 
	background-color:#77b55a;
	border-radius:8px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#fcf812;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:10px 35px;
	text-decoration:none;
  text-shadow:0px 1px 0px #5b8a3c;
  height:50px;
  margin-bottom: 4rem;
  margin-top: 4rem;
  line-height: 1;

}
.signIn:hover {
  background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	text-decoration:none;

}
.signIn:active {
	position:relative;
  top:1px;
}
.signIn h3{
  color:chocolate;
}


/*------------------------------- */
.owner {
  display:none;
  background-color: wheat;
  color:burlywood;
  align-content: center;
  position:fixed;
  bottom:0px;
  left:0px;
  }
  .member{
    margin-top: 0px;
    margin-bottom: 90px;
    margin-left: 90px;
  } 
@media (max-width:779px){
    .signIn {  
      cursor:pointer;
      color:#fcf812;
      font-family:Arial;
      font-size:17px;
      font-weight:bold;
      margin-left:50px;
      margin-top: 0px;
      margin-bottom: 50px;
  }
}
@media (max-width:559px){
  .member{
      margin-top: -50px;
      margin-bottom: 50px;
      margin-left: 40px;
      color:rgb(216, 226, 244);
  }
}
