<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*  */
	.top img{
		width: 450px;
		height: 295px;
		margin-left: 12%;
		margin-top: 2%;
	}
	.top h1 {
    font-family: 'MrEaves_VOGUE_TH_Rg', sans-serif;
    font-size: 40px;
	margin-right: 12%;	
	margin-top: 1.5%;	
	}
	
	.top p {
    font-family: 'MrEaves_VOGUE_TH_Rg', sans-serif;
    font-size: 20px;
	margin-bottom: 0;	
	margin-right: 12%;	
}
	
	.button1 {
    font-family: 'MrEaves_VOGUE_TH_Rg', sans-serif;
    color: #fff;
    background-color: #b61056;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 20%;
	margin-top: 6%;
	}
	
	.button1:hover{
    color: #fff;
	}
	.button3 {
	font-family: 'MrEaves_VOGUE_TH_Rg', sans-serif;
	color: #fff;
	background-color: #000;
	padding: 8px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	width: 24%;
	margin-top: 6%;
	margin-left: 5%;
	border: none;

	}
.button3:hover{
color: #fff;
}
	
h2 {
    background-color: #c6004d;
    color: #fff;
    text-align: center;
    font-family: 'MrEaves_VOGUE_TH_Rg', sans-serif;
    font-size: 32px;
    word-spacing: 2vh;
    padding: 6px;
    margin-top: 4%;
    width: 100%;
}

#img_columns img {
    margin-top: 6%;
    padding: 40px;
    width: 380px;
    height: 467px;
}

ul li {
    display: inline-block;
    /* padding: 0 0.5rem; */
    font-family: 'MrEaves_VOGUE_TH_Rg', sans-serif;
    font-size: 15px;
}

ul {
    list-style: none;
    text-align: left;
}

ul li a {
    text-decoration: none;
    color: #333;
}

.banner img {
    width: 970px;
    height: 250px;
    margin-top: 4%;
}

#banner {
    margin-bottom: 4%;

}

p{
	font-size: 19px;	
}

@media only screen and (max-width: 480px) {

    .top img {
        margin-top: 0;
		margin-left: 0;
        width: 100%;
        height: auto;
        display: grid;
    }
    
    .top h1 {
        margin-top: 10%;
        font-size: 24px;
        margin-left: 4%;
		text-align: center;
    }
    
    .top p {
        font-size: 18px;
        margin-top: 2%;
        margin-left: 8%;
        width: 81.5%;
    }

    .button1 {
      margin-top: 14%;
      width: 60%;
	  margin-left: 19%;
    }

    h2 {
        font-size: 22px;
        margin-top: 12.5%;
    }

    #img_columns img {
     margin-left: 0;
     margin-top: 0;
    }
    
	ul li p{
   	margin-top: -8%;
	font-size: 18px;
	}

    .banner img {
        width: 100%;
        height: auto;
        display: grid;
    }
    
    #banner {
    margin-bottom: 2%;

	}
}
/*-----------------tablet-----------------------------*/ 
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	.top img {
		
		width: 88%;
        height: auto; 
		margin-top: 4%;

    }
	
	.top h1 {
		
     
		font-size: 25px;
		margin-top: 4%;
    }
    
    .top p {
     
	  font-size: 20px;
		margin-top: 2%;
   }
	
  .button1 {
	 
	  width: 29%;
	  font-size: 25px;
	}
	
	h2 {
     margin-top: 5%;
  }
	#c3{
	margin-left: -100%;	
  }
}
</pre></body></html>