@media (min-width: 768px) {
  .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 20%;
      max-width: 25%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
#main-app{
  opacity:0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
  background-color: #F0F0F0;
  font-size: 18px;
}

.logo {
  width: 32px;
  height: 32px;
}

span {
  letter-spacing: 2px;
}

a {
  margin-right: 10px;
  color: #fff;
}

li {
  word-wrap: break-word;
}

.navbar {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 0;
  background-color: rgb(242, 169, 0);
}

.navbar .navbar-brand {
  text-decoration: underline;
  color: whitesmoke;
}

.topic-tab {
  color: whitesmoke;
}

.topic-tab:hover {
  font-weight: 800;
    color: whitesmoke;
}

.section {
  position: relative;
  min-height: 350px;
  margin-bottom: 25px;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.section-header {
  margin-top: 20px;
  font-size: 22px;
  padding: 10px 16px;
  background-color: rgb(242, 169, 0);
  color: #4d4d4d;
  height: 50px;
  line-height: 30px;
}

#news-head {
  float: left;
}

#dropdownMenuButton1 {
  float: right;
  background-color: rgb(242, 169, 0);
  color: #4d4d4d;
}

#dropdownMenuButton2 {
  float: right;
  background-color: rgb(242, 169, 0);
  color: #4d4d4d;
}

.svg-container{
  margin:auto !important;
}

.article {
  border-bottom: 2px solid #bbbbbb;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

#articles {
  max-height: 295px;
  overflow-y: scroll;
  clear: both;
}

.article-img {
  width: 100px;
}

.art_link {
  color: #0E827C;
}


#m, #nickname-input {
  height: 35px;
  border: 0;
  border-bottom: 2px solid lightgrey;
}

#chat {
  padding-bottom: 50px;
}

#messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#messages li {
  padding: 5px 15px;
}

#messages li:nth-child(odd) {
  background: rgb(242, 169, 0);
  color: #4d4d4d;
}

.send-message-wrapper {
  position: absolute;
  bottom: 8px;
  width: 100%;
  padding-left: 15px;
}

.article h4 {
  font-size: 22px;
}

.article-author {
  color: #aaaaaa;
  margin-bottom: 5px;
}

.article-body {
  font-size: 14px;
}

button.accept {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border: 0;
  padding: 5px 0;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background: #177a39;
  cursor: pointer;
}

button.accept.article-btn {
  padding: 6px 15px;
}

button.accept.vote {
  margin-top: 20px;
}

button.accept:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.vote-wrapper {
  padding-left: 15px;
}

#message-display {
  padding: 0;
  max-height: 248px;
  min-height: 248px;
  overflow-y: scroll; 
}

#m {
  width: 80%;
  margin-right: 2.083%;
}

.chat-message , .chat-user {
  font-size: 16px;
  letter-spacing: normal;
}

form button {
  width: 15%;
}

.chatForm {
  padding-left: 1.667%;
  padding-right: 1.667%;
  margin-left: 2.5%;
}

#footer {
  min-height: 300px;
  color: #4d4d4d;
  background-color: rgb(242, 169, 0);
}

#footer .footer-brand {
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
}

.credits {
  margin-top: 10px;
}

.dev-box {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}

.pro-box {
  display: block;
  position: relative;
  width: 120px;
  margin: 10px auto;
  padding: 10px;
  background-color: #24292e;
  color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.2s ease-in-out;
}

.pro-box:hover {
  text-decoration: none;
  color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.pro-box:hover:active {
  text-decoration: none;
  color: #FFFFFF;
}

.pro-box .fa{
  position: absolute;
  left: 16px;
  top: 15px;
}

/* Modal Specific Styles */

.modal-content {
  border: none;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  font-weight: bold;
  display: block;
  width: 100%;
}

#nickname-input {
  width: 250px;
}

.modal-accept {
  width: 90px;
}

.modal-footer {
  border-top: none;
}