@font-face {
  font-family: 'myFirstFont';
  src: url('font/Champagne_Limousines.eot'); /* IE9 Compat Modes */
  src: url('font/Champagne_Limousines.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/Champagne_Limousines.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/Champagne_Limousines.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/Champagne_Limousines.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/Champagne_Limousines.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html, body{
 margin:0;
 padding:0;
 text-align:center;
 background: #ffffff;
}

#wrapper{
 width:100%;
 max-width: 980px;
 text-align:left;
 margin:0 auto;
 background-color: #ffffff;
}

#nav{
	position: absolute;
	top: 100px;
	height: 100px;
	z-index: 1;
	width: 100%;
	background: #ffffff;
}

#logo{
	float: left;
	height: 97px;
	width: 293px;
	transition: all 500ms;
	margin-top: 5px;
}

#logo:hover{
	cursor: pointer;
}

#menu{
	float:right;
	height: 100%;
	margin-left: 50px;
}

	#menu button{
		width: 150px;
		height: 100px;
		background-color: Transparent; 
		background-repeat:no-repeat; 
		border: none;
		font-weight: bold;
		outline: none;
		font-family: myFirstFont;
		font-weight: 200;
		font-size: 125%;
		color: #686868;
		transition: all 500ms;
		vertical-align: middle;
	}
	
	#menu button:hover{
		cursor: pointer;
		color: #ffffff;
		background: #3399CC;
		font-size: 115%;
	}
	
#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 980px; 
    height: 300px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#content_text{
	width: 100%;
	font-family: myFirstFont;
	font-weight: 200;
	font-size: 175%;
	color: #686868;
}

#copyright{
	width: 100%;
	height: 50px;
	font-family: myFirstFont;
	font-weight: 200;
	font-size: 125%;
	color: #686868;
	vertical-align: middle;
}

#parceiros_box{
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	width: 306px;
	height: 220px;
	background-color: #fff;
	vertical-align: middle;
}

#parceiros_img{
	display: flex;
  justify-content: center;
}

#parceiros_text{
	font-family: myFirstFont;
	font-weight: 200;
	font-size: 75%;
	color: #686868;
	text-align:center;
	display:block;
	margin-top: 45px;
}

#parceiros_learn_more{
	width: 117px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 25px;
}

#equipa_box{
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	width: 306px;
	height: 356px;
	background-color: #fff;
	vertical-align: middle; 
}

#equipa_pic{
	width: 204;
	height: 204px;
	margin-left: 51px;
	margin-right: 51px;
	margin-top: 0px;
	background-color: #fff;
}

#equipa_descri{
	margin-top: 25px;
	font-family: myFirstFont;
	font-weight: 200;
	font-size: 150%;
	color: #686868;
}

#news_bar{
	position: fixed;
	width:100%;
	height: 40px;
	background-color: #66CCFF;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.example1 {
 height: 40px;	
 overflow: hidden;
 position: relative;
}
.example1 h3 {
 font-family: myFirstFont;
 font-weight: 200;
 font-size: 175%;
 position: absolute;
 white-space: nowrap ;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 40px;
 text-align: center;
 color: #fff;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 50s linear infinite;
 -webkit-animation: example1 50s linear infinite;
 animation: example1 50s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}

#novo_textarea{
	float: left;
	margin-left: 5%;
    width: 90%;
    text-indent: 12px;
    font-size: 110%;
    height: 200px;
    border: 1px solid #303030;
    background: transparent;
    border-radius: 3px;
    margin-top: 25px;
    font-family: myFirstFont;
    color: #303030;
    font-weight: 300;
	resize: none;
}

#submit{
	width: 70%;
	height: 40px;
}

#submit button{
	float: left;
    width: 100%;
    text-indent: 12px;
    font-size: 110%;
    height: 50px;
    border: 1px solid #A0A0A0;
    background: transparent;
    font-family: myFirstFont;
    color: #303030;
    font-weight: 300;
	opacity: 0.8;
	transition: all 500ms;
	margin-left: 6.8%;
	margin-top: 20px;
	border-radius: 3px;
}

	#submit button:hover{
		cursor: pointer;
		opacity: 1;
		border: 1px solid #33CCFF;
		color: #33CCFF;
	}
	
	.font_style{
		font-family: myFirstFont;
		font-weight: 300;
		font-size: 110%;
	}
	
#on_off{
	float: left;
    width: 15%;
    text-indent: 12px;
    font-size: 110%;
    height: 50px;
    background: transparent;
    font-family: myFirstFont;
    color: #303030;
    font-weight: 300;
	opacity: 0.8;
	transition: all 500ms;
	margin-left: 5%;
	margin-top: 20px;
	border-radius: 3px;
}

#hover:hover{
	cursor: pointer;
	opacity: 1;
}