body{
    background-color: cadetblue;
    /* font-family: 'Inconsolata', monospace; */
    font-family: 'Source Sans Pro', sans-serif;
    color: black;
    font-weight: 900;
}
#header-nav{
    background-color: whitesmoke;
    border-radius: 0px;
    border: 0px;
    min-height: 70px;
}
#logo-img {
    background: url("Logo.png") no-repeat;
    background-size: 150px 110px;
    width: 200px;
    height: 107.5px;
    margin: 10px 15px 10px 0;
}
.navbar-brand{
    padding-left: 20px;
}
.navbar-brand h1{
    font-family: 'Uchen', serif;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #294668;
    word-spacing: -10px;
    font-size: 25px;
}
.navbar-brand p{
    font-family: 'Inconsolata', monospace;
    font-weight: bolder;
}
.navbar-brand a:hover, .navbar-brand a:focus{
    text-decoration: none;
}

#nav-list {
    margin-top: 10px;
}
#nav-list a {
    color: #294668;
    font-family: 'Zen Loop', cursive;
    text-align: center;
    display: block;
    font-size: x-large;
    font-weight: bolder;
}
 #nav-list a:hover {
    background: #E7E7E7;
}
.navbar-header button.navbar-toggle, .navbar-header .icon-bar {
    border: 1px solid #294668;
}
.navbar-header button.navbar-toggle {
    clear: both;
    margin-top: -30px;
}
#jumbotron{
    width: 600px;
    padding: 0px;
    padding-top: 0px !important;
    height: 350px;
    align-content: center;
    display: block;
}
.jumbotron{
    margin-top: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
}
.home-text{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    padding-top: 25px;

}
.head{
    color: black;
    font-size: 25px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: lighter;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 1px;
    padding-top: 30px;
}
.grid{
    width: 100%;
    padding-left:10px ;
}
.plant_tile{
    padding: 10px;
    height: fit-content;
    margin: 10px;
    background-color: seashell;
    width: fit-content;
    overflow: hidden;
    font-size: 17px;
    position: relative;
}
.plant_tile h3{
    font-family: 'STIX Two Math', serif;
    font-weight: 900;
    color: black;`
}
.plant_tile h4{
    font-family: 'STIX Two Math', serif;
    font-weight: 600;
    color: black;
    text-decoration: underline;
}
img{
    display: block;
    margin: auto;
}
.main-content h2{
    padding-top: 0;
    color: black;
    font-size: 25px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: lighter;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 1px;
}
.bookmark{
    float: right;
    font-size: 20px;
    width: 70px;
    height: 200px;
    line-height: 150%;
}
.bmlink{
    background-color: seashell;
    color: teal;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display:block;
    margin: 5px;
    width:60px;
}
a:hover{
    text-decoration: none;
    background-color: teal;
    color: seashell;
}
.msm-item-tile{
    color:blanchedalmonds;
}
.msm-item-photo {
    position: relative;
    border: 2px solid #E7E7E7;
    overflow: hidden;
    padding: 0px;
    margin-right: -15px;
    margin-left: auto;
    margin-bottom: 50px;
    max-width: 250px;
}
.fa-brands{
    font-size: 100px;   
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
}
.fa-facebook {
    color: #3b5998 ;
}
.fa-twitter {
    color: #00acee ;
}
.fa-instragram {
    background-image: linear-gradient(to bottom right, #4f5bd5, #962fbf, #d62976 , #fa7e1e, #feda75 );;
}
.fa-linkedin {
    color : #0A66C2 ;
}
.fa-youtube {
    color : #FF0000 ;
}
.carousel-cell {
    width: 100%; /* full width */
    height: 100%; /* height of carousel */
    margin-right: 10px;
  }
@media (min-width: 768px){
    .desk-4{
        float: left;
        width:27.27%
    }
    .desk{
        width: 8.33%;
    }
}
/********** Extra small devices only **********/
@media (max-width: 767px) {
    .navbar-brand {
        padding-top: 10px;
        height: 80px;
    }
      .navbar-brand h1 { /* Restaurant name */
        padding-top: 10px;
        font-size: 20px !important;
      }
    img{
       display: block;
    }
    .msm-item-photo{
        margin: auto;
    }
}
@media (max-width: 1124px) and (min-width:1054px) {
    .mob-2{
        float: left;
        width:91.66%;
    }
    .mob{
        width: 8.33%;
    }
}
@media (max-width: 1085px) and (min-width:990px){
    .msm-item-detail{
        font-size: small;
    }
}