/* CSS Document */

html *
{
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

a {
	text-decoration: none;
}
img.logo{
	float:left;
}
.dropdown {
	float:left;
    overflow: hidden;
}

.dropdown .dropbtn{
    font-size: 18px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 26px;
    background-color: inherit;
}

a.button{
	float:left;
	font-size: 18px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 26px;
    background-color: inherit;
}
.dropdown:hover .dropbtn {
    background-color: lightgray;
}

a.button:hover {
	background-color: lightgray;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.info {
	border-radius: 25px;
	width: 728px;
	margin: auto;
	padding: 20px 30px 10px 30px;
	height: auto;
	background: white;
}

body {
	background-color:#F0F0F0
}

#header{
	width: 1024px;
	height: 100px;
	margin: auto;
	background-color:#c0c0c0;
	margin-top: 15px;
	position:relative;
}

#navlist {
	position: absolute;
	padding-top: 23px;
	margin-left: 90px;
	top: 12px;
	left: 0;
}
#social{
   display:inline;
   float:right;
}
#company{
	position:absolute;
	left: 156px;
	font-size: 30px;
	top: 7px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
#lang{
	display:inline;
	position:absolute;
	right:0;
	top:32px;
}
#main {
	width: 800px;
	margin: auto;
	height: calc(100vh - 140px);
	overflow-y:auto;
	overflow-x: hidden;
}
.image {
	float:left;
	margin-right:10px;
}
#footer {
	height: 15px;
	width: 1024px;
	margin: auto;
	padding-top: 10px;
	background-color: #F0F0F0;
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	line-height: 15px;
	font-size: 15px;
	
}

/* Style all font awesome icons */
.fa {
  padding: 7px;
  font-size: 5px;
  width: 15px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 15px;
  background: #a0a0a0;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
}

.btn:hover {
  background: #b0b0b0;
  text-decoration: none;
}