*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background: none;
	font-family: Helvetica, Arial, Sans-Serif;
	}

body {
	width: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	}

.container {
	height:100vh;
	background-repeat:no-repeat;
	background-size:contain;
	background-position: center;
	background-blend-mode: multiply;
	text-align: center;
	}

a:link {
	color: blue;
	background-color: transparent;
	text-decoration: none;
	}

a:visited {
	color: magenta;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	color: magenta;
	background-color: transparent;
	}

a:active {
	color: yellow;
	background-color: transparent;
	text-decoration: underline;
	}

#main-nav
	{
	background: #ccc;
	padding: 0;
	position: absolute;
	z-index: 100;

	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);

	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	}

#main-nav li
	{
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	}

#main-nav a
	{
	text-decoration: none;
	color: magenta;
	text-shadow: .1px .1px .2px yellow;
	font-style: italic;
	font-weight: bold;
	display: block;
	}

#main-nav a:hover
	{
	color: #00ff00;
	background: #474747;

	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
	}

.button {
	background-color: #4CAF50;
	border: none;
	color: black;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	text-shadow: 4px 4px 8px yellow;
	cursor: pointer;
	}

.myButton {
	display: flex;
	background-color: blue; /* For browsers that do not support gradients */
	background-image: linear-gradient(blue, red);
	font-weight: bold;
	font-style: italic;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: yellow;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	}

.fa-volume-up {
	color: red;
	opacity: 1;
	border: none; 
	background: white;
	}

.table2,
.table4 {
	float: none;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left;
	font-style: italic;
	overflow: hidden;
	}

.table2 thead tr th,
.table4 thead tr th {
	color: blue;
	font-weight: bold;
	text-align: center;
	border: 1px solid;
	}

.table2 th,
.table2 td,
.table4 th,
.table4 td {
	color: blue;
	border: 1px solid;
	}

/* common to all settings */
.icon, .logo, img,
#sidebar {
	height: auto;
	}

h8{
	position: absolute;
	color: magenta;
	font-weight: bold;
	}

h9{
	position: absolute;
	}

h10{
	position: absolute;
	color: red;
	font-weight: bold;
	}

.box {
	color: blue;
	text-align: left;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	}
h11{
	color: magenta;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	}

h12{
	position: absolute;
	color: blue;
	font-style: italic;
	text-align: center;
	}

h13{
	position: absolute;
	color: blue;
	}
h14{
	color: blue;
	font-style: italic;
	text-align: center;
	}

h15{
	color: blue;
	font-style: italic;
	text-align: center;
	}

/* default for media screen with max-width of more than 1920px */
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	display: block;
	float: left;
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:60%;
	margin: 0px 350px;
	top: 80px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 60px 10px 60px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 38px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 50px;
	line-height: 50px;
	}

.myButton {
	width: 180px;
	height: 45px;
	border-radius: 18px;
	font-size: 30px;
	}

.fa-volume-up {
	font-size: 25px;
	}

.table2 {
	width: 60%;
	margin: -70px 0 0 350px;
	}

.table2 thead tr th {
	font-size: 50px;
	line-height: 60px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 35px;
	line-height: 60px;
	padding-left: 40px;
	}

.table4 {
	width: 60%;
	margin: 140px 0 0 350px;
	}

.table4 thead tr th {
	font-size: 40px;
	margin-top: 10px;
	}

.table4 th,
.table4 td {
	font-size: 20px;
	line-height: 30px;
	padding-left: 10px;
	}

.logo {
	margin: -10px 0 0 500px;
	width: 4%;
	}

h8{
	font-size: 50px;
	line-height: 50px;
	text-shadow: 2px 2px 4px yellow;
	margin: 85px 0 0 490px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 70px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 100px;
	}

.box {
	font-size: 30px;
	line-height: 35px;
	width: 60%;
	height: 400px;
	margin: 140px 0 0 350px;
	}
h11{
	font-size: 35px;
	line-height: 35px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 35px;
	line-height: 35px;
	margin: 150px 0 0 600px;
	}

h13{
	font-size: 35px;
	line-height: 35px;
	margin: 85px 0 0 490px;
	}
h14{
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	}

h15{
	font-size: 30px;
	line-height: 30px;
	margin-top: 0px;
	}

/* setting for 24" My Desktop (1920x1080) */
@media screen and (max-width:1920px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:60%;
	margin: 0px 350px;
	top: 80px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 60px 10px 60px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 38px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 50px;
	line-height: 50px;
	}

.myButton {
	width: 180px;
	height: 45px;
	border-radius: 18px;
	font-size: 30px;
	}

.fa-volume-up {
	font-size: 25px;
	}

.table2 {
	width: 60%;
	margin: -70px 0 0 350px;
	}

.table2 thead tr th {
	font-size: 50px;
	line-height: 60px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 35px;
	line-height: 60px;
	padding-left: 40px;
	}

.table4 {
	width: 60%;
	margin: 140px 0 0 350px;
	}

.table4 thead tr th {
	font-size: 40px;
	margin-top: 10px;
	}

.table4 th,
.table4 td {
	font-size: 20px;
	line-height: 30px;
	padding-left: 10px;
	}

.logo {
	margin: -10px 0 0 500px;
	width: 4%;
	}

h8{
	font-size: 50px;
	line-height: 50px;
	text-shadow: 2px 2px 4px yellow;
	margin: 85px 0 0 490px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 70px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 100px;
	}

.box {
	font-size: 30px;
	line-height: 35px;
	width: 60%;
	height: 400px;
	margin: 140px 0 0 350px;
	}
h11{
	font-size: 35px;
	line-height: 35px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 35px;
	line-height: 35px;
	margin: 150px 0 0 600px;
	}

h13{
	font-size: 35px;
	line-height: 35px;
	margin: 85px 0 0 490px;
	}
h14{
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	}

h15{
	font-size: 30px;
	line-height: 30px;
	margin-top: 0px;
	}
}

/* setting for 22" Precision (1680x1050) */
@media screen and (max-width:1680px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:60%;
	margin: 0px 350px;
	top: 80px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 50px 10px 50px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 28px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 45px;
	line-height: 45px;
	}

.myButton {
	width: 170px;
	height: 40px;
	border-radius: 18px;
	font-size: 25px;
	}

.fa-volume-up {
	font-size: 25px;
	}

.table2 {
	width: 60%;
	margin: -40px 0 0 350px;
	}

.table2 thead tr th {
	font-size: 40px;
	line-height: 50px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 30px;
	line-height: 50px;
	padding-left: 40px;
	}

.table4 {
	width: 60%;
	margin: 130px 0 0 350px;
	}

.table4 thead tr th {
	font-size: 40px;
	margin-top: 10px;
	}

.table4 th,
.table4 td {
	font-size: 20px;
	line-height: 30px;
	padding-left: 10px;
	}

.logo {
	margin: 0px 0 0 500px;
	width: 3.5%;
	}

h8{
	font-size: 40px;
	line-height: 50px;
	text-shadow: 2px 2px 4px yellow;
	margin: 85px 0 0 490px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 60px;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 100px;
	}

.box {
	font-size: 30px;
	line-height: 35px;
	width: 60%;
	height: 400px;
	margin: 140px 0 0 350px;
	}
h11{
	font-size: 35px;
	line-height: 35px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 30px;
	line-height: 30px;
	margin: 150px 0 0 575px;
	}

h13{
	font-size: 30px;
	line-height: 30px;
	margin: 90px 0 0 470px;
	}
h14{
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	}

h15{
	font-size: 30px;
	line-height: 30px;
	margin-top: 0px;
	}
}

/* setting for 20" (1600x900) */
@media screen and (max-width:1600px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:60%;
	margin: 0px 350px;
	top: 80px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 48px 10px 48px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 35px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 42px;
	line-height: 42px;
	}

.myButton {
	width: 170px;
	height: 40px;
	border-radius: 18px;
	font-size: 25px;
	}

.fa-volume-up {
	font-size: 25px;
	}

.table2 {
	width: 60%;
	margin: 0px 0 0 350px;
	}

.table2 thead tr th {
	font-size: 40px;
	line-height: 50px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 30px;
	line-height: 50px;
	padding-left: 40px;
	}

.table4 {
	width: 60%;
	margin: 130px 0 0 350px;
	}

.table4 thead tr th {
	font-size: 40px;
	margin-top: 10px;
	}

.table4 th,
.table4 td {
	font-size: 18px;
	line-height: 28px;
	padding-left: 10px;
	}

.logo {
	margin: 0px 0 0 500px;
	width: 3.5%;
	}

h8{
	font-size: 40px;
	line-height: 50px;
	text-shadow: 2px 2px 4px yellow;
	margin: 85px 0 0 480px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 60px;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 100px;
	}

.box {
	font-size: 30px;
	line-height: 35px;
	width: 60%;
	height: 400px;
	margin: 140px 0 0 350px;
	}
h11{
	font-size: 35px;
	line-height: 35px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 30px;
	line-height: 30px;
	margin: 150px 0 0 565px;
	}

h13{
	font-size: 30px;
	line-height: 30px;
	margin: 90px 0 0 460px;
	}
h14{
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	}

h15{
	font-size: 30px;
	line-height: 30px;
	margin-top: 0px;
	}
}

/* setting for 19" Desktop (1440x900) */
@media screen and (max-width:1440px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:60%;
	margin: 0px 350px;
	top: 70px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 40px 10px 40px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 25px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 40px;
	line-height: 40px;
	}

.myButton {
	width: 170px;
	height: 40px;
	border-radius: 18px;
	font-size: 25px;
	}

.fa-volume-up {
	font-size: 25px;
	}

.table2 {
	width: 60%;
	margin: 30px 0 0 350px;
	}

.table2 thead tr th {
	font-size: 35px;
	line-height: 45px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 25px;
	line-height: 45px;
	padding-left: 30px;
	}

.table4 {
	width: 60%;
	margin: 125px 0 0 350px;
	}

.table4 thead tr th {
	font-size: 35px;
	margin-top: 10px;
	}

.table4 th,
.table4 td {
	font-size: 15px;
	line-height: 25px;
	padding-left: 10px;
	}

.logo {
	margin: 0px 0 0 500px;
	width: 3.5%;
	}

h8{
	font-size: 35px;
	line-height: 45px;
	text-shadow: 2px 2px 4px yellow;
	margin: 75px 0 0 480px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 50px;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 100px;
	}

.box {
	font-size: 30px;
	line-height: 35px;
	width: 60%;
	height: 400px;
	margin: 120px 0 0 350px;
	}
h11{
	font-size: 35px;
	line-height: 35px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 30px;
	line-height: 30px;
	margin: 150px 0 0 500px;
	}

h13{
	font-size: 25px;
	line-height: 25px;
	margin: 85px 0 0 460px;
	}
h14{
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	}

h15{
	font-size: 30px;
	line-height: 30px;
	margin-top: 0px;
	}
}

/* setting for iPad Pro & 15" Notebook (Landscape: 1366x768) */
@media screen and (max-width:1366px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:80%;
	margin: 0px 136px;
	top: 70px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 50px 10px 50px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 40px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 50px;
	line-height: 50px;
	}

.myButton {
	width: 180px;
	height: 50px;
	border-radius: 20px;
	font-size: 30px;
	}

.fa-volume-up {
	font-size: 25px;
	}

.table2 {
	width: 80%;
	margin: 50px 0 0 136px;
	}

.table2 thead tr th {
	font-size: 40px;
	line-height: 50px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 30px;
	line-height: 50px;
	padding-left: 30px;
	}

.table4 {
	width: 80%;
	margin: 135px 0 0 136px;
	}

.table4 thead tr th {
	font-size: 30px;
	margin-top: 10px;
	}

.table4 th,
.table4 td {
	font-size: 20px;
	line-height: 30px;
	padding-left: 10px;
	}

.logo {
	margin: 0px 0 0 300px;
	width: 4%;
	}

h8{
	font-size: 45px;
	line-height: 55px;
	text-shadow: 2px 2px 4px yellow;
	margin: 75px 0 0 300px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 55px;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 200px;
	}

.box {
	font-size: 35px;
	line-height: 40px;
	width: 80%;
	height: 400px;
	margin: 120px 0 0 136px;
	}
h11{
	font-size: 35px;
	line-height: 35px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 35px;
	line-height: 55px;
	margin: 150px 0 0 350px;
	}

h13{
	font-size: 35px;
	line-height: 45px;
	margin: 85px 0 0 250px;
	}
h14{
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	}

h15{
	font-size: 35px;
	line-height: 35px;
	margin-top: 0px;
	}
}

/* setting for 15" Notebook/Latitude (Landscape: 1280x720) & Nexus 10(Landscape: 1280x800)*/
@media screen and (max-width:1280px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:80%;
	margin: 0px 136px;
	top: 70px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 55px 10px 55px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 22px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 45px;
	line-height: 45px;
	}

.myButton {
	width: 180px;
	height: 50px;
	border-radius: 20px;
	font-size: 30px;
	}

.fa-volume-up {
	font-size: 25px;
	}

.table2 {
	width: 80%;
	margin: 90px 0 0 136px;
	}

.table2 thead tr th {
	font-size: 40px;
	line-height: 50px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 30px;
	line-height: 50px;
	padding-left: 30px;
	}

.table4 {
	width: 80%;
	margin: 125px 0 0 136px;
	}

.table4 thead tr th {
	font-size: 30px;
	margin-top: 10px;
	}

.table4 th,
.table4 td {
	font-size: 20px;
	line-height: 30px;
	padding-left: 10px;
	}

.logo {
	margin: 5px 0 0 300px;
	width: 4%;
	}

h8{
	font-size: 45px;
	line-height: 55px;
	text-shadow: 2px 2px 4px yellow;
	margin: 65px 0 0 300px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 55px;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 150px;
	}

.box {
	font-size: 35px;
	line-height: 40px;
	width: 80%;
	height: 400px;
	margin: 115px 0 0 136px;
	}
h11{
	font-size: 35px;
	line-height: 35px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 35px;
	line-height: 55px;
	margin: 100px 0 0 325px;
	}

h13{
	font-size: 35px;
	line-height: 45px;
	margin: 70px 0 0 220px;
	}
h14{
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	}

h15{
	font-size: 35px;
	line-height: 35px;
	margin-top: 0px;
	}
}

/* setting for Galaxy Tab S4(Landscape: 1138x712)*/
@media screen and (max-width:1138px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:80%;
	margin: 0px 110px;
	top: 70px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 35px 10px 35px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 35px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 45px;
	line-height: 45px;
	}

.myButton {
	width: 160px;
	height: 45px;
	border-radius: 20px;
	font-size: 25px;
	}

.fa-volume-up {
	font-size: 22px;
	}

.table2 {
	width: 80%;
	margin: -30px 0 0 110px;
	}

.table2 thead tr th {
	font-size: 35px;
	line-height: 45px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 25px;
	line-height: 45px;
	padding-left: 30px;
	}

.table4 {
	width: 80%;
	margin: 120px 0 0 110px;
	}

.table4 thead tr th {
	font-size: 25px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 18px;
	line-height: 28px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 230px;
	width: 5%;
	}

h8{
	font-size: 35px;
	line-height: 50px;
	text-shadow: 2px 2px 4px yellow;
	margin: 65px 0 0 260px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 55px;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 100px;
	}

.box {
	font-size: 28px;
	line-height: 33px;
	width: 80%;
	height: 400px;
	margin: 110px 0 0 110px;
	}
h11{
	font-size: 28px;
	line-height: 28px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 30px;
	line-height: 50px;
	margin: 100px 0 0 280px;
	}

h13{
	font-size: 30px;
	line-height: 40px;
	margin: 75px 0 0 200px;
	}
h14{
	font-size: 22px;
	line-height: 27px;
	margin-top: 0px;
	}

h15{
	font-size: 25px;
	line-height: 25px;
	margin-top: 0px;
	}
}

/* setting for iPad Pro 10.5 (Landscape: 1112x834)*/
@media screen and (max-width:1112px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:80%;
	margin: 0px 105px;
	top: 70px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 30px 10px 30px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 35px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 45px;
	line-height: 45px;
	}

.myButton {
	width: 160px;
	height: 40px;
	border-radius: 20px;
	font-size: 25px;
	}

.fa-volume-up {
	font-size: 25px;
	}

.table2 {
	width: 80%;
	margin: -30px 0 0 105px;
	}

.table2 thead tr th {
	font-size: 35px;
	line-height: 45px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 25px;
	line-height: 45px;
	padding-left: 30px;
	}

.table4 {
	width: 80%;
	margin: 120px 0 0 105px;
	}

.table4 thead tr th {
	font-size: 25px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 230px;
	width: 5%;
	}

h8{
	font-size: 35px;
	line-height: 50px;
	text-shadow: 2px 2px 4px yellow;
	margin: 70px 0 0 240px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 55px;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 100px;
	}

.box {
	font-size: 28px;
	line-height: 33px;
	width: 80%;
	height: 400px;
	margin: 110px 0 0 105px;
	}
h11{
	font-size: 25px;
	line-height: 25px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 30px;
	line-height: 50px;
	margin: 100px 0 0 280px;
	}

h13{
	font-size: 30px;
	line-height: 40px;
	margin: 75px 0 0 195px;
	}
h14{
	font-size: 20px;
	line-height: 25px;
	margin-top: 0px;
	}

h15{
	font-size: 25px;
	line-height: 25px;
	margin-top: 0px;
	}
}

/* setting for iPad 2/9.7,13" Notebook & Blackberry Playbook (Landscape: 1024x800)*/
@media screen and (max-width:1024px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:80%;
	margin: 0px 105px;
	top: 70px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 10px 30px 10px 30px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 35px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 40px;
	line-height: 40px;
	}

.myButton {
	width: 160px;
	height: 40px;
	border-radius: 20px;
	font-size: 25px;
	}

.fa-volume-up {
	font-size: 20px;
	}

.table2 {
	width: 80%;
	margin: -90px 0 0 105px;
	}

.table2 thead tr th {
	font-size: 35px;
	line-height: 45px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 25px;
	line-height: 45px;
	padding-left: 30px;
	}

.table4 {
	width: 80%;
	margin: 120px 0 0 105px;
	}

.table4 thead tr th {
	font-size: 25px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 200px;
	width: 5%;
	}

h8{
	font-size: 30px;
	line-height: 45px;
	text-shadow: 2px 2px 4px yellow;
	margin: 70px 0 0 250px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 55px;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 90px;
	}

.box {
	font-size: 25px;
	line-height: 30px;
	width: 80%;
	height: 400px;
	margin: 110px 0 0 105px;
	}
h11{
	font-size: 25px;
	line-height: 25px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 30px;
	line-height: 50px;
	margin: 100px 0 0 280px;
	}

h13{
	font-size: 25px;
	line-height: 35px;
	margin: 75px 0 0 200px;
	}
h14{
	font-size: 20px;
	line-height: 25px;
	margin-top: 0px;
	}

h15{
	font-size: 25px;
	line-height: 25px;
	margin-top: 0px;
	}
}

/* setting for Nexus 7 (Landscape: 960x600)*/
@media screen and (max-width: 960px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:80%;
	margin: 0px 90px;
	top: 50px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 5px 25px 5px 25px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 30px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 40px;
	line-height: 40px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 80%;
	margin: -125px 0 0 90px;
	}

.table2 thead tr th {
	font-size: 32px;
	line-height: 42px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 22px;
	line-height: 42px;
	padding-left: 30px;
	}

.table4 {
	width: 80%;
	margin: 100px 0 0 90px;
	}

.table4 thead tr th {
	font-size: 22px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	}

.logo {
	margin: -5px 0 0 200px;
	width: 4.5%;
	}

h8{
	font-size: 30px;
	line-height: 45px;
	text-shadow: 2px 2px 4px yellow;
	margin: 50px 0 0 210px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 45px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 90px;
	}

.box {
	font-size: 22px;
	line-height: 27px;
	width: 80%;
	height: 400px;
	margin: 90px 0 0 90px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 25px;
	line-height: 35px;
	margin: 80px 0 0 250px;
	}

h13{
	font-size: 22px;
	line-height: 32px;
	margin: 65px 0 0 200px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for iPad Pro 10.5 (Portrait: 834x1112)*/
@media screen and (max-width: 834px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 60px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 5px 35px 5px 35px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 30px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 40px;
	line-height: 40px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -90px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 35px;
	line-height: 45px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 25px;
	line-height: 45px;
	padding-left: 30px;
	}

.table4 {
	width: 100%;
	margin: 100px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 25px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
	}

.logo {
	margin: -5px 0 0 110px;
	width: 6%;
	}

h8{
	font-size: 35px;
	line-height: 45px;
	text-shadow: 2px 2px 4px yellow;
	margin: 55px 0 0 110px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 50px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 90px;
	}

.box {
	font-size: 25px;
	line-height: 30px;
	width: 100%;
	height: 400px;
	margin: 95px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 80px 0 0 200px;
	}

h13{
	font-size: 25px;
	line-height: 35px;
	margin: 60px 0 0 100px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for iPhone X (Landscape: 812x375) & for Samsung 10 (Portrait: 800x1280) */
@media screen and (max-width: 812px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 60px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 5px 35px 5px 35px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 20px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 40px;
	line-height: 40px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -60px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 35px;
	line-height: 45px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 25px;
	line-height: 45px;
	padding-left: 30px;
	}

.table4 {
	width: 100%;
	margin: 100px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 25px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
	}

.logo {
	margin: -5px 0 0 110px;
	width: 6%;
	}

h8{
	font-size: 35px;
	line-height: 45px;
	text-shadow: 2px 2px 4px yellow;
	margin: 55px 0 0 110px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 50px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 90px;
	}

.box {
	font-size: 25px;
	line-height: 30px;
	width: 100%;
	height: 400px;
	margin: 95px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 80px 0 0 200px;
	}

h13{
	font-size: 25px;
	line-height: 35px;
	margin: 60px 0 0 100px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for Samsung 10 & Kindle Fire HDX(Portrait: 800x1280)*/
@media screen and (max-width: 800px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 60px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 5px 32px 5px 32px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 25px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 40px;
	line-height: 40px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -60px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 35px;
	line-height: 45px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 25px;
	line-height: 45px;
	padding-left: 30px;
	}

.table4 {
	width: 100%;
	margin: 100px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 25px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 110px;
	width: 6%;
	}

h8{
	font-size: 35px;
	line-height: 45px;
	text-shadow: 2px 2px 4px yellow;
	margin: 55px 0 0 110px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 50px;
	color: red;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 90px;
	}

.box {
	font-size: 25px;
	line-height: 30px;
	width: 100%;
	height: 400px;
	margin: 95px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 80px 0 0 200px;
	}

h13{
	font-size: 25px;
	line-height: 35px;
	margin: 60px 0 0 100px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for iPad 2 (Portrait: 768x1024)*/
@media screen and (max-width:768px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 60px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 5px 30px 5px 30px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 11px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 40px;
	line-height: 40px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -60px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 35px;
	line-height: 45px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 25px;
	line-height: 45px;
	padding-left: 30px;
	}

.table4 {
	width: 100%;
	margin: 100px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 25px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 90px;
	width: 6%;
	}

h8{
	font-size: 35px;
	line-height: 45px;
	text-shadow: 2px 2px 4px yellow;
	margin: 55px 0 0 85px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 50px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 90px;
	}

.box {
	font-size: 25px;
	line-height: 30px;
	width: 100%;
	height: 400px;
	margin: 95px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 80px 0 0 200px;
	}

h13{
	font-size: 25px;
	line-height: 35px;
	margin: 60px 0 0 80px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for Galaxy S8(Landscape: 740x360)*/
@media screen and (max-width:740px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 60px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 8px 35px 8px 35px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 16px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 35px;
	line-height: 35px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -80px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 32px;
	line-height: 42px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 22px;
	line-height: 42px;
	padding-left: 20px;
	}

.table4 {
	width: 100%;
	margin: 100px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 22px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 90px;
	width: 6%;
	}

h8{
	font-size: 30px;
	line-height: 40px;
	text-shadow: 2px 2px 4px yellow;
	margin: 60px 0 0 85px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 50px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 80px;
	}

.box {
	font-size: 24px;
	line-height: 29px;
	width: 100%;
	height: 400px;
	margin: 95px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 80px 0 0 170px;
	}

h13{
	font-size: 25px;
	line-height: 35px;
	margin: 60px 0 0 65px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for iPhone 6,7&8 Plus (Landscape: 736x414)*/
@media screen and (max-width:736px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	display: block;
	float: left;
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 60px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 8px 34px 8px 34px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 19px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 35px;
	line-height: 35px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -80px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 32px;
	line-height: 42px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 22px;
	line-height: 42px;
	padding-left: 20px;
	}

.table4 {
	width: 100%;
	margin: 100px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 22px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 90px;
	width: 6%;
	}

h8{
	font-size: 30px;
	line-height: 40px;
	text-shadow: 2px 2px 4px yellow;
	margin: 60px 0 0 105px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 50px;
	color: red;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 80px;
	}

.box {
	font-size: 24px;
	line-height: 29px;
	width: 100%;
	height: 400px;
	margin: 95px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 80px 0 0 160px;
	}

h13{
	font-size: 25px;
	line-height: 35px;
	margin: 60px 0 0 60px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for Galaxy Tab S4 (Portrait: 712x1138)*/
@media screen and (max-width:712px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 60px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 8px 30px 8px 30px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 21px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 35px;
	line-height: 35px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -50px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 32px;
	line-height: 42px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 22px;
	line-height: 42px;
	padding-left: 20px;
	}

.table4 {
	width: 100%;
	margin: 100px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 22px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 90px;
	width: 6%;
	}

h8{
	font-size: 30px;
	line-height: 40px;
	text-shadow: 2px 2px 4px yellow;
	margin: 60px 0 0 100px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 50px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 80px;
	}

.box {
	font-size: 24px;
	line-height: 29px;
	width: 100%;
	height: 400px;
	margin: 100px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 80px 0 0 150px;
	}

h13{
	font-size: 25px;
	line-height: 35px;
	margin: 60px 0 0 50px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for iPhone 6 & Ed's iPhoneSE (Landscape: 667x375)*/
@media screen and (max-width:667px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 55px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 8px 35px 8px 35px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 11px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 30px;
	line-height: 30px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -100px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 32px;
	line-height: 42px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 22px;
	line-height: 42px;
	padding-left: 20px;
	}

.table4 {
	width: 100%;
	margin: 90px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 22px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	}

.logo {
	margin: -5px 0 0 70px;
	width: 7%;
	}

h8{
	font-size: 30px;
	line-height: 40px;
	text-shadow: 2px 2px 4px yellow;
	margin: 50px 0 0 80px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 45px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 80px;
	}

.box {
	font-size: 22px;
	line-height: 27px;
	width: 100%;
	height: 400px;
	margin: 85px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 60px 0 0 130px;
	}

h13{
	font-size: 22px;
	line-height: 32px;
	margin: 55px 0 0 60px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for Galaxy S9(Landscape: 658x320)*/
@media screen and (max-width:658px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 55px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 8px 32px 8px 32px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 23px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 30px;
	line-height: 30px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -60px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 32px;
	line-height: 42px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 22px;
	line-height: 42px;
	padding-left: 20px;
	}

.table4 {
	width: 100%;
	margin: 90px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 22px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	}

.logo {
	margin: -5px 0 0 70px;
	width: 7%;
	}

h8{
	font-size: 30px;
	line-height: 40px;
	text-shadow: 2px 2px 4px yellow;
	margin: 55px 0 0 80px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 45px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 70px;
	}

.box {
	font-size: 23px;
	line-height: 28px;
	width: 100%;
	height: 400px;
	margin: 90px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 60px 0 0 130px;
	}

h13{
	font-size: 22px;
	line-height: 32px;
	margin: 55px 0 0 60px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for Nexus 4,Samsung & Blackberry Z30(Landscape: 640x360/384)*/
@media screen and (max-width:640px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 55px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 8px 30px 8px 30px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 19px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 30px;
	line-height: 30px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -70px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 30px;
	line-height: 40px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 20px;
	line-height: 40px;
	padding-left: 20px;
	}

.table4 {
	width: 100%;
	margin: 90px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 22px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	}

.logo {
	margin: -5px 0 0 70px;
	width: 7%;
	}

h8{
	font-size: 28px;
	line-height: 38px;
	text-shadow: 2px 2px 4px yellow;
	margin: 55px 0 0 80px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 45px;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 70px;
	}

.box {
	font-size: 22px;
	line-height: 27px;
	width: 100%;
	height: 400px;
	margin: 90px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 60px 0 0 120px;
	}

h13{
	font-size: 22px;
	line-height: 32px;
	margin: 55px 0 0 50px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for Nexus 7 & Blackberry Playbook (Portrait: 600x960)*/
@media screen and (max-width:600px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 55px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#main-nav li
	{
	margin: 8px 22px 8px 22px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 25px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 30px;
	line-height: 30px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -45px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 30px;
	line-height: 40px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 20px;
	line-height: 40px;
	padding-left: 20px;
	}

.table4 {
	width: 100%;
	margin: 90px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 21px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 11px;
	line-height: 21px;
	padding-left: 5px;
	}

.logo {
	margin: 0px 0 0 70px;
	width: 7%;
	}

h8{
	font-size: 28px;
	line-height: 38px;
	text-shadow: 2px 2px 4px yellow;
	margin: 55px 0 0 60px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 45px;
	color: red;
	text-shadow: 2px 4px 8px yellow;
	margin: 0px 0 0 70px;
	}

.box {
	font-size: 22px;
	line-height: 27px;
	width: 100%;
	height: 400px;
	margin: 90px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 22px;
	line-height: 32px;
	margin: 60px 0 0 100px;
	}

h13{
	font-size: 22px;
	line-height: 32px;
	margin: 55px 0 0 35px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	}
}

/* setting for iPhone 5 (Landscape: 568x320)*/
@media screen and (max-width: 568px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 50px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#main-nav li
	{
	margin: 5px 20px 5px 20px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 15px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 30px;
	line-height: 30px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -100px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 28px;
	line-height: 38px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 18px;
	line-height: 38px;
	padding-left: 15px;
	}

.table4 {
	width: 100%;
	margin: 85px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 21px;
	margin-top: 5px;
	}

.table4 th,
.table4 td {
	font-size: 11px;
	line-height: 16px;
	padding-left: 3px;
	}

.logo {
	margin: 3px 0 0 70px;
	width: 6%;
	}

h8{
	font-size: 25px;
	line-height: 35px;
	text-shadow: 2px 2px 4px yellow;
	margin: 50px 0 0 60px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 35px;
	color: red;
	text-shadow: 2px 4px 8px yellow;
	margin: 5px 0 0 50px;
	}

.box {
	font-size: 20px;
	line-height: 25px;
	width: 100%;
	height: 400px;
	margin: 85px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 20px;
	line-height: 30px;
	margin: 60px 0 0 100px;
	}

h13{
	font-size: 20px;
	line-height: 30px;
	margin: 50px 0 0 35px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	}
}

/* setting for iPhone 4 (Landscape: 480x320)*/
@media screen and (max-width: 480px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 45px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#main-nav li
	{
	margin: 5px 18px 5px 18px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 12px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 25px;
	line-height: 25px;
	}

.myButton {
	width: 140px;
	height: 35px;
	border-radius: 20px;
	font-size: 22px;
	}

.fa-volume-up {
	font-size: 18px;
	}

.table2 {
	width: 100%;
	margin: -100px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 25px;
	line-height: 35px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 15px;
	line-height: 35px;
	padding-left: 10px;
	}

.table4 {
	width: 100%;
	margin: 80px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 18px;
	margin-top: 3px;
	}

.table4 th,
.table4 td {
	font-size: 9px;
	line-height: 14px;
	padding-left: 3px;
	}

.logo {
	margin: 0px 0 0 50px;
	width: 7%;
	}

h8{
	font-size: 22px;
	line-height: 32px;
	text-shadow: 2px 2px 4px yellow;
	margin: 40px 0 0 50px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 35px;
	text-shadow: 2px 4px 8px yellow;
	margin: 2px 0 0 40px;
	}

.box {
	font-size: 18px;
	line-height: 23px;
	width: 100%;
	height: 400px;
	margin: 70px 0 0 0px;
	}
h11{
	font-size: 22px;
	line-height: 22px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 18px;
	line-height: 28px;
	margin: 60px 0 0 80px;
	}

h13{
	font-size: 18px;
	line-height: 28px;
	margin: 50px 0 0 20px;
	}
h14{
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	}

h15{
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	}
}

/* setting for iPhone 6/7/8 Plus (414x736)*/
@media screen and (max-width: 414px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 40px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#main-nav li
	{
	margin: 8px 18px 8px 18px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 14px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 20px;
	line-height: 20px;
	}

.myButton {
	width: 130px;
	height: 33px;
	border-radius: 20px;
	font-size: 20px;
	}

.fa-volume-up {
	font-size: 15px;
	}

.table2 {
	width: 100%;
	margin: -50px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 22px;
	line-height: 32px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 12px;
	line-height: 32px;
	padding-left: 5px;
	}

.table4 {
	width: 100%;
	margin: 70px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 15px;
	margin-top: 3px;
	}

.table4 th,
.table4 td {
	font-size: 7px;
	line-height: 12px;
	padding-left: 3px;
	}

.logo {
	margin: 2px 0 0 50px;
	width: 7%;
	}

h8{
	font-size: 20px;
	line-height: 30px;
	text-shadow: 2px 2px 4px yellow;
	margin: 40px 0 0 35px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 30px;
	text-shadow: 2px 4px 8px yellow;
	margin: 4px 0 0 30px;
	}

.box {
	font-size: 18px;
	line-height: 23px;
	width: 100%;
	height: 400px;
	margin: 70px 0 0 0px;
	}
h11{
	font-size: 18px;
	line-height: 18px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 20px;
	line-height: 30px;
	margin: 50px 0 0 25px;
	}

h13{
	font-size: 15px;
	line-height: 25px;
	margin: 40px 0 0 25px;
	}
h14{
	font-size: 15px;
	line-height: 20px;
	margin-top: 0px;
	}

h15{
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	}
}

/* setting for Nexus 4 (384x640) */
@media screen and (max-width: 384px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 40px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#main-nav li
	{
	margin: 8px 18px 8px 18px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 11px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 18px;
	line-height: 18px;
	}

.myButton {
	width: 130px;
	height: 35px;
	border-radius: 18px;
	font-size: 20px;
	}

.fa-volume-up {
	font-size: 15px;
	}

.table2 {
	width: 100%;
	margin: -25px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 20px;
	line-height: 30px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 12px;
	line-height: 32px;
	padding-left: 5px;
	}

.table4 {
	width: 100%;
	margin: 70px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 15px;
	margin-top: 3px;
	}

.table4 th,
.table4 td {
	font-size: 7px;
	line-height: 12px;
	padding-left: 3px;
	}

.logo {
	margin: 3px 0 0 40px;
	width: 7%;
	}

h8{
	font-size: 20px;
	line-height: 30px;
	text-shadow: 2px 2px 4px yellow;
	margin: 40px 0 0 22px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 28px;
	text-shadow: 2px 4px 8px yellow;
	margin: 4px 0 0 30px;
	}

.box {
	font-size: 18px;
	line-height: 23px;
	width: 100%;
	height: 400px;
	margin: 70px 0 0 0px;
	}
h11{
	font-size: 18px;
	line-height: 18px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 18px;
	line-height: 28px;
	margin: 50px 0 0 30px;
	}

h13{
	font-size: 13px;
	line-height: 23px;
	margin: 40px 0 0 35px;
	}
h14{
	font-size: 15px;
	line-height: 20px;
	margin-top: 0px;
	}

h15{
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	}
}

/* setting for iPhone 6/7/8 (Portrait: 375x667)*/
@media screen and (max-width: 375px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	display: block;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 40px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#main-nav li
	{
	margin: 8px 18px 8px 18px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 15px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 17px;
	line-height: 17px;
	}

.myButton {
	width: 130px;
	height: 35px;
	border-radius: 18px;
	font-size: 20px;
	}

.fa-volume-up {
	font-size: 15px;
	}

.table2 {
	width: 100%;
	margin: -120px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 20px;
	line-height: 30px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 12px;
	line-height: 32px;
	padding-left: 5px;
	}

.table4 {
	width: 100%;
	margin: 70px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 15px;
	margin-top: 3px;
	}

.table4 th,
.table4 td {
	font-size: 7px;
	line-height: 12px;
	padding-left: 3px;
	}

.logo {
	margin: 3px 0 0 40px;
	width: 7%;
	}

h8{
	font-size: 20px;
	line-height: 30px;
	text-shadow: 2px 2px 4px yellow;
	margin: 40px 0 0 20px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 28px;
	text-shadow: 2px 4px 8px yellow;
	margin: 4px 0 0 30px;
	}

.box {
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	height: 400px;
	margin: 70px 0 0 0px;
	}
h11{
	font-size: 16px;
	line-height: 16px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 18px;
	line-height: 28px;
	margin: 50px 0 0 30px;
	}

h13{
	font-size: 13px;
	line-height: 23px;
	margin: 40px 0 0 30px;
	}
h14{
	font-size: 15px;
	line-height: 20px;
	margin-top: 0px;
	}

h15{
	font-size: 16px;
	line-height: 16px;
	margin-top: 0px;
	}
}

/* setting for Blackberry Z30 (Portrait: 360x640)*/
@media screen and (max-width: 360px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 35px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#main-nav li
	{
	margin: 5px 16px 5px 16px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 13px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 17px;
	line-height: 17px;
	}

.myButton {
	width: 130px;
	height: 35px;
	border-radius: 18px;
	font-size: 20px;
	}

.fa-volume-up {
	font-size: 15px;
	}

.table2 {
	width: 100%;
	margin: -100px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 18px;
	line-height: 28px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 11px;
	line-height: 22px;
	padding-left: 5px;
	}

.table4 {
	width: 100%;
	margin: 50px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 12px;
	margin-top: 3px;
	}

.table4 th,
.table4 td {
	font-size: 6px;
	line-height: 11px;
	padding-left: 1px;
	}

.logo {
	margin: 3px 0 0 32px;
	width: 7%;
	}

h8{
	font-size: 18px;
	line-height: 28px;
	text-shadow: 2px 2px 4px yellow;
	margin: 30px 0 0 28px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 28px;
	text-shadow: 2px 4px 8px yellow;
	margin: 4px 0 0 30px;
	}

.box {
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	height: 400px;
	margin: 55px 0 0 0px;
	}
h11{
	font-size: 16px;
	line-height: 16px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 18px;
	line-height: 28px;
	margin: 40px 0 0 20px;
	}

h13{
	font-size: 12px;
	line-height: 17px;
	margin: 30px 0 0 30px;
	}
h14{
	font-size: 15px;
	line-height: 20px;
	margin-top: 0px;
	}

h15{
	font-size: 16px;
	line-height: 16px;
	margin-top: 0px;
	}
}

/* setting for iPhone 5 (Portrait: 320x568)*/
@media screen and (max-width: 320px){
.post-image {
	margin: 0px 0 5px 550px;
	}

.icon {
	margin: 4px 20px 0 0px;
	width: 12%;
	}

audio {
        width:250px;
        height:30px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: -5px;
        }

iframe {
	width: 750px;
	height: 562px;
        margin: -565px 0px 0px 668px;
	}

img {
	margin: 35px 0 0 560px;
	width: 44%;
	height: 44%;
	}

#sidebar {
	width: 130px;
	padding: 15px 10px 0px 10px;
	font-size: 25px;
	line-height: 25px;
	margin: 168px 0 0px 500px;
	}

#main-nav
	{
	width:100%;
	margin: 0px 0px;
	top: 32px;	/* top location of navigation bar menu */

	/* rounded corner */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#main-nav li
	{
	margin: 5px 14px 5px 14px;	/* margin: top right bottom (text spacing) */
	}

#main-nav li:first-child
	{
	margin-left: 10px;
	}

#main-nav a
	{
	text-shadow: 5px 5px 10px white;
	font-size: 15px;
	line-height: 15px;
	}

.myButton {
	width: 130px;
	height: 35px;
	border-radius: 18px;
	font-size: 20px;
	}

.fa-volume-up {
	font-size: 12px;
	}

.table2 {
	width: 100%;
	margin: -110px 0 0 0px;
	}

.table2 thead tr th {
	font-size: 15px;
	line-height: 18px;
	padding-left: 0px;
	}

.table2 th,
.table2 td {
	font-size: 11px;
	line-height: 16px;
	padding-left: 1px;
	}

.table4 {
	width: 100%;
	margin: 50px 0 0 0px;
	}

.table4 thead tr th {
	font-size: 12px;
	margin-top: 3px;
	}

.table4 th,
.table4 td {
	font-size: 6px;
	line-height: 11px;
	padding-left: 1px;
	}

.logo {
	margin: 4px 0 0 35px;
	width: 6%;
	}

h8{
	font-size: 15px;
	line-height: 20px;
	text-shadow: 2px 2px 4px yellow;
	margin: 30px 0 0 30px;
	}

h9{
	font-size: 30px;
	line-height: 30px;
	margin: 100px 0 0 -100px;
	}

h10{
	font-size: 22px;
	text-shadow: 2px 4px 8px yellow;
	margin: 4px 0 0 30px;
	}

.box {
	font-size: 14px;
	line-height: 19px;
	width: 100%;
	height: 400px;
	margin: 50px 0 0 0px;
	}
h11{
	font-size: 15px;
	line-height: 15px;
	text-shadow: 2px 2px 4px yellow;
	}

h12{
	font-size: 15px;
	line-height: 20px;
	margin: 40px 0 0 25px;
	}

h13{
	font-size: 10px;
	line-height: 15px;
	margin: 30px 0 0 38px;
	}
h14{
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	}

h15{
	font-size: 16px;
	line-height: 16px;
	margin-top: 0px;
	}
}
