body {
  padding-top: 56px;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

table th {
  font-size: .9rem;
  font-weight: 400;
}

table thead th {
  border-top: none;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

nav, .bottom {
	background-color: var(--top-bot-color)!important;
}

.middle-footer {
	background-color: var(--middle-color)!important;
}

.spacer {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

th {
  background: white;
  color: black;
  font-size: 18px!important;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.social-menu ul {
  position: absolute;
  display: flex;
  left: 38%;
}
.social-menu ul li {
  list-style: none;
  margin: 0 10px;
}
.social-menu ul li .fa {
  color: #000000;
  font-size: 25px;
  line-height: 50px;
  transition: .5s;
}
.social-menu ul li .fa:hover {
  color: #ffffff;
}
.social-menu ul li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  transition: 0.5s;
  transform: translate(0,0px);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
  background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
  background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
  background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
  background-color: #cd201f;
}
.social-menu ul li:nth-child(5) a:hover {
  background-color: #0077B5;
}

.main-container {
  margin: 3rem 0;
}

h1 {
  text-align: center;
}

img {
  max-width: 500px;
  max-height: 500px;
  margin: auto;
  display: block;
}


td, th {
  padding: .3rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  text-align: center!important;
}
