/*Sample CSS file*/
body {
    box-sizing: border-box;
    margin: 0;
    font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
    color: whitesmoke;
    
    
}

h1 {
   font-family: "Rubik Marker Hatch", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    text-align: center;
    
}

h2 {
    text-align: center;
    font-size: 2rem;
    padding-top: 40px;
    color: whitesmoke;
}

h3 {
    font-size: 1.2rem;
    margin: 0;
    
}



.centerfocus {
    height: 1080px;
    min-width: 720px;
    color: whitesmoke;
    background-color: #2A2A2A;
    justify-items: center;
}

.totalbg {
    height: 1080px;
    max-width: 360px;
}

.grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.col1 {
    grid-column-end: span 12;
}

.col4 {
    grid-column-end: span 3;
}

.col2 {
    grid-column-end: span 6;
}

colunb {
    grid-column-end: span 9;
}

.pagedesc {
    justify-content: center;
}

.framecontainer {
    width: 720px;
    height: 800px;
    background-image: url("images/fcbbg.jpg");
}

.beergathered {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, 4.5rem);
    width: 560px;
    padding-left: 60px;
    
}

#beerbutton {
    grid-column-end: 12;
    grid-column-start: span 6;
    z-index: 100;
}

.beerdescbox {
    font-size: 0.8rem;
}

.beernamediv {
    height: 2.5rem;
}
