body {
  font-family: "Roboto", sans-serif;
  color: #1a1a1a;
  background-color: #fff;
  font-size: 16px;
  margin: 0; }

html {
  background-color: rgba(3, 191, 233, 0.06); }

.bodyBackground {
  background-color: rgba(3, 191, 233, 0.06);
  display: flex;
  justify-content: center;
  min-width: 100%;
  flex-direction: column; }

#search {
  display: flex; }

.mainComponents {
  display: flex;
  align-self: center;
  width: 70%;
  flex-direction: column; }

.searchComponent {
  display: flex;
  align-self: center;
  width: 70%;
  flex-direction: column;
  margin: auto; }

.messageView {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  align-content: center;
  background: #fff; }
  .messageView div {
    flex: 2; }
  .messageView .names {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #03BFE9; }
  .messageView ul {
    flex: 1; }
    .messageView ul li {
      border-style: solid;
      border-width: 0 0 1px 0;
      border-color: #03BFE9; }

ul {
  list-style: none;
  padding: 0;
  margin-top: 0; }
  ul li {
    display: flex;
    background-color: #fff;
    padding: 0px;
    padding-bottom: 5px;
    margin: 10px;
    flex-direction: row; }
    ul li .avatar {
      background-color: #03BFE9;
      margin: 10px; }
    ul li p {
      margin: 10px; }
  ul .feedItem {
    padding: 10px 10px 15px 10px; }
  ul .searchItem {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #03BFE9;
    margin: 0 10px 0 10px;
    padding: 10px 5px 10px 5px; }

.messages {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  border-width: 0; }
  .messages .myMessage {
    width: 40%;
    background-color: #03BFE9;
    align-self: flex-end;
    border-radius: 10px;
    border-width: 0;
    padding: 5px; }
  .messages .theirMessage {
    width: 40%;
    background-color: #FF9900;
    align-self: flex-start;
    border-radius: 10px;
    border-width: 0;
    padding: 5px; }

.feed {
  display: flex;
  flex-direction: column-reverse; }

.search {
  display: flex;
  flex-direction: column; }

h1 {
  font-size: 20px;
  font-weight: normal;
  color: #03BFE9;
  padding-left: 20px;
  margin-bottom: 0px; }

.descriptor {
  color: #03BFE9; }

.bio {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 5px; }

.root {
  flexGrow: 1; }

.leftNav {
  display: inline-flex;
  flex: 1; }
  .leftNav a {
    padding: 0; }

.rightNav .navatar {
  width: 39px;
  height: 39px; }

.row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 10px; }
  .row .activityImg {
    flex: 1;
    min-width: 1%;
    min-height: 1%;
    width: 20%;
    padding: 10px; }

#bigavatar {
  width: 100px;
  height: 100px;
  margin-right: 20px; }

#searchBarInput {
  width: 500px;
  color: #fff;
  border-bottom-color: #fff; }
  #searchBarInput:before {
    background-color: #fff; }
  #searchBarInput:after {
    background-color: #fff; }

a {
  color: #FF9900;
  text-decoration: none; }

.button span {
  color: #fff;
  padding: 0; }

.bio .bluebutton {
  align-self: center; }

.centered {
  display: flex;
  justify-content: center; }
  .centered .bluebutton {
    background-color: #03BFE9;
    color: #fff;
    align-self: center;
    display: inline; }

#bluebutton {
  background-color: #03BFE9;
  color: #fff;
  align-self: center;
  display: inline; }

.header {
  background-image: url(/img/harborbackground.jpg);
  background-size: cover;
  height: 100vh;
  color: #000462; }

.overlay {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 8px; }

.plain {
  background: #fff;
  color: #000462; }

.signInComponent {
  display: flex;
  align-self: center;
  width: 40%;
  flex-direction: column;
  padding: 20px;
  margin: auto; }


/*# sourceMappingURL=main.css.map*/