@charset "utf-8";
/* CSS Document */
body{
    background-color: black;
    width: auto;
   
	
}



header{
    background-color: black;
    font-family: 'Roboto',sans-serif;
    font-size: 42px;
    color:white;
	font-weight:900;
}

.menu-container{
    background-color: black;
    color:white;
    

}

.grt-menu-logo.grt-logo{
    width: 30px;
    height: auto;
    margin:10px;
}

.d-block .w-100{
    width: auto;
    height: auto;
}

.all{
	width: 100%;
	height:auto ;
	border:solid 1px #000000;
}


.image-container{
	width: 80%;
	height: auto;
	margin: 0px auto;
  
}
.tamanoimg{
	width: 100%;
    margin: 30px auto;
	padding: 10px;
   
}

.text-container{
    font-family: 'Roboto', sans-serif;
    color:white;
	margin-left: 75px;
    position: relative;
    background-color: rgba(0,0,0,0.73);
    padding: 9px;
	width:100%;
}

h3{
    font-size: larger;
	font-size-adjust: auto;
}
h6{
    font-size: 15px;
	font-size-adjust: auto;
}

.container{
	margin-top:10px;
	height: auto;
    width: 100%;
  
}



.small-img{
    min-width:100px;
    max-width: 272px;
    margin-top: 5px;
    padding: 1px;
}


.gallery{
     width: 100%;
	margin-left: 20px;
		
	}



footer{
	margin-top: 20px;
    width: 98%;
    margin: 10px;
    background-color:rgba(0,0,0,0.82);
	font-size:small;
    bottom: 0;
    line-height: inherit;
}

.footer-text{
    font-size:small;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-kerning: 2px;
	font-weight:400;
}

.rrss{
    width: auto;
    margin: 5px;
	}










