html, body {
    height: 100%;
    background-color: black;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}

label {
	font: bolder 20px "Open Sans", "Arial", "Helvetica", sans-serif; 
	color: #e9b05a;
	margin-left: 20px;
}

#logo{
	width: 361px;
	height: 130px;
	content: url(../img/main_logo.png);
	display: table-cell;
    vertical-align: middle;
}

#container {
	display: table;
	margin: auto;
}

#links_container {
	display: table;
    margin: auto;
    margin: 40px;
}

.links {
	display: table-cell;
    vertical-align: middle;
}

#symbol {
	background-image: url('../img/iconweb.png');
	width: 195px;
	height: 70px;
	transition: transform .2s;
}

#symbol:hover {
	transform: scale(1.3);
}

#gcenter {
	background-image: url('../img/iconweb.png');
	width: 195px;
	height: 70px;
	transition: transform .2s;
}

#gcenter:hover {
	transform: scale(1.3);
}

#grasol {
	background-image: url('../img/iconweb.png');
	width: 195px;
	height: 70px;
	transition: transform .2s;
}

#grasol:hover {
	transform: scale(1.3);
}

#sericolhu {
	background-image: url('../img/iconweb.png');
	width: 195px;
	height: 70px;
	transition: transform .2s;
}

#sericolhu:hover {
	transform: scale(1.3);
}

#line-container {
	display: table;
	margin: auto;
}

#line {
	background-image: url('../img/linegold.png');
	display: table-cell;
    vertical-align: middle;
    width: 217px;
	height: 78px;
}

.more {
  font: bold 16px "Open Sans", "Arial", "Helvetica", sans-serif;
  background-color: black;
  color: #e9b05a;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.active, .more:hover {
  background-color: black;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  width: 800px;
}