body {
  background: linear-gradient(45deg, #b9d2d1, transparent);
  overflow-x: hidden;
  font-family: calibri!important;
}

.bg {
  background-image: url('bgv10.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

nav.navbar.navbar-custom {
  background: linear-gradient(#083f88, #083f88);
}

p.text-center {
  font-size: 30px;
}

.footer-bottom {
  margin-top: 20%;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 425px) {
  .container {
    justify-content: center !important;
  }
  .copyright-text {
    text-align-last: center;
  }
  .col-sm-6 {
    margin-bottom: 30%;
  }
}

h1 {
  animation: 3s slidein-right;
}

h2 {
  animation: 3s slidein-left;
}

@keyframes slidein-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slidein-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.copyright-text {
    color: black;
}

#wrapper .container{
	max-width: 40%;
	display: block;
}

.container {
    background-color: rgba(255,255,255,0.7);
	border-radius: 25px;
}

.col-sm-6 {
    text-align-last: center;
}

.btn {
    max-width: 250px;
    border-radius: 10px;
	border-color: #fff;
    font-weight: 500;
	color: #3a468c;
	background-color: white;
	font-weight: bold;
}
.btn:hover {
	color: #3a468c !important;
	background-color: white !important;

}

@media only screen and (max-width: 425px) {
  #wrapper .container {
    max-width: 80%;
    display: block;
}
}