html, body{
    height:100vh;
    width:100vw;
}

body {
  overflow: hidden;
  font-family: calibri!important;
   background: url('admie240411_bg.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  margin:0;
}

.footer-bottom {
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 45px;
}

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

a.btn.btn-info.text-white {
    font-size: 20px;
}

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

.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: white;
}

@media screen and (max-width: 1024px) {
	.row.text-center.d-flex.align-items-center {
		width: 48vw!important;
		margin-left: 0%!important;
		}
}

@media screen and (max-width: 768px) {
	.row.text-center.d-flex.align-items-center {
		width: 60vw!important;
		margin-left: 0%!important;
		}
}

@media screen and (max-width: 425px) {
	.row.text-center.d-flex.align-items-center {
		width: 85vw!important;
		height: 55vh!important;
		margin-left: 0%!important;
		}
	img.img-responsive.img-rounded {
    /*  background: #002c53; */
	}
	.copyright-text {
    margin-top: -7%;
}
}

@media screen and (max-width: 375px) {
	.row.text-center.d-flex.align-items-center {
		width: 93vw!important;
		height: 60vh!important;
		margin-left: 0%!important;
		}
	img.img-responsive.img-rounded {
 /*  background: #002c53; */
	}
	.copyright-text {
    margin-top: -7%!important;
}
}


@media screen and (max-device-width: 1024px) and (orientation: landscape) {
   .row.text-center.d-flex.align-items-center{
	   height: 46vh!important;
	}
	h2 {
    font-size: 17px!important;
	}
	h1 {
    font-size: 23px!important;
	}
	#pr{
		font-size: 17px!important;
	}
	.footer-bottom {
    height: 30px!important;
}
}

@media screen and (max-device-width: 425px) and (orientation: landscape) {
	.row.text-center.d-flex.align-items-center {
    margin-top: -30%!important;
	}
	h2 {
    font-size: 17px!important;
	}
	h1 {
    font-size: 23px!important;
	}
	#pr{
		font-size: 17px!important;
	}
	.footer-bottom {
    height: 68px!important;
}
}

@media screen and (max-device-width: 425px) and (orientation: landscape) {
	.row.text-center.d-flex.align-items-center {
    margin-top: -30%!important;
	}
	h2 {
    font-size: 17px!important;
	}
	h1 {
    font-size: 23px!important;
	}
	#pr{
		font-size: 17px!important;
	}
	.footer-bottom {
    height: 39px!important;
}
}