
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0 ;
  background-color: #000000;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #F3F3F3;
}

footer p {
  margin-bottom: .25rem;
}

		#are{
			width: 600px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		iframe {
			display: block;
			margin-left: auto;
			margin-right: auto;

		}
* {
  box-sizing: border-box;
}

body {
  
  font-family: 'Lato', sans-serif !important ;
  font-weight: 300;
}
body h1, body h2, body em {
  
 

  text-align: center;
    -webkit-font-smoothing: antialiased;
  
}
body h3 {
  
  font-size: 22px;
  text-align: center;
  margin: 20px 0 0 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 1px #000;
}
body ul {
    
  display: block;
  margin-bottom: 50px;
}

a {
    color: #cc212c;

  }

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
    top: -2.25rem;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
          transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.styled-input {
  
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.styled-input label {
 
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
          transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
}
.styled-input.wide {
  width: 100%;

}

input, textarea {
  padding: 1rem 1rem;
  border: 0;
  width: 80%;
  font-size: 1rem;
  /*background: #F3F3F3;*/
  margin-bottom: 7px;

}

textarea {
  background: blue
}
input ~ span, textarea ~ span {
  display: block;
  width: 0;
  height: 3px;
  background: #cc212c;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
          transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
input:focus, textarea:focus {
  outline: 0;
}
input:focus ~ span, textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
          transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}


h2.pinline {
  text-align: center;
  display: block;
  overflow: hidden;
  font-size: 1em;
  font-weight: 100;
  margin: 20px 0;
  font-family: 'Lato';
  font-weight: 700;
  text-transform: uppercase;
}
h2.pinline span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
h2.pinline span:before,
h2.pinline span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #eee;
  width: 99999px;
}
h2.pinline span:before {
  left: 100%;
  margin-left: 20px;
}
h2.pinline span:after {
  right: 100%;
  margin-right: 20px;
}


.card-body {
  padding: 0px;

}

.card {
margin-top:1rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / 4%);
    background: #F3F3F3;
    padding-left: 10px;
    padding-right:10px;
}



.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.Copybutton {
  background-color: #cc212c; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


.center
{
  display: flex;
  justify-content: center;
} 
