@font-face {
  font-family: bt_mono_bold;
  src: url(../fonts/bt_mono_bold.otf);
}

@font-face {
  font-family: bt_mono_regular;
  src: url(../fonts/bt_mono_regular.otf);
}

body {
  font-family: bt_mono_regular;
  margin-top: 50px;
}

.heading {
  font-family: bt_mono_bold;
  font-size: 20px;
  padding: 10px 0;
}

.section-group {
  margin-bottom: 50px;
  font-size: 17px;
}

section a {
  color: grey;
  text-decoration: underline;
  word-wrap: break-word;
}

.content {
  margin-bottom: 10px;
}

.desc {
  font-family: bt_mono_bold;
}

.desc p {
  font-family: bt_mono_regular;
  font-size: 16px;
}

.desc img {
  width: 100%;
}

.log p {
  font-family: Verdana,Geneva,sans-serif;
}

.log img {
  width: 100%;
}

.chat-box input {
  width: 100%;
  outline: none;
}

.chat-box .articles {
  height: 50vh;
  overflow: scroll;
}

.right-align {
  text-align: right;
}

.demo-img {
  padding-bottom: 25px;
}

.section-title {
  margin-top: 0;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
