@font-face {
    font-family: 'Akzidenz-Grotesk BQ Medium';
    src: url('assets/fonts/AkzidenzGroteskBQ-Medium.woff2') format('woff2'),
        url('assets/fonts/AkzidenzGroteskBQ-Medium.woff') format('woff');
    /*
    font-weight: medium;
    font-style: normal;
*/
}

body {
    
}

.header {
    font-family: Roboto Mono;
    background-color: lightgray;
    font-size: 30px;
    padding: 18px;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: -1px;
    background-color: black;
    min-height: 200px;
    height: 100vh;
}

.container div {
    /*      margin:*/
/*    width: 281px;*/
    width: 281px;
    height: 100vh;
}

/*
#wrapper .text {
position:relative;
bottom:30px;
left:0px;
visibility:hidden;
}

#wrapper:hover .text {
visibility:visible;
}
*/

/*
.color-container {
    width: 300px;
    background-color: blue;
    margin: 0;
}
*/


.color-info {
/*        position: relative;*/

    width:100%;
    opacity: 1;
    color: darkred;
    background-color: indianred;
/*    font-family: arial;*/
font-family: 'Akzidenz-Grotesk BQ Medium'; 
    font-size:150%;
         
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    
/*    transform: rotate(90deg);*/
    position: absolute;
    bottom: 10%;
/* padding: 50px;*/
}

.color-info-container {
    opacity: 0;
    height: 100%;
    width:100%;
    
   
}

.color-info-container:hover {
    opacity: 1;
}







.kyndall {
    background-color: #6D271D;
    position: relative;
    
/*
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
*/

}

/*
.kyndall:hover {
   content: url(assets/images/gallery-01.png);
    width: 10vw;
}
*/


.kevin {
    background-color: #DB4532;
    position: relative;
    
     align-items: center;
}

/*
.kevin:hover {
    content: url(assets/images/gallery-02.png);
    width: 10vw;
}
*/


.fred {
    background-color: #854038;
    position: relative;
    
     align-items: center;
}

/*
.fred:hover {
    content: url(assets/images/gallery-03.png);
    width: 10vw;
}
*/


.matt {
    background-color: #6B3C34;
    position: relative;
}

/*
.matt:hover{
   content: url(assets/images/gallery-04.png);
    width: 10vw;
}
*/


.ed {
    background-color: #6D271D;
    position: relative;
}

/*
.ed:hover {
    content: url(assets/images/gallery-05.png);
    width: 10vw;
}
*/


.conor {
    background-color: #833F46;
    position: relative;
}

/*
.conor:hover {
    content: url(assets/images/gallery-06.png);
    width: 10vw;
}
*/


.kyle {
    background-color: #854038;
    position: relative;
}

/*
.kyle:hover {
    content: url(assets/images/gallery-07.png);
    width: 10vw;
}
*/


.pauline {
    background-color: #B45146;
    position: relative;
}

/*
.pauline:hover{
    content: url(assets/images/gallery-08.png);
    width: 10vw;
}
*/


.alexa {
    background-color: #6D271D;
    position: relative;
}

/*
.alexa:hover {
    content: url(assets/images/gallery-09.png);
    width: 10vw;
}
*/

.footer {
    font-family: Roboto Mono;
    position: fixed;
    padding-left: 18px;
    bottom: 18px;
    width: 100%;
    font-size: 12px;
    color: lightgray;
}
