@font-face {
    font-family: 'CrapcaseText-Bold';
    src: url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Bold.woff2') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Bold.woff') format('woff'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Bold.ttf') format('truetype');
  }

  @font-face {
    font-family: 'CrapcaseText-Regular';
    src: url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Regular.woff2') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Regular.woff') format('woff'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Regular.ttf') format('truetype');
  }

  @font-face {
    font-family: 'CrapcaseDisplay-Medium';
    src: url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseDisplay-Medium.woff2') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseDisplay-Medium.woff') format('woff'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseDisplay-Medium.ttf') format('truetype');
  }

.brand-logo {
    font-family: "CrapcaseText-Bold";
}
  
.shoppingList {
    margin: 0px;
}
.taskList {
    margin: 0px;
}

.ingredientList {
    margin: 0px;
}

.methodList {
    margin: 0px;
}

.collection .collection-item{
    line-height:25px;
}

.addToShoppingList{
    margin-top:0px;
}


#shoppingList {
    margin-bottom:5px;
}
#taskList {
    margin-bottom:5px;
}

.sectionTitle {
    font-size: 1rem;
}

.addItemIcon {
    padding-left: 15px;
}
.addItemLabel{
    padding-top:3px;
}

.noClick {
    pointer-events: "none";
}

span:focus{
    outline:0px;;
}

.weatherMarginFix{
    margin-bottom:0px;
}
#tempMin {
    margin-right:20px;
}

#currentTemp {
    font-size: 3.5rem;
    margin:0px;
}

#weatherDesc {
    font-size:1.5rem;
    margin:0px;
}

.row.compact {
    margin-bottom:0px;
    line-height:normal;
}

div.center-align.rowWidthFix {
    width:100%;
}

i.small.material-icons.temp {
    vertical-align: bottom;
}

#weatherIcon{
    width:100%;
}

#clock {
    font-size: 1.5rem;
}

#navDate{
    font-size:1.5rem;
}

.recipeTagImg{
    opacity:.5;
}

.recipeTag{
    max-height:20vh;
    overflow:hidden;
    background-color:black;
    transition: 0.3s;
}
.recipeTag:hover{
    background-color:grey;
    transition: 0.3s;
}

.appName {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.app {
    border-radius: 10px;
    border: solid;
    border-color: lightgray;
    border-width: 1px;
    transition: .1s;
    height:10vw;
    width:100%
}

.app img {
    max-height:100%;
    opacity: 0.3;
    padding:10px
}

.app span {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
    font-size: 24px;
    font-weight: 300;
}

.app:hover {
    background-color:#F5F5F5;   
}

.app-small {
    border-radius: 10px;
    border: solid;
    border-color: lightgray;
    border-width: 1px;
    transition: .1s;
    width:100%;
    padding:10px;
    /* font-weight:500; */
    display: flex;
    font-family: "CrapcaseText-Bold";
    color: darkslategrey;
    min-height:72px;
}

.app-small img {
    max-height:50px;
}

.app-small span {
    padding-left:5px;
}

.app-small:hover {
    background-color:#F5F5F5;   
}

.row .col {
    padding:.5rem;
}

.shopping-list-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.shopping-list-button {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.shopping-list-button:hover {
    background-color: #f5f5f5;
}