/* ==========================================
	Variables
========================================== */
/* Global Styles */
.button {
  display: inline-block;
  margin: 10px;
  padding: 15px 35px;
  color: #fff;
  font-weight: normal;
  font-size: 80%;
  text-transform: none;
  background-color: #232323;
  border-radius: 50px; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  .container .col-6 {
    /* width: 49%; */
    flex: auto;
    display: inline-block; }

.text-right {
  text-align: right;
  float: right;
}

.header-homepage {
  float: left;
  margin-top: 0.9em;
}

.text-center {
  text-align: center; }

h1,
.heading-size-1 {
  font-size: 120%;
  line-height: 1.5; }

p.sub-header {
  font-size: 70%;
  font-weight: normal; }

.card {
  border-radius: 10px;
  overflow: hidden; }
  .card .prof-list-bg {
    height: 100%; }

.mode-switch.light-mode {
  color: #fff; }
.mode-switch.dark-mode {
  color: #232323; }

/* Header */
#header {
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999; }
  #header.dark-mode {
    background: rgba(0, 0, 0, 0.5); }
  #header.light-mode {
    background: rgba(255, 255, 255, 0.5); }
  #header #menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    #header #menu ul li {
      display: inline-block; }
      #header #menu ul li a {
        font-weight: normal;
        font-size: 110%;
        color: #fff;
        text-decoration: none; }
        #header #menu ul li a:after {
          content: '';
          display: block;
          background: transparent;
          width: 100%;
          height: 4px; }

/* Footer */
footer .footer-credits {
  display: block;
  width: 100%;
  text-align: center; }

/*# sourceMappingURL=main.css.map */