@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap)

*   {
    font-family: 'Montserrat';
}

footer  {
    text-align: center;
    font-size: 10px;
}

h1  {
    text-align: center;
    font-weight: bolder;
}

.int-text   {
    text-align: center;
    border-bottom: 16px bold black;   
    font-size: 18px; 
    font-weight: lighter;
}

.mainbox    {
    width: 1200px;
    border: 1px solid #ebebeb;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 20px 0 rgba(0,0,0,0.1);
}

.namebox    {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 30px;

}

img    {
        max-width: 100vw;
        max-height: 100vw;
        display: block; /* remove extra space below image */
    }

.img-box    {
    height: 500px;
    margin: 5px;
}

.por-img    {
    margin: 10px;
    overflow: hidden;
}


[class*="col-"] {

}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {
    width: calc(100% / 3);
    position: relative;
}
.col-4 img {
    position: relative;
    width: 100%;
}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.img-wrap{
    position: relative;
    transition: .5s all ease;
}


.img-wrap div{
    position: absolute;
    color: white;
    margin-bottom: 0;
}


.divider {
    margin-bottom: 5px;
}

.row {
    display: flex;
    flex-direction: row; 
}

.img-wrap:hover .cover {
    display: block;
}

.cover span{
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    font-size: xxx-large;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}
