html {
    scroll-behavior: smooth;
  }
  
  body {
	font-family: 'Kumbh Sans', sans-serif;
	color: #4E5150;
  }

  .computer {
    display: block;
  }
  
  .spacer {
    width: 100%;
    height: 70px;
  }
  
  .navbar{
  background: #fff !important;
  }
  
  nav {
    background: #fff;
    padding: 6px;
  }
  
  nav li {
    display: inline-block;
    padding-right: 12px;
  }
  
  nav li a {
    text-decoration: none;
    color: #fff;
  }
  
  nav a:hover{
	color: #c765f7 !important;
	text-decoration: underline;
  }
  
  .navbar-brand a:hover{
    text-decoration: none;
  }
  
  .main-image {
    background-image: url('../images/jumbotron.jpg');
    height: 500px;
    background-size: cover;
    position: relative;
    margin: 50px 0 20px 0;
  }

  .trans-white {
    width: 70%;
    background: rgba(255,255,255,0.6);
    padding: 30px;
    position: relative;
  }
  
  .trans-white p{
    width: 60%;
    margin: 10px auto;
  }

  .quote {
    font-size: 30px;
    color: #000;
  }

  .man {
    text-align: right !important; 
  }

  .row img {
	width: 100%;
	margin: 20px auto;
}

h1 {
  color: #4e4f4f;
}

h2 {
  color: #4e4f4f;
}

a {
  text-decoration: none;
  color: #c765f7;
}

a:hover{
	color: #4E5150 !important;
	text-decoration: underline;
  }

.button {
	background-color: #c765f7;
	color: #fff;
}

.button:hover {
	background-color: #c765f7;
}

.details {
  margin: auto;
}

p {
  margin-top: 20px;
}

.explanation {
  font-size: 18px;
}

.name {
  margin: auto 0 10px 0;
  text-align: center;
}

.mobile {
display: none;
}

footer {
	background-color: #4e4f4f !important;
	color: #fff;
	width: 100%;
	padding: 20px;
	margin-top: 120px;
}

@media screen and (max-width: 480px) {

  .computer {
    display: none;
  }

  .main-image {
    background: url('../images/jumbotron2.jpg');
    height: auto;
    background-size: cover;
    margin-bottom: 20px;
  }
  .trans-white {
    background: rgba(255,255,255,0.6);
    padding: 10px;
  }

  .trans-white p {
    width: 100%;
  }

  .quote {
    font-size: 22px;
    color: #000;
  }

	.hidden {
		display: none;
	}

  .mobile {
    display: block;
    }
    
	footer {
		margin-top: 140px;
	}

	legend {
		font-weight: 500;
	}

}

@media screen and (min-width: 800px) {
	h3 {
		font-size: 22px;
	}

	legend {
		font-size: 18px;
	}

	footer {
		margin-top: 140px;
		height: 140px;
	}
}