* {
  margin: 0;
  padding: 0;
}

body {
  color: white;
}

.custom-container {
  background-color: #262729;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

@media screen and (max-height: 700px) {
  .custom-container {
    height: initial;
  }
}

.header {
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  width: 100%;
}

#heading {
  font-size: 60px;
  margin-left: 100px;
  padding-top: 25px;
  padding-bottom: 50px;
}

.content {
  /* width: 100%; */
  display: flex;
  padding-bottom: 100px;
  background-color: #262729;
}

.table-hover tr {
  color: white;
}

.rounded {
  width: 20%;
}

.datatable {
  background-color: #2a2c2d;
  margin: 5px;
  width: 70%;
  margin-left: 100px;
}

.titled {
  color:#3b5998;
  font-size: 15px;
}

a:link {
  color:#3b5998;
}

a:-webkit-any-link {
    color: #3b5998;
    cursor: pointer;
}

nav {
  font-size: 24px !important;
}

#navbarSupportedContent ul li {
  display: inline-block;
  list-style: none;
  padding: 8px 10px;
  position: relative;
}

#navbarSupportedContent ul li::after {
  background: white;
  content: '';
  display: block;
  height: 1px;
  margin: auto;
  transition: 0.5s;
  width: 0%;
}

#navbarSupportedContent ul li:hover::after {
  width: 100%;
}

#navbarSupportedContent ul li:nth-child(4)::after {
  width: 100%;
}

#navbarSupportedContent ul li:nth-child(4)::after {
  content: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#sidebar {
  color: #e7e6e5;
  margin-left: 50px;
}

.roundbox-lt {
  text-align: center;
  border-bottom: 1px solid rgb(185, 185, 185);
  margin: 0 -0.5em 0.5em -0.5em;
  padding: 0 1em 0.5em 1em;
}

.roundbox {
  border: 1px solid #b9b9b9;
  position: relative
}

.roundbox .roundbox-lt {
  position: absolute;
  top: -1px;
  left: -1px
}

.roundbox .roundbox-rt {
  position: absolute;
  top: -1px;
  right: -1px
}


.rtable th {
  font-weight: 700
}


.table-hover tbody tr {
  border-bottom: 1px solid #dddddd;
}

.table-hover tbody tr:last-of-type {
  border-bottom: 3px solid #dddddd;
}

.table-hover tbody tr:hover {
  background-color: #7c7c7d;
  cursor: pointer;
}

.login, .sign-up {
  font-size: 24px;
}

footer {
  background-color: rgb(60,60,60);
  padding: 10px;
}

footer {
  color: #a7a7a7;
  font-size: 24px;
}
footer * {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.row {
  padding: 1em 1em;
}
.row.primary {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  align-items: stretch;
}
.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
  min-height: 15em;
}
footer h3 {
  width: 100%;
  text-align: left;
  color: white;
  font-size: 20px;
  white-space: nowrap;
}

footer a {
  font-size: 16px;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
footer li:not(:first-child) {
  margin-top: 0.8em;
}
footer ul li a {
  color: #a7a7a7;
  text-decoration: none;
}
footer ul li a:hover {
  color: #2a8ded;
}
.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}
footer p {
  font-size: 10px;
}

footer input,
button {
  font-size: 16px;
  padding: 1em;
  width: 200px;
  height: 75px;
  border-radius: 5px;
  margin-bottom: 5px;
}
footer button {
  background-color: #c7940a;
  color: #ffffff;
  width: 200px;
  height: 75px;
}
div.social {
  display: flex;
  justify-content: space-around;
  font-size: 2.4em;
  flex-direction: row;
  margin-top: 0.5em;
}
.social i {
  color: #bac6d9;
}

.copyright {
  padding: 0.3em 1em;
  background-color: #25262e;
}
.footer-menu{
  float: left;
    margin-top: 10px;
}

.footer-menu a{
  color: #cfd2d6;
  padding: 6px;

  text-decoration: none;
}
.footer-menu a:hover{
  color: #27bcda;
}
.copyright p {
  font-size: 0.9em;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .row.primary {
    grid-template-columns: 1fr;
  }

}
