body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('../images/bg.gif');
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

* {
  box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

div.hide {

}

@media screen and (max-width: 769px) {
  div.hide {
    display: none;
  }
}

[class*="col-"] {
  float: left;
  padding: 0px;
<!-- border: 1px solid red; HARLEY, REMOVE THOSE !! around border to make border guides appear if you need to understand the set up in future -->
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

a:link {
  color: #E8B330;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #E8B330;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #EA2E49;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #EA2E49;
  background-color: transparent;
  text-decoration: underline;
}

x:active {
  color: #EA2E49;
  background-color: transparent;
  text-decoration: underline;
}


x:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
x:visited {
  color: #E8B330;
  background-color: transparent;
  text-decoration: none;
}
x:hover {
  color: #EA2E49;
  background-color: transparent;
  text-decoration: underline;
}
x:active {
  color: #EA2E49;
  background-color: transparent;
  text-decoration: underline;
}

.header {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: row1-start;
  grid-row-end: span 1;
  width: 100%;
  background-color: #31395A;  
  border: 0px solid red;
  padding: 10px;
}

.body {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: row2-start;
  grid-row-end: span 3;
  width: 100%;
  background-color: #FFFFFF;  
  border: 0px solid red;
  padding: 20px;
}


.container {
  display: grid;
<!-- border: 1px solid yellow; HARLEY, REMOVE THOSE !! around border to make border guides appear if you need to understand the set up in future -->
  grid-template-columns: [first] 40px [line2] 50px [line3] auto [col4-start] 50px [five] 40px [end];
  grid-template-rows: [row1-start] 150px [row1-end] 0px [third-line] auto [last-line];
}

.navigator {
  background-color: #31395A;  
  border: 0px solid red;
  padding: 20px;    
  border-radius: 25px;
  background: #31395A;
  border: 2px solid #FFFFFF;
  padding: 10px;
  margin: 15px;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;



}
h2 {
	font-size: 24px;
	font-style: italic;
	line-height: 26px;



}
h3 {
	color: #000000;
	font: 14px "Helvetica", "Arial", "sans-serif";
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: white;

	
}

h4 {
	color: #FFF0B1;	
	font-size: 28px;
	font-style: italic;
	line-height: 26px;
text-shadow: 0 0 5px #000000, 0 0 5px #FF3621;
}

h5 {
	color: #000000;
	font: 34px "Helvetica", "Arial", "sans-serif";
	font-style: italic;
	font-style: underline;
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: white;
}

.topnav {
  overflow: hidden;
  background-color: #212740;
  border-bottom: 6px double white;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

img {
  max-width: 100%;
  height: auto;
}


ul.navlist {
  margin: 0;
  padding: 0;


}


#rcorners1 {
  border-radius: 25px;
  background: #FBFBFB;
  border: 2px solid #32446B;
  padding: 10px;
  margin: 15px;

}

.collapsible {
  background-color: #ecdede;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 220px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;

}



.fa {
  padding: 5px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;

}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #333;
  width: 100%
}

/* Navbar links */
#navbar  {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 14px;
  width: 45%
  text-decoration: none;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

.fa-facebook {
  background: #FFFFFF;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

.fa-tumblr {
  background: #2c4762;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

.fa-youtube {
  background: #bb0000;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-twitter-square {
  background: #bb0000;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.circular--square {
  border-radius: 50%;
}

#myDIVJapan {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  display:none;
}

#myDIVEnglish {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  display:none;
}


#myDIVRomanji {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  display:none;
}

.picture {
    border: 1px solid black;
}


.source {
	font: italic bold normal 10px/20px "Helvetica", "Arial", "sans-serif";
	color: red;
}

.title {
	color: #EA2E49;
	font: oblique bold 18px "Helvetica", "Arial", "sans-serif";
}

#rcorners1 {
  background-color: #55B1DB;
  width: 95%;
  border: 35px;
  padding: .5%;
  margin: .5%;
  border-radius: 25px;
}


#rcorners2 {
  background-color: white;
  width: 95%;
  border: 35px;
  border-color: #55B1DB;
  padding: 10px;
  margin: 20px;
  border-radius: 25px;
}


.image-taka {
  position: absolute;
  top: 50px;
  left: 10px;
  border-radius: 50%;
  border: 8px black solid;
  z-index:2
}

.image-taka2 {
  padding: 10px;
}





/* Import */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}
/* Variables */
/* Base */
body {
  
  font-size: 16px;
}
strong {
  font-weight: 600;
}
h1 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  color: black;
  font-weight: 100;
  font-size: 2.4em;
}
h2 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  color: black;
  font-weight: 100;
  font-size: 1em;
}

h5 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  color: white;
  font-weight: 100;
  font-size: 2em;
  background: black
}

h6 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  color: black;
  font-weight: bold;
  font-size: 1.1em;
}

#content {
  margin-top: 50px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 4px solid #4298c3;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0);
  font-family: 'Source Sans Pro', sans-serif;
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 80%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(0, 0, 0);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: rgba(0, 0, 0);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 2em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #4298c3;
  left: -57.85px;
  background: #313534;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

figure {
  float: left;
  margin: 10px 10px 10px 0;
  border: 1px #cccccc solid;
  padding: 4px;
}

figcaption {
  color: black;
  font-size: 12px;
  font-style: italic;
  padding: 1px;
  textwrap: h6
}

img {
  display: inline-block;
  margin: 25px 10px;
}

#textbox {
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 70%;
  margin-left: 30px
}

.date {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2.5px;
  color: black;
  font-weight: 100;
  font-size: 1.7em;
}

/* This container class will allow a table to scroll horizontally on smaller screens. */
.hscroll {
  overflow-x: auto; /* Horizontal */
}

/*Below this are the code for sortable tables. */
.sr-only {
  position: absolute;
  top: -30em;
}

table.sortable td,
table.sortable th {
  padding: 0.125em 0.25em;
  width: 8em;
}

table.sortable th {
  font-weight: bold;
  border-bottom: thin solid #888;
  position: relative;
}

table.sortable th.no-sort {
  padding-top: 0.35em;
}

table.sortable th:nth-child(5) {
  width: 10em;
}

table.sortable th button {
  padding: 4px;
  margin: 1px;
  font-size: 100%;
  font-weight: bold;
  background: transparent;
  border: none;
  display: inline;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
}

table.sortable th button span {
  position: absolute;
  right: 4px;
}

table.sortable th[aria-sort="descending"] span::after {
  content: "▼";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.sortable th[aria-sort="ascending"] span::after {
  content: "▲";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.show-unsorted-icon th:not([aria-sort]) button span::after {
  content: "♢";
  color: currentcolor;
  font-size: 100%;
  position: relative;
  top: -3px;
  left: -4px;
}

table.sortable td.num {
  text-align: right;
}

table.sortable tbody tr:nth-child(odd) {
  background-color: #55B1DB;
}

/* Focus and hover styling */

table.sortable th button:focus,
table.sortable th button:hover {
  padding: 2px;
  border: 2px solid currentcolor;
  background-color: #e5f4ff;
}

table.sortable th button:focus span,
table.sortable th button:hover span {
  right: 2px;
}

table.sortable th:not([aria-sort]) button:focus span::after,
table.sortable th:not([aria-sort]) button:hover span::after {
  content: "▼";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}
/*This is the end of sortable table contents */