body{
  padding: 0;
  margin: 0;
  font-family : Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #36363A;
  background-image: url("images/seoraksan.png");
  background-size: cover;
  background-attachment: fixed;
}

#content {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

#article{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-bottom: 202px;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 202px;            /* Footer height */
}

.logo{
  width: 20%;
  display: flex;
  float: left;
}

.menu{
  right: 0px;
  width: 80%;
  position: absolute;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 1;
  display: flex;
  float: right;
}

.content{
  width: 50%;
  text-align: center;
}

.menu_historia{
  text-align: left;
  margin-left: 20px;
}

.logotipos{
  width: 400px;
  height: 150px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.contactos{
  width: 100%;
  background-color: #554C4F;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}

ul {
  list-style-type : none;
  margin : 0;
  padding : 0;
  overflow : hidden;
}

li {
  color: #E7DAB9;
  display : inline-block;
  font-weight : bold;
  font-size : 13px;
  padding : 15px;
}

li a {
  display: inline-block;
  color: #E7DAB9;
  text-decoration: none;
}

li a:hover {
  color: #FFD252;
}

a{
  text-decoration: none;
}

.page_selected{
  color: #F2D35C;
}

.burger {
    margin: 0;
}
.burger a {
    clear: right;
    text-decoration: none;
}

label {
    margin: 20px 20px 0 0;
    font-size: 26px;
    display: none;
    float: right;
}

#toggle {
    display: none;
}

button{
  font-family : Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #E7DAB9; /* Gold */
  border: none;
  color: #E7DAB9; /* Brown */
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight : bold;
}

.readMore{
  display: none;
}

.collapsible {
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: transparent;
}

table {
  width: 600px;
}

th {
  padding: 10px;
}

td {
  padding: 10px;
}

.gallery_table{
  display: grid;
  justify-content: center;
}

p {
  font-weight : 500;
  text-align: justify;
  color : #E7DAB9;
  font-size : 16px;
  padding: 15px;
  margin: 0px;
  line-height: 1.8;
  text-indent: 2em;
}

h1{
  font-weight : 900;
  color : #F2D35C;
  margin: 10px;
  padding: 10px;
  font-size : 38px;
  text-align: left;
}

h3{
  font-weight : 900;
  color : #F2D35C;
  font-size : 26px;
  margin: 10px;
  padding: 10px;
}

h4{
  color: #E7DAB9;
  font-weight : 500;
  font-size : 16px;
  margin: 10px;
  padding: 5px;
}

h4.yellow{
  color : #F2D35C;
}

h4.marine{
  color : #F2D35C;
  margin: 5px;
  margin: 5px;
  padding: 5px;
}

h5{
  color: #E7DAB9;
  font-weight : 700;
  font-size : 14px;
  margin: 5px;
  padding: 5px;
}

h6{
  color : #E7DAB9;
  font-size : 12px;
  margin: 0;
  padding: 0;
}

.ASS_AHP{
  width: 60%;
}

.image_gallery{
  height: 150px;
}

.arvore{
  width: 70%;
}

.emanuelcaetano{
  width: 600px;
}

.image_hapkido_adaptado{
  width: 80%;
}


@media only screen and (max-width: 1300px){

.menu {
  display: inline-grid;
  justify-content: flex-end;
  z-index: 1;
  text-align: right;
}

.content{
  width: 90%;
  text-align: center;
}

.logotipos{
  height: 150px;
  width: 375px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.contactos{
  display: block;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}

#footer {
  display: block;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}

ul {
  list-style-type : none;
  overflow : hidden;
  background-color: #554C4F;
  margin: 0;
  padding: 0;
}

li {
  display: flex;
  color: #E7DAB9;
  font-family : Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight : bold;
  font-size : 13px;
  padding : 15px;
}

li a {
  color: #554C4F;
  text-decoration: none;
}

li a:hover {
  color: #FFD252;
}

.burger {
  text-align: center;
  display: none;
}

.burger a {
  color: #E7DAB9;
  display: block;
  margin: 0;
}

label {
  display: block;
  cursor: pointer;
}

#toggle:checked + .burger{
  display: block;
}

button{
  font-size: 12px;
}

table{
  width: 100%;
  margin: 0px;
  padding: 0px;
}

th{
  border: 0px;
  padding: 0px;
}

td{
  display: block;
  border: 0px;
  padding: 0px;
}

p {
  font-weight : 500;
  text-align: justify;
  color : #E7DAB9;
  font-size : 16px;
  padding: 30px;
  margin: 0px;
  line-height: 1.8;
  text-indent: 2em;
}

h1{
  font-weight : 900;
  color : #F2D35C;
  margin: 10px;
  padding: 10px;
  font-size : 22px;
  text-align: left;
}

h4.marine{
  font-size : 12px;
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 0;
}

.ASS_AHP{
  width: 90%;
}

.image_gallery{
  height: 150px;
}

.arvore{
  width: 100%
}

.emanuelcaetano{
  width: 60%;
}


}
