@charset "utf-8";

@import url(./fonts.css);

@import url(./font-awesome.min.css);

body {
  padding: 2.5rem;
  margin: 0;
  background: black;
  font-family: 'dejavu', 'sans-serif';
}

.container{
  padding-top: 3px;
  display: flex;
  justify-content: center;
  position: relative;
/*   margin-bottom: 5px; */
}

.logo-image {

  min-width: 80px; /* Default minimum size */
}

.centered-nav {
  text-align: center;
  margin: 0 35px;
  padding-top: 3px
}

.textdiv {
  margin-left: 0%;
  margin-right: 0%;
}

.textdiv p {
 display: flex;
 justify-content: center;
 position: relative;
 text-align: center;
line-height: 1.5;
 color: white;
 font-size: 12px;
 font-family: 'URWGothic-Book';
  text-decoration: none;

}

@media screen and (min-width: 768px) {

.centered-nav {
  text-align: center;
  margin: 0 12px;
  padding-top: 3px
}
.logo-image {
  margin: 0 12px;
  min-width: 80px; /* Default minimum size */
}

.textdiv {
/*   margin-bottom: 16%; */ /* force footer to bottom with larger screens with more text */
  margin-left: 20%;
  margin-right: 20%;
}

}

@media screen and (max-width: 600px) {

.centered-nav {
  text-align: center;
  margin: 0 12px;
  padding-top: 3px
}
.logo-image {
  margin: 0 12px;
  min-width: 80px; /* Default minimum size */
}

.textdiv {
  margin-left: 0%;
  margin-right: 0%;
}

}

.footer {
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   margin-top: 100px;
}

.footer p {
  font-size: 12px;
  color: grey;
}

.footer a {
  font-size: 12px;
    color: white;
}

h2 {
    color: grey;
    margin-right: 5px;
    display:inline;
    font-family: 'URWGothic-Book';
}

h3 {
    color: white;
    display:inline;
    font-family: 'URWGothic-Book';
}

h4 {
 display: flex;
 justify-content: center;
 position: relative;
 text-align: center;
line-height: 1.5;
 color: white;
/*  padding-top: 3px */
 font-size: 18px;
 font-family: 'URWGothic-Book';
text-decoration: none;

}

h6 {
 margin-bottom: 1px;
  display: flex;
 justify-content: center;
 position: relative;
 text-align: center;
line-height: 1.5;
 color: gray;;
/*  padding-top: 3px */
 font-size: 18px;
 font-family: 'URWGothic-Book';
text-decoration: none;

}

p {
    text-decoration: none;
}

a {
/*   color: #4d4ae8; */
  text-decoration: none;
}

p, a {
  font-size: .5rem;
  margin-top: 3px;
}


