/*!
 * Start Bootstrap - One Page Wonder v5.0.4 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  font-family: 'Ubuntu';
  background-color: rgba(51, 102, 153, 0.9);
}
section{
  text-align:center;
}
h1,
h3,
h4,
h5,
h6 {
  font-family: 'Bitter';
  font-weight: 800 !important;
	line-height: 150%
}
h2 {
  font-family: 'Bitter';
  font-weight: 100 !important;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #555 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(51, 102, 153, 0.9);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
	color:#fff
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7em;
  background: -webkit-gradient(linear, left bottom, left top, from(#3399cc), to(#336699));
  background: linear-gradient(0deg, #3399cc 0%, #336699 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#3399cc), to(#336699));
  background: linear-gradient(0deg, #3399cc 0%, #336699 100%);
}

header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(18rem + 55px);
    padding-bottom: 17%;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .display-4 {
	  font-size: 220%;

  }
}

.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: #ff6633;
  border-color: #ff6633;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #ff4412 !important;
  border-color: #ff4412 !important;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}
.footer #button{
	width:35px;
	height:35px;
	border: #3399cc 12px solid;
	border-radius:35px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.footer #button:hover{
	width:35px;
	height:35px;
	border: #33aaff 12px solid;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position:relative;
}



.footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 5em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
}
.footer a {
	color:#f8f8f8
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 9.5em;
}
.footer #container{
	margin-top:-12px;
	width:100%;
height:100%;
  position:relative;
  left:0;
	background: #3A3A3A;
}
.footer #cont{
  position:relative;
  top:-35px;
  right:190px;
	width:150px;
	height:auto;
	margin:0 auto;
}
.footer_center{
	width:540px;
	float: left;
  text-align:center;
}
.footer h3 {
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 900 !important;
	margin-top:72px;
	margin-bottom:50px !important;
}
.footer h3 a:hover {
	color: skyblue;
}
.footer a:hover {
	color:#f8f8f8
}

#arrow-wrapper {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
	
}
.arrow-border {
  position: relative;
  width: 70px;
  height: 70px;
  border: 8px solid #8DE7FA;
  border-radius: 50%;
		z-index: 99
}
.arrow {
  position: absolute;
  bottom: 19px;
  width: 20px;
  height: 20px;
  border-top: 5px solid white;
  border-right: 5px solid white;
  right: 16px;
}

.down {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}  
  
.pulse {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    position: absolute;
    margin: 0;
    animation: pulsate 4s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
	padding-right:0;
    box-shadow: 0 0 6px 6px #ffffff;
    animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}