/*******************************************************************************
Add your styles here
 *******************************************************************************/
 /* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

ul#nav a{
	color:black;
}
ul#nav a{
	text-decoration: none;
}

div.otros a{
	text-decoration: none;
	color: black;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: none;
}

/* Dropdown Content (Hidden by Default) */
.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: 4;
    text-align: center;
    right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: auto;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

@media screen and (max-width: 959px) {
     .dropdown {
    position: relative;
    display: inline-block;
    		height: 100%;
	}
	.clearfix{
		margin:0px!important;
	}
	.logo img{
		max-width: 240px!important;
	}
	
	.enter-wrap h3{
		font-size: 18px;
	}
	.dropbtn{
		height: 100%;
	}
	nav{
				height: 100%;
	}
	.first-buttons{	
		
		margin-top: 55%!important;
	}
	.img-back{
		    width: 138%!important;
    height: 113%!important;
	}
	
	header{
		height: 10%!important; 
	}
	
}
@font-face {
                font-family: 'Player One', sans-serif;
                src: url('Player One.ttf');
            }
            
            .dream{
	                            font-family: 'Player One', sans-serif;
            }
            
@font-face {
                font-family: 'Montserrat-Regular', sans-serif;
                src: url('fonts/Montserrat/Montserrat-Regular.ttf');
            }
            header > *{
                    font-family: 'Montserrat-Regular', sans-serif;
                    color:black!important;
            }
            footer > *{
                    font-family: Montserrat-Regular, sans-serif;
                    color:black!important;
                    font-size: 1em!important;
            }
            
			a:hover{
                    color:lightblue!important;
			}
