html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #dad4ef;
}

.navbar{
    width: 100%;
    height: 10%;
    background: linear-gradient(to bottom right, #6c5b7b, #f8b195);
    z-index: 999;
}

.logo{
  margin: 5px;
}

.navbar-brand{
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  color: #ffffff;
}
.nav-link{
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  color: #ffffff;
}

.nav-item a:hover{
  color: #f8b195;
}

.content-container{
  text-align: center;
  width: 60%;
  margin: auto;
  text-align: justify;
  position: relative;
  top: 50px;
}

.card-deck{
  padding: 1%;
}

.img-thumbnail{
  float: left;
  margin: 4%;
}

.card{
  width: 50%;
  height: 50%;
  list-style: none;
  display: inline;
  margin-right: 0;
  float: left;
  align: center;
  border: 1px solid #888888;
  box-shadow: 10px 10px 5px #888888;

}

.card-img{
  width: 100%;
  height: 100%;
}

.card-img-overlay{
  text-indent: 100%;
  white-space: nowrap;
  overflow:hidden;
}

.name{
  text-align: center;
  width: 100%;
}


.clear{
  clear: both;
}

.About {
  text-align: center;
}

.Contact {
  text-align: center;
}

.Support {
  text-align: center;
}

.text{
  padding: 3%;
  margin: 3%;
  text-align: justify;
}

ul{
  list-style: square;
}

.card-text{
  clear: both;
}

#je{
  clear: none;
}

hr{
  clear: both;
}

.footer{
  background: linear-gradient(to bottom right, #6c5b7b, #f8b195);
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 10px;
  height: 80px;
  margin-top: 10px;
}

.footer-link{
  display: inline;
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  color: #ffffff;
  margin: 10px;
}

a:hover{
  color: #f8b195;
  text-decoration: none;
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: white;
  padding: none;
  border: none;
  cursor: pointer;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    color: #ffffff;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #dad4ef;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ccccff}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
}

.wrapper {
  min-height: calc(100vh - 80px);
}

.push {
  height: 80px;
}
