html, body {
  overflow-y:none;
  height: 100vmin;
}

.fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.home {
  background-image: url("https://assets.actrand.com/actrand/backgrounds/code.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height:100vh;
  position:relative;
  animation: homeSmaller 2s ease forwards;
  animation-delay: .8s;
}

@keyframes homeSmaller {
  0%{height:100vh;}
  100%{height:80vh;}
}

.home-contents {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width:100%;
}

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

.bg {
  /* The image used */
  background-image: url("https://assets.actrand.com/actrand/backgrounds/code.png");

  /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -93px;
  position:relative
}
.bg-contents{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width:100%;
  padding:50px;
}
.bg-contents>div{
  width:80%
}

.actrand-form{
  box-shadow: 0px 0px 5px 2px rgba(87, 41, 97, 0.5);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.purple-section{
  background-image: url(https://assets.actrand.com/actrand/backgrounds/pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: white;
}

.actrand-card {
  background-color: white;
  color: #572961;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  transform: rotateX(-90deg);
  
  transition: .75s cubic-bezier(0,.2,.2,1);
  background-color: #572961;
}

.overlay-text {
  color: white;
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.actrand-card:hover > .overlay {
  opacity: 1;
  transform: rotateX(0deg);
}

.btn-actrand {
  color: #fff;
  background-color: #572961;
  border-color: #572961
}

.btn-actrand:hover {
  color: #fff;
  background-color: #c97ac0;
  border-color: #c97ac0
}

.btn-actrand.focus,
.btn-actrand:focus {
  color: #fff;
  background-color: #572961;
  border-color: #c97ac0;
  box-shadow: 0 0 0 .2rem rgba(201, 122, 192 .5)
}

.what-we-do {
    position: relative;
    background-image: url(https://assets.actrand.com/actrand/backgrounds/pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 5vmin;
    padding-left: 25vmin;
    top: -25vmin;
    /* bottom: -25vw; */
    /* left: 23vmin; */
    right: -15px;
    z-index: -1;
    /* margin-right: 22vmin; */
    margin-left: 25vmin;
    color: white !important;
    border-bottom-left-radius: 150px;
    /* border-top-right-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}
.what-we-do > * {
  color:white !important;
}
  
.server-hosts {
    position: relative;
    float:right;
    background-color: white;
    padding: 5vmin;
    top: 0vmin;
    /* bottom: -25vw; */
    right: 0vmin;
    z-index: 1;
    color: white !important;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    /* border-bottom-right-radius: 20px; */
    width: 60vmin;
}
.server-hosts > img {
  width:100%;
}