@font-face {
  font-family: Bangla;
  src: url("../fonts/bangla-mn-regular.ttf") format("truetype");  
  font-weight: normal;
  color: #decbbd;
}

@font-face {
  font-family: Aileron;
  src: url("../fonts/Aileron-UltraLight.otf") format("opentype");  
  font-weight: normal;
  color: #decbbd;
}

@media (max-width: 600px) {
    .hideonmobile {
        display:none;
    }
}

body {
    background-color: #3d414b;
	/*font-family: 'Sorts Mill Goudy', 'Goudy Old Style', 'Garamond', 'Times New Roman', serif*/
	/*font-family: helvetica*/
	font-family: Bangla;
}

#main{
    vertical-align: middle;
    float:none;
    margin-top:0 auto;
    padding:0;
}

#header{
    margin-bottom: 20px;
	font-size: 15px;
}

table.links {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 15px;
    overflow: hidden;
    padding-top: 10px;
}

table.links a {
    display: block;
    color: #decbbd;
	float:rigth;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 20px;
}

table.links a:hover {
    text-decoration: underline;
}

table.links a.focus {
	border: 1px solid #FA8258;
}


.content{
    color: #decbbd;
    text-align: justify;
    text-justify: inter-word;
	padding-left: 40px;
	font-family: Helvetica;
}

.content h1{
    font-size: 28px;

}

.linkedin{
    background: url(../images/linkedin.jpg) left top no-repeat;
    width: 22px;
}

.socials{
    display:block;
    margin: 0;
    padding-bottom: 3px;
}

#networks{
    text-align: right;
    padding-top: 5px;
	margin-top: 20px;
	padding-left: 90px;
}

.button{
    border-color: white;
    background-color: #3d414b;
}

.button:hover {
    background-color: #2E2E2E; 
    border-color: #2E2E2E;
}

#footer{
	height: 30px;
	text-align: center;
	margin-top: 30px;
	color: #decbbd;
}

#index_bloc{
	margin-top: 120px;
	height:400px;
	width: 100%;
	text-align: center;
}

#enter{
	margin-top:180px;
	font-family: Aileron;
}

#enter a{
	padding: 10px; 
	font-size: 20px; 
	font-weight: bold; 
	text-decoration: none;
	color: #decbbd;
}

#enter a:hover{
	font-size: 20px; 
	font-weight: bold; 
	border: 2px solid #FA8258;
	text-decoration: none;
	color:#decbbd;
}

#logo{
	max-height:100%; 
	max-width:100%; 
	height:auto; 
	width:auto;
	margin-top:10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
