@charset "utf-8";
* {
    box-sizing: border-box;
}

.ie7 body{
	overflow:hidden;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

html,body {
	margin:0;
	padding:0;
}

body{
	background: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}

body, html {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
	font-size:15px;
	background-color: #FAFAFA;
	color: #4B4B4B;
	text-align:justify;
	font-weight:300;
	height:100%;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

a{
	color: #333;
	text-decoration: none;
}

a:link, a:visited{
	color: #5F5F5F;
	text-decoration:none;
	
}

a:hover{
	color: black;
	text-decoration:none;
}

h1{ color:#333;
font-weight:400;
font-size: 2em; 
}

h2{ color: #626262;
font-weight:300;
font-size: 1.2em; 
}

h3{ color: #626262;
font-weight:400;
font-size: 18px;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}

.logo {
	width:70px;
	height:70px;
	position: fixed;
	left:1%;
	top:1%;
	opacity:0.5;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	z-index:2;
}

.topnav {
  overflow: visible;
  background-color: #FAFAFA;
  border-bottom:thin #999 solid;
  z-index:1;
  font-family: 'Montserrat', sans-serif;
  position:fixed;
  top: 0;
  width: 100%;

}
.timbre {
  float:left;
  padding-top:30px;
  padding-left:100px;	
  font-size: 1.2em;
  font-weight:300;
  color: #999;
  text-decoration: none;
}
.topnav a {
  float: right;
  display: block;
  color: #999;
  text-align: center;
  padding: 30px 15px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight:300;

}

.active {
  color: black;
}

.topnav .icon {
  display: none;
  z-index:1;
}

.dropdown{
    float: right;
    overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1.2em;
    border: none;
    color: #999;
    outline: none;
    padding: 30px 15px;
    background-color: inherit;
    font-family: inherit;
	font-weight:300;
    margin: 0;
}

.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: #999;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  font-size: 1em;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: black;
  z-index:1;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main {
  padding: 5%;
  margin-top: 70px;
  margin-left:10%;
  margin-right:10%;
  text-align:justify;
}
@media screen and (max-width: 600px) {
	.timbre { display:none;}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
	z-index:1;
  }
  .topnav a.icon {
    float: right;
    display: block;
	z-index:1;
  }
}

@media screen and (max-width: 600px) {
		.timbre { display:none;}
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	z-index:1;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
	z-index:1;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: right;
	z-index:1;
  }
}


/* CSS Document */

