/* Fonts */
@font-face {
  font-family: "Roboto Slab";
  src: url("/res/font/RobotoSlab-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "PT Sans";
  src: url("/res/font/PTSans-Regular.ttf") format('truetype');
}



/* Everything else */
.navbar-brand {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  color: rgba(255,255,255,.5) !important;
}

.alert-static {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  z-index: 2;
}

.page-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(238, 238, 238);
  margin-bottom: 20px;
}

.navbar-jeinzi {
  background-color: rgb(34, 34, 34);
}

.socialLink {
  margin-right: 10px;
  margin-left: 10px;
}

.socialLink.small {
  padding: 4px !important;
}

.socialIcon {
  height: 30px;
}

.socialIcon.small {
  height: 22px;
}

img:-moz-loading {
  /* Hide alt text in Firefox while image is loading. */
  visibility: hidden;
}

.img-profile {
  height: 250px;
  width: 250px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  margin-top: 10px;
}

h1 {
  margin-top: 30px;
}

h2 {
  margin-top: 20px;
}

h3.popover-header {
  margin-top: 0px;
}

body {
  font-family: "PT Sans", sans-serif;
  margin-bottom: 60px;
}


/* Footer */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #222;
}

#footerContainer {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}
