body{
    font-family: Helvetica, Arial, sans-serif;
    margin:0px !important;
    font-family:"HelveticaNeue";
    background-color:black;
}

/*HEADER*/

header{
    z-index:1;
    padding-left:50px;
    background-color:black;
    color:white;
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
}

header a p{
    color:white;
    float:right;
    margin: 30px 80px 0 0;
    float: right;
}

img.contact{
	position: fixed;
	width: 8%;
	bottom: 2%;
	right: 2%;
	z-index: 99;
}

header #logoApp
{
	float:left;
	width: 50px;
	height: 50px;
	position:relative;
	margin: 15px 25px 15px 0;
}

/*BODY*/

hr{
	display: none;
}

section{
    top:100px;
    display: block;
    padding: 120px 8% 50px 8%;
    text-align: justify;
    text-justify: inter-word;
    line-height: 150%;
    
    background-color:rgb(243, 243, 243);
}

section p{
    font-size: 17px;
}

section img{
    display: block;
    margin: 0 auto;
}

img{
	width:100%;
}

div div img{
    float:right;
    margin-right:10px;
    width:15%;
}

div.box{
    background-color: white;
    padding: 40px 40px 40px 40px;
    box-shadow: 0px 0px 10px #ccc;
}

/*FOOTER*/

footer{
    background-color:black;
    color:white;
    width:100%;
    display: block;
    height: 50px;
    position: absolute;
}

footer p{
    text-align:center;
    margin-left:-50px;
}

a{
    font-style:italic;
    color:black;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #01DFD7;
}

a:active {
    text-decoration: none;
}

/*SCROLL IMAGES*/
div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 0 0;
    padding: 0 0 4px 0;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

div.scrollmenu a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 40%;
    padding: 10px;
}

div.scrollmenu a img {
	
	width: 100%;
	padding: 3px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

div.scrollmenu a#first{
	
	margin-left: 20px;
}

div.scrollmenu a:hover {
	
}