@font-face {
        font-family: College;
        src: url("../fonts/College.ttf") format("truetype");
    }




body {
	background: url(../img/fondo.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-family: Montserrat, sans-serif;
     
}

li:hover {

	background-color: darkgrey;

}

footer {
	background-color: black;
	color: white;
	font-family: Montserrat, sans-serif;
}

footer a {
	color: white;
	text-decoration: none;
	

}


.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.secciones {

	background-color: rgba(0,0,0,0.7);
	color: white;
	padding-top: 2%;
	padding-bottom: 2%;

}

.responsive {
	width: 100%;
	height: auto;
}

.marca {
	font-family: College;
	font-size: 1em;
	color: white;
}

.nav-item {
	padding-right: 5%;
	padding-left: 5%;
}