body{
    margin: 0;
    padding: 0;
    font-family: 'Prompt', sans-serif;
}
.menubar{
    width: 100%;
    height: 50px;
    background: white;
    box-shadow: 0 0 10px black;
}
.contrainer{
    margin: auto;
    width: 960px;   
    justify-content: center;
}
.menubar h1{
    margin: 0;
    font-size: 24px;
    padding-top: 10px;
}
.menubar ul.menu{
    list-style: none;
    float: right;
    margin: 0;
}
.menubar ul.menu li{
    float :left;
    margin: 20px;
}
.menubar ul.menu li a{
    text-decoration: none;
    color: black;
    border-bottom: 3px solid transparent;
    padding-bottom: 0px;
    transition: all 0.25s ease;
}
.menubar ul.menu li a:hover{
    border-bottom: 2px solid black;
}
.menubar .logo{
    float: left;
    margin: 0;
    padding: 0;
}
header h1{
    margin: 0px;
    text-align: center;
}
.clearfix{
    clear: both;
}
.ghost{
    text-decoration: none;
    display: inline-block;
    border: 2px solid #fff;
    padding: 5px;
    border-color: rgb(0, 0, 0);
    background:none;
    font-family: 'Prompt', sans-serif;
    margin-top: 300px;
    font-size: 14px;
    border-radius: 10px;
    color:black;
}
.ghost:hover{
    background:black;
    color: white;
}
.header_area{
    text-align: center;
}
.info1{
    margin: 20px;
    padding:auto;
}
.ghost2{
    color: black;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #fff;
    padding: 5px;
    border-color: rgb(0, 0, 0);
    background:none;
    font-family: 'Prompt', sans-serif;
    border-radius: 10px;
}
.ghost2:hover{
    background:black;
    color: white;
}
input{
    border-radius: 5px;
    border-color: black;
}
.flexbox{
    display: flex;
    box-sizing: border-box;
    margin-top: 20px;
    height: 500px;
    flex-wrap: wrap;
}
.item{
    display: block;
    box-sizing: border-box;
    width: 33.33%;
    border-color: black;
}
.content{
    margin: 10px;
    border-radius: 10px;
    height: 420px;
    align-content: center;
}
.footer_font{
    margin:0px;
    margin-top: 10px;
}
.grid_footer{
    display: grid;

}
.ulfooter li {
    list-style: none;
    text-align: center;
    border: none;
}
.brand{
    margin-left: 20px;
}
.contact{
    width: 100%;
    height: 515px;
}
textarea{
    border-width: 2px;
    border-radius: 5px;
    border-color: black;
    width: 350px;
}
.justfont{
    font-size: 25px;
     margin-top: 0px; 
     margin-left: 20px; 
     font-weight: bold;
     margin-bottom: 0;
     color: white;
}
.justfont2{
    font-size: 20px; 
    font-weight: normal;
    margin: 0;
    color: white;
    cursor: pointer;
}
.justfont2:hover{
    color: salmon;
}
.real_footer{
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    transition: 0.25s ease;
}
.real_footer :hover{
    color: salmon;
}
.footer_font{
    color: white;
}
/*แท็กใหม่ของ About*/
.About_head{
    width: 100%;
    height: 450;
}
.pic_header{
    align-content: flex-end;
    width: 100%;
    float: right;
}
.flex_head{
    display: flex;
    box-sizing: border-box;
    height: 450px;
    flex-wrap: wrap;
}
.upper_header{
    background-color: lightgray;
}
.item_head{
    display: block;
    box-sizing: border-box;
    width: 70%;
    border-color: black;
    height: 300px;
}
.content_head{
    margin: 10px;
}
.link1{
    text-decoration: none;
    color: black;
    border-bottom: 3px solid transparent;
    padding-bottom: 0px;
    transition: all 0.25s ease;
}
.link1:hover{
    border-bottom: 3px solid black;
    border-radius: 3px;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}

span.price {
  float: right;
  color: grey;
}
.pic_art1{
    align-content: center;
    width: 40px;

}
.font_aa{
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    text-decoration: none;
}
.font_aa2{
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    text-decoration: underline;
}