body {
  padding: 0;
  margin: 0;
  background: #FFFF;
}

p {
  font-family: "Arial";
}
/*--- navigation bar ---*/
.navbar {
  background:	#000000;
}
.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #0000ff;
}
.navbar-collapse {
  justify-content: flex-end;
}

.header {
  background: linear-gradient(110deg, #1c1cc5, #110ce8, #000000, #ffffff);
  background-size: 800% 800%;
  -webkit-animation: header 11s ease infinite;
  animation: header 11s ease infinite;
  /*background-size: cover;
  background-position: center;
  position: relative;*/
}
@-webkit-keyframes .header {
    0%{background-position:41% 0%}
    50%{background-position:60% 100%}
    100%{background-position:41% 0%}
}
@keyframes header {
    0%{background-position:41% 0%}
    50%{background-position:60% 100%}
    100%{background-position:41% 0%}
}

.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.description {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -55%);
  text-align: center;
}
.description h1 {
  color: #fff;
  font-size:85px;
}
.description p {
  color: #fff;
  /*line-height: 1.5;*/
  font-size:40px;
  font-family: "Arial";
  padding: 0;
  margin: 0;
}

.description button {
  vertical-align: top;
  border:1px solid #000;
  background:#000;
  border-radius: 0;
  color:#fff;
  top: -35px;
  position: relative;
  margin:0;
}
.description button:hover {
  border:1px solid #fff;
  background:#fff;
  color:#000;
}

.features1 {
  margin: 0em auto;
  padding: 1em;
  position: relative;
}
.feature1-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.features {
  margin: 4em auto;
  padding: 1em;
  position: relative;
}
.feature-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}

.features .form-control,
.features input {
    border-radius: 0;
}
.features .btn {
  background-color: #589b37;
  border: 1px solid #589b37;
  color: #fff;
  margin-top: 20px;
}
.features .btn:hover {
  background-color: #333;
  border: 1px solid #333;
}

.page-footer {
  background-color: #222;
  color: #ccc;
  padding: 60px 0 30px;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}

@media (max-width: 575.98px) {
  .description {
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 10%;
    transform: none;
    text-align: center;
  }

  .description h1 {
    font-size: 2em;
  }

  .description p {
    font-size: 1.2rem;
    font-family: "Times";
  }

  .features {
    margin: 0;
  }
}

.link
{
   color:black;
   text-decoration: none;
   background-color: none;
}

.linkalt
{
   color:white;
   text-decoration: none;
   background-color: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.project h1 {
    text-align: center;
}


.output {
  text-align:center;
  font-family: 'Source Code Pro', monospace;
  color:white;
}

.output h1 {
  font-size: 85px;
}

.output p {
  font-size:40px;
  padding: 0;
  margin: 0;
}

.contact img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 300px;
  border-radius: 50%;
}
