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

.mainHeadLine {
  width: 100%;
  text-align: center;
  color: #d2caca;
  font-weight: 800;
  font-size: 50px;
}

.imageSize {
  width: 300px;
  height: 300px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 10%;
  border: 10px solid #294629;
}
.imageSize:hover {
  border-radius: 80%;
}

#bootstrap-overrides img:hover {
}

#bootstrap-overrides .container-fluid {
  background-color: #0c0e0d;
  padding-top: 5%;
}
.header {
  background-color: rgb(0, 0, 0);
  font-family: courier, arial, helvetica;
  border-top: 4px solid grey;
  border-bottom: 2px solid grey;
  z-index: 999;
  box-shadow: 10px 10px 5px 5px white;
}

.subheader {
  height: 60px;
  background-color: rgb(24, 25, 39);
  font-size: 40px;
  width: 100%;
  text-align: center;
}

.subheader3 {
  height: 200px;

  font-size: 40px;
  width: 100%;
  text-align: center;
}

.picsubtext {
  height: 60px;

  font-size: 20px;
  width: 100%;
  text-align: center;
}

redtext {
  color: red;
}

.subheader2 {
  background-color: rgb(24, 25, 39);
  font-size: 40px;

  text-align: center;
  color: white;
}

.lueckenfueller {
  color: #d2caca;
}
.twitterButton {
  float: right;
  position: absolute;
  right: 100%;
}

a:link {
  color: rgb(255, 255, 255);
}

/* visited link */
a:visited {
  color: blue;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: red;
  text-decoration: none;
  transition: 0.3s ease-out;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
}
.referralLink {
  background-color: rgb(24, 25, 39);
  text-align: center;
  height: 5vh;
  border-bottom: 1px solid darkgray;
}

.col-sm-3 {
  padding-bottom: 5%;
}
.hidden {
  display: none;
}
.subEntriesImp {
  padding-left: 3px;
  font-style: italic;
}

.footer {
  padding-top: 4rem;
  background-color: rgb(45, 66, 47);
  width: 60%;
  height: 40vh;
  display: flex;
  justify-self: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.footer-container {
  background-color: rgb(45, 66, 47);
  padding-bottom: 2rem;
  box-shadow: 5px 5px 5px 5px #888888;
}
.footer-heading {
  display: flex;
  flex-direction: column;
  margin-right: 4rem;
}
.footer-heading h2 {
  margin-bottom: 2rem;
}
.footer-heading h3 {
  color: #d2caca;
  font-size: 1em;
}

.baseFont {
  color: #d2caca;
}
.footer-heading a {
  color: #d2caca;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.footer-heading a:hover {
  color: red;
  transition: 0.5s ease-out;
}

h2 {
  color: #d2caca;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

@media screen and (max-width: 1700px) {
  .footer {
    height: 170vh;
    width: 60%;
  }
}

@media screen and (max-width: 1150px) {
  .footer {
    height: 5 0vh;
    width: 60%;
  }
}

@media screen and (max-width: 820px) {
  .footer {
    height: 40vh;
  }
}
@media screen and (max-width: 720px) {
  .footer {
    height: 130vh;
    padding-bottom: 20vh;
  }
}

.profileimg {
  width: 5vw;
  height: 7vh;
  border-radius: 50%;
}

.linkstyle:after {
  width: 60%;
  margin: 0 auto;
  color: white;
  content: "\f061";
  font-family: "FontAwesome";
  /* position: relative; */
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  display: flex;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-self: center;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #243a25;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.formattedText {
  background-color: black;
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding-top: 20px;
  font-size: 20px;
}
.formattedTextInner {
  width: 50%;
  margin: 0 auto;
  background: rgb(31, 28, 28);
}

.formattedText h2 {
  color: white;
}
