@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Playfair+Display|Poiret+One');

.tool-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline-start: 0px;
    padding: 0px 10px;
}

.tool-item {
    align-items: center;
    border-radius: 20px;
    display: flex;
    font-family: 'PT Sans Narrow';
    list-style: none;
    margin: 0px;
    padding: 20px 20px;
    width: 100%;
}

.tool-item-about {
    padding-left: 20px;
    text-align: left;
}

.tool-button {
    align-items: center;
    border-radius: 50%;
    color: darkred;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    height: 110px;
    min-height: 110px;
    justify-content: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    width: 110px;
    min-width: 110px;
}

.tool-item:hover {
    background-color: #404040;
    color: white;
}

.tool-button:hover, .tool-item:hover .tool-button {
    background-color: #000000;
    color: white;
}

.icon-lg {
    width: 100px;
    height: 100px;
 }

.icon {
    width: 40px;
    height: 40px;
    padding: 5px;
 }

 .p5 {
    padding: 5px;
 }

 .p10 {
    padding: 10px;
 }

 .p15 {
    padding: 15px;
 }

 .p20 {
    padding: 20px;
 }

.feather-64 {
    width: 64px;
    height: 64px;
}

.feather-128 {
    width: 128px;
    height: 128px;
}

.jumbo-title {
    font-family: 'PT Sans Narrow';
    text-align: center;
    font-size: 8vw;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    border-bottom: 5px solid red;
}

.jumbo-container {
    padding-top: 70px;
    padding-bottom: 20px;
}

.sep {
    border: 0px;
}


/* sm Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

    .jumbo-container {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}
 
/* md Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
}
 
/* lg Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .tool-item {
        width: 49%;
    }
}

 
/* xl Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
}

@media (min-width: 1600px) {
}
