body{
    background-image: url(../img/background.jpg);
    background-size: cover;
    font-family: 'Times New Roman';
    /*overflow-y: hidden;*/
}

a{
    text-decoration: none;
}

.container{
    padding-top: 30px;
}

/*MENU*/

header h1{
    text-transform: uppercase;
    color: white;
    font: 700 36px Times New Roman, serif;
    padding-top: 30px;
    margin-left: 15px;
}

.menu ul{
    margin-top: 40px;
}

.menu ul li{
    background-color: #d6d3d3;
    border-radius: 30px;
    list-style-type: none;
    padding: 10px 0;
    margin-top: 10px;
    color: black;
    text-transform: uppercase;
    font: 400 25px Times New Roman, serif;
    text-align: center;
    box-shadow: -5px 0px 10px white;
    transition: 0.3s;
}

.active, .menu ul li:hover{
    font-weight: 700 !important;
    background-color: white !important;
    box-shadow: -5px 0px 20px white !important;
}

.menu ul li a{
    text-decoration: none !important;
}

/*INICI*/

.inici, .europa, .america, .africa, .asia, .oceania{
    background-color: black;
    min-height: 800px;
}

.inici p, .europa .text p, .africa .text p, .america .text p, .asia .text p, .oceania .text p{
    color: white;
    font: 400 16px Times New Roman, serif;
    line-height: 30px;
    padding: 50px;
}

.inici p a{
    text-decoration: underline;
    color: #0074ce;
}

.inici .link1{
    font-size: 16px;
    text-align: center;
    color: #0078d4;
    text-decoration: underline;
    font-weight: bold;
    margin-top: -40px;
    padding: 0;
}

.inici .link1:hover, .menu2 ul li:hover, .inici p a:hover{
    opacity: 0.7;
}

.inici .terra{
    text-align: center;
    margin: 80px 0;
}

/*EUROPA*/

.imatgeseuropa, .imatgesamerica{
    margin-top: 40px;
}

.imatgeseuropa img{
    margin: 40px 0;
}

.europa .text p{
    padding-bottom: 0 !important;
    margin-bottom: 87px;
}

/*AMERICA*/

.americagif{
    width: 130px;
}

.imatgesamerica{
    margin-bottom: 49px;
}

.imatgesamerica img{
    margin: 30px 0;
}

/*AFRICA*/

.imatgesafrica{
    margin-top: 10px;
    margin-bottom: 9px;
}

.imatgesafrica img{
    margin: 45px 0;
    width: 130px;
}

/*ASIA*/

.imatgesasia{
    margin-top: 60px;
    margin-bottom: 17px;
}

.imatgesasia img{
    width: 140px;
    margin: 35px 0;
}

/*OCEANIA*/

.imatgesoceania{
    margin-top: 40px;
    margin-bottom: -4px;
}

.imatgesoceania img{
    margin: 30px 0;
}

/*FOOTER MENU*/

.menu2 ul li{
    float: left;
    list-style-type: none;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 20px;
    color: #0074ce;
}

/*SOCIAL*/

.social{
    float: right;
}

.social li{
    list-style-type: none;
    float: left;
    margin: 0 10px;
}

i{
    font-size: 30px !important;
    color: white;
    transition: 0.3s;
}

i:hover{
    opacity: 0.6;
}


