@charset "ISO-8859-1";

:root {
	--phuxuan-color: rgb(30, 90, 190);
	--phongchau-color: rgb(60, 190, 160);
	--pcpx-color: rgb(45,140,175);
	--pcpx-background-color: rgb(255, 230, 253);
	--link-color: rgb(0,0,155);
}

/* || General setup */

html {
	font-size: 10px;
	background-color: #a9a9a9;
	min-width: 800px;
	margin: 0;
	padding: 0;
}

body {
	width: 99%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

a {
	text-decoration: none;
	color: var(--link-color);
}

h1{
	font-family: 'Great Vibes', cursive;
	font-size: 5rem;
	text-align: center;
	color: var(--pcpx-background-color);
	text-shadow: 4px 4px 4px var(--phuxuan-color);
}

h2 {
	font-family: 'Lobster', cursive;
	color: #2a2a2a;
	font-size: 2.5rem;
	text-align: center;
}
h3 {
	font-family: 'Big Shoulders Display', cursive;
	color: #2a2a2a;
	font-size: 2.0rem;
}
h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #2a2a2a;
	font-size: 1.8rem;
}


p, input, li {
	font-family: 'Open Sans Condensed', sans-serif;
	color: var(--pcpx-color);
	font-size: 2rem;
	line-height: 1.0;
}

p, input, li a {
	text-decoration: none;
	color: var(--pcpx-color);
}

.text-med {
	font-size: 2rem;
}

.text-large {
	font-family: 'Open Sans Condensed', sans-serif;
	color: var(--pcpx-color);
	font-size: 2.5rem;
	line-height: 1.0;
}

.morespace > li {
  font-size: 1.6rem;
  line-height: 1.5;
}

.largesize > li {
  font-size: 2.5rem;
  line-height: 1.5;
}

table {
    font-size: 1.6rem;
}
th {
   	background: #fff;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}
td,
th {
   	border: 1px solid #cdcdcd;
   	padding: 0.5rem 0.75rem;
   	vertical-align: top;
}


/* || header layout */

article, aside{
  background-color: white;
  padding: 8px;
}

/* || main layout */

main {
  display: flex;
}

article {
  flex: 4;
  border: 4px solid rgb(33, 93, 191);
  text-align: left;
}

aside {
  flex: 1;
  margin-left: 4px;
  background-color: rgb(255, 230, 253);
}

aside li {
  padding-bottom: 3px;
  text-align: left;
}

footer {
  margin-top: 4px;
  padding: 5px 5px 5px 5px;
}

.table-header {
	font-weight: 600;
    line-height: 1.5;
	color: rgb(33, 93, 191);
}
.shadow-box {border: 1px solid black; padding: 10px; box-shadow: 5px 8px 8px 8px #888888; }


.ridge-box {
	border: 10px ridge gray;
}

/** For pcpx index.html */
.aboutus {
	font-family: 'Lobster', cursive;
	font-size: 20px;
	text-align: center;
	color: var(--pcpx-color);
	text-shadow: 2px 2px 4px white;
	border: 10px groove var(--pcpx-color);
	border-radius: 0% 0% 100% 100%;
	-moz-border-radius: 0% 0% 100% 100%;
	-webkit-border-radius: 0% 0% 100% 100%;
}

.khangquangphongchau {
	width: 300px;
	height: 95px;
	background-image:url('../images/khangquang_phongchau.svg');
	background-repeat:no-repeat;background-size:300px 95px;
	background-position: center;
	font-family: 'Lobster', cursive;
	font-size: 20px;
	text-align: center;
	color: var(--pcpx-color);
	text-shadow: 2px 2px 4px white;
	padding-top: 10px;
	border: 10px ridge var(--phongchau-color);
	border-radius: 0% 0% 100% 100%;
	-moz-border-radius: 0% 0% 100% 100%;
	-webkit-border-radius: 0% 0% 100% 100%;
}
.khangquangphongchau a {
	text-decoration: none;
	color: var(--pcpx-color);	
}
.khangquangphuxuan {
	width: 300px;
	height: 95px;
	background-image:url('../images/khangquang_phuxuan.svg');
	background-repeat:no-repeat;background-size:300px 95px;
	background-position: center;
	font-family: 'Lobster', cursive;
	font-size: 20px;
	text-align: center;
	color: var(--pcpx-color);
	text-shadow: 2px 2px 4px white;
	padding-top: 10px;
	border: 10px groove var(--phuxuan-color);
	border-radius: 0% 0% 100% 100%;
	-moz-border-radius: 0% 0% 100% 100%;
	-webkit-border-radius: 0% 0% 100% 100%;
}
.khangquangphuxuan a{
	text-decoration: none;
	color: var(--pcpx-color);
}

.pcpxfontcolor {
	background: linear-gradient(to right, var(--phongchau-color), var(--phuxuan-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
