/* Fonts */
h1, p, a, span {
  /* Setting Google font */
  font-family: 'Roboto Slab', serif;
}
a.navbar-brand {
  font-size: 1.5rem;
}
p, a.nav-link, a.dropdown-item {
  font-size: 1.2rem;
}

/* Header css */
html {
  background-color: #7FB3D5;
  min-height: 100vh;
}

body {
  background-color: inherit;
  min-height: 100vh;
}

nav, footer {
  background-color: #D6EAF8;
}

.container-main {
  background-color: white;
  min-height: 100vh;
  padding-right: 0rem;
  padding-left: 0rem;
}

/* Homepage */
img.profile-img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

a.img-logo {
  text-decoration: none !important;
}

img.img-logo {
  width: auto;
  height: 2.3rem;
}

p.inline-link {
  display: inline-block;
}

/* Blogs */
.blog-paragraph {
  text-indent: 2.5em;
}

/* Ceramics */
.img-gallery {
  width: 100%;
  max-width: 350px;
  height: auto;
}
