* {box-sizing:border-box;}
/*body {background-color: #CCC;}*/

.bgimg {
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    z-index:-1;
    opacity:1;
}

.navbar-custom-font {
    color: #C2C2C2;
}

.navbar-custom-brand{
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #C2C2C2;
}

.glyphicon-custom{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: rgb(252, 2, 2);
}

.navbar-nav-custom {
  float: left;
  margin: 0;
}

.navbar-custom-font .navbar-nav-custom>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(252, 2, 2);
}

.wikipedia-container {
    float:right;
    width:300px;
    padding:10px;
    margin-right: 10px;
    background-color: rgba(255,255,255,0.7);*/
}

.nytimes-container {
    padding: 10px;
    margin-right:300px;
    background-color: rgba(255,255,255,0.7);*/
}

.article-list {
    margin: 0;
    padding: 0;
}

.list-group-item-custom {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ddd;
}

.article {
    list-style-type: none;
    padding:10px;
    border-top: 1px solid #CCC;
}
.article:first-child {
    border-top:none;
}