body {
	height: 100%;
	background-position: center;
	font-family: Calibri;
  margin: 0;
}

html {
  box-sizing: border-box;
}

.logo-img{
    float: left;
    position: relative;
    margin: 10px 15px 15px 10px;
}

.bg-div{
   overflow: hidden;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #ffffff;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  letter-spacing: 3px;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-decoration: none;
  font-size: 13px;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav-right {
  float: right;
}

.img {
  max-width: 100%;
  height: auto;
}

.text {
  background-color: white;
  color: black;
  border-color: black;
  font-size: 70px; 
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  padding: 15px;
  width: 33.33%;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 20px;
}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #ffffff;
  color: black;
}

.container {
  padding: 0 16px;
  text-align: center;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: black;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 50px;
  width: 65px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border-style: solid;
  border-color: black;
}

.fa:hover {
  opacity: 0.7;
}

/* Style the footer */
.footer {
  padding: 10px;
  text-align: center;
}