body{
  font-family: 'Poppins',  'Montserrat', sans-serif;
}

.goBackArrow{display: none !important;}


.maincontent {
  max-width:100%;
  padding:0;
  margin: 0;
}

.background {
  background-image:url("/imageserver/Textures/egg-shell.png")
}

.myButton {
        margin-top:20px;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}


background {
   background-image:url("/imageserver/Reusable/chimney2020/abstract-bg3.png"); background-size:cover; background-repeat:no-repeat;
}

.page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;         /* hide overflowing bits of circle */
  min-height: 425px;        /* just give enough height to fit text at smallest screen width size */
}

.circle {
   background-image:linear-gradient(to right, #c3c3c1, rgba(195,195,193,0.5));
  color: black;
  transform: translate(-50%, -50%);            /* move the circle left 50% of it's own width and up 50% of it's own height */
  border-radius: 50%;
  padding-top: 100%;                           /* this gives us a responsive square */
  position: absolute;
  top:50%;                                     /* this vertically centers the circle */
  left:0;
  width:100%;
  min-width:500px;                              /* this is the miniimum dimensions to allow circle to fill smaller screens */
  min-height:400px;
}

.page-banner-text {
  position: absolute;                           /* just positions the text on the right of the cirecle */
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding:2em;
  width:40%;
}

@media only screen and (max-width: 600px) {
  .page-banner-text p {
display:none;  }
}

.hero{
  background-color:rgba(251,255,255,0.9); 
  padding:30px 200px 30px 100px; 
  max-width:700px; 
  color:#806f5d; 
  margin:0;
  margin-top:5%;
}


.main {
  margin-top:30px;
  padding:0 30px;
}


@media only screen and (max-width: 768px) {
    .main-img{
      width:100%;
    }
    .hero{
      padding:20px 10px; 
    }
  }



@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;
  opacity: 1 9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:3s;
  -moz-animation-duration:3s;
  animation-duration:3s;
}

.fade-in.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fade-in.two {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.fade-in.three {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}

@media only screen and (max-width: 768px) 
           {
        .centered h1{
          font-size:20px;
      }

        .fade-in.two{
          padding-left:50px;  
      }
        .fade-in.three{
          padding-left:75px;
      }

   }

@media only screen and (max-width: 600px) 
               {

           .centered h1{
               top: 25%;
               left: 35%;
               transform: translate(-50%, -50%);
               font-size:10px;
  
}
          .fade-in.two{
          padding-left:20px;  
      }
        .fade-in.three{
          padding-left:30px;
      }
}