html    {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}

body    {
    background-image: url("/imgs/bg-grill.png");
    background-repeat: repeat;
}

p   {
    color: #333333;
}

a:link  {
    text-decoration: none;
    color: black;
}

a:visited  {
    color: black;
}


#header {
    width: 100%;
    background-color: #fff;
    margin-bottom: -18px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    height: 75px;
}

#nav    {
    background-color: #0093dd;
    width: 100%;
    height: 58px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 18px;
    
}

#nav ul {
    list-style-type: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
}

#nav ul li  {
    float: left;
    padding: 10px;
}

#nav ul li a:hover  {
    color: #fff;
}

#nav ul li a.active  {
    color: #fff;
}


#wrapper    {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.oswald-font    {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.rssapp-feed-card-container   {
    margin-bottom: 35px;
}

div.rssapp-list-title  {
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#title {
    background-color: rgba(255,255,255, 0.8);
    margin: 0px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#description    {
    background-color: rgba(255,255,255, 0.8);
    margin: 0px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#posted-date {
    background-color: rgba(255,255,255, 0.8);
    margin: 0px;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1.heading    {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #0093dd;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}

#sticky-social  {
    position: fixed;
    right: -40px;
    top: 80vh;
    z-index: 10;
}

#sticky-social:hover  {
    right: -1px;
}