*{box-sizing: border-box;margin:0px;padding: 0px;}

body {
    margin: 0;
    background-color: #121212;
    text-decoration: none;
    font-family: raleway, Verdana, Tahoma, sans-serif;
    @font-face {
    font-family:raleway;
    src:url(c:\windows\fonts\Raleway-Regular.ttf);
    src:url(fonts/Raleway-Regular.ttf) format("ttf");
    src:url(fonts/raleway-regular-webfont.woff) format("woff");
    src:url(fonts/raleway-regular-webfont.woff2) format("woff2");
    }
    }



/* BARRA DE NAVEGACION */

nav {
    background-color: #c4c4c426;
    margin-top: 50px;
}

.nav-bar {
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-elements {
    display: flex;
    justify-content:space-between;
}

.logo-mm {
    display: flex;
    align-self: center;
    /* border: 2px solid red; */
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.mmartin {
    justify-content:left;
}

h1.mmartin-h1{
    color: #ACAAAA;
}


 .navbar-opciones {
    display: flex;
    align-self: center;
 }

.ul-navbar {
    display: inline-block;
    display: flex;
    list-style: none;
}

a {
    color: #ACAAAA;
    text-decoration: none;
    font-family:Raleway;
    font-size: 21px;
    padding: 0px 25px;
    font-weight:200;
    letter-spacing:4px;
}

a:hover{
        color: #eaf3e2;
    }

    
h1{
    font-family:Raleway;
    font-size: 24px;
    font-weight: 500;
    margin-left: 10px;
    letter-spacing:4px;
}

/* MAIN */

.contenedor{
    display: grid;
    grid-template-columns: 180px auto;
    margin: 50px auto;
    max-width: 1200px;
}



.ul-series{
    list-style: none;
    justify-content: center;
    }

li{
    margin: 5px 0px;
}

/* .a-serie1:visited{
    color: #ececec;
}

.a-serie2:visited{
    color: #ececec;
}

.a-serie3:visited{
    color: #ececec;
}

.a-serie4:visited{
    color: #555555;
} */

.a-serie1:hover{
    color: #eaf3e2;
}

.a-serie2:hover{
    color: #eaf3e2;
}

.a-serie3:hover{
    color: #eaf3e2;
}
.a-serie4:hover{
    color: #eaf3e2;
}

.a-serie1:active{
    color: #b46d10;
}

.a-serie2:active{
    color: #b46d10;
}

.a-serie3:active{
    color: #b46d10;
}

.a-serie4:active    {
    color:#b46d10;
}

.a-serie1, .a-serie2, .a-serie3, .a-serie4 {
        font-size: 20px;
        font-weight: 200;
        letter-spacing:4px;
        padding:0px 20px ;
          
    }      

.contenedor-collage {
    display: grid;
    grid-template-columns:auto auto;
    gap: 15px;
    justify-content: center;
    align-content: center;
    max-width: 1200px;
}



.image-1, .image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
    border: 2px solid #4d4d4d;
 
}

.image-1:hover {
    /* transform: scale(1.10, 1.10); */
    transition: 0.2s; 
    /* border: 3px solid white;  */
    outline: 1px solid rgb(158, 156, 156);
}

.image-2:hover {
    /* transform: scale(1.10, 1.10); */
    transition: 0.2s; 
    /* border: 3px solid white;  */
    outline: 1px solid rgb(158, 156, 156);
}

.image-3:hover {
    /* transform: scale(1.10, 1.10); */
    transition: 0.2s; 
    /* border: 3px solid white;  */
    outline: 1px solid rgb(158, 156, 156);
}

.image-4:hover {
    /* transform: scale(1.10, 1.10); */
    transition: 0.2s; 
    /* border: 3px solid white;  */
    outline: 1px solid rgb(158, 156, 156);
}

.image-5:hover {
    /* transform: scale(1.10, 1.10); */
    transition: 0.2s; 
    /* border: 3px solid white;  */
    outline: 1px solid rgb(158, 156, 156);
}

.image-6:hover {
    /* transform: scale(1.10, 1.10); */
    transition: 0.2s; 
    /* border: 3px solid white;  */
    outline: 1px solid rgb(158, 156, 156);
}

.image-7:hover {
    /* transform: scale(1.10, 1.10); */
    transition: 0.2s; 
    /* border: 3px solid white;  */
    outline: 1px solid rgb(158, 156, 156);
}

.image-8:hover {
    /* transform: scale(1.10, 1.10); */
    transition: 0.2s; 
    /* border: 3px solid white;  */
    outline: 1px solid rgb(158, 156, 156);
}



/* * RESPONSIVE */





@media(max-width: 576px)  {
    
    body {
        margin:0 auto;
        padding: 0;
        margin: 0;
    }
    
    nav {
        background-color: #121212;
        margin-top: 20px;
        max-height: 80px;
    }
    
    .nav-bar {
        margin-top: 20px;
        max-width: 576px;
        margin: 0 auto;
    }
    
    .logo-mm {
        margin-top: 10px;
        margin-bottom: -1px;
    }
    
    .logo-mm-img {
        max-height: 30px;
    }
    
    .mmartin-h1{
        font-size: 20px;
        font-weight: bold;
    }
    
    .navbar-elements {
        display: flex;
        max-width: 576px;
        margin: 0 auto;
        flex-direction: column;
    }
    
    
    h1 {
        font-size: 16px;
        letter-spacing:2px;
        margin: 0 auto;
    }  
    
    .navbar-opciones{
        margin: 0 auto;
    }
    
    
    .ul-navbar {
        display:flex;
        list-style: none;
        margin-top: 15px;
        font-weight: 100;
        margin: 10px auto;
        border: 2px solid #c4c4c426;
        text-align: center;
        padding-left: 38px;
        padding-right: 38px;
    }
    
    .ul-navbar-li{   
        margin: 4px;
        text-align: center;          
    }
    
    a {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: normal;
        padding: 5px;
    } 


    main{
        display:grid;
        
    }

    .contenedor{
        grid-template-columns: 100%;
        margin: 0 auto;
    }

    .ul-series{
         display: grid;
        grid-template-columns: auto auto;
        margin: 25px 25px;
    }

    .li{
            margin:5px 5px;    
        }

    .a-serie1{
        font-size: 12px;
        font-weight: 400;
        letter-spacing:1px;
        padding:0px 1px ;  
    }

    
     .a-serie2, .a-serie3, .a-serie4{
        font-size: 12px;
        font-weight: 200;
        letter-spacing:1px;
        padding:0px 1px ; 
    }

    .a-serie2, .a-serie4{
        margin-left: 40px;
    }

    .a-serie1, .a-serie3{
        margin-right: 40px;
    }


    .contenedor-collage {
        grid-template-columns: 100%;
        max-width: 320px;  
        height: auto;
        margin: 0 auto;
        justify-items: center;
    }
    
    .contenedor-collage img {
        max-width: 100%;  
        height: auto;
        margin: auto;
    }

    .image-1, .image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
        text-align: center;
        max-width: 60%;     
    }

    

}
    
    
    