/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */

.logo{
   opacity: .5;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
   filter: alpha(opacity=50); /* For IE8 and earlier */
}

.logo:hover{
  opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

body{
  background-color: #d29695;;
}

 .carousel-item {
  height: 100%;
  min-height: 100vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.button {
  text-align: center;
}
.content{
  text-align: center;
}

.mobilebutton{
  margin-bottom: 1em;
  color: #222a7e;
  border-color: #222a7e;
}
.mobilebutton:hover{
  background-color: #222a7e;
  border-color: #222a7e;
}

.images{
  display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 20px;
  }

.contentdesktop{
  margin-top: 3em;
}



.content .docs{
  background-color: #222a7e;
  color: white;
  border-width: 2px;
  border-color: #fff;
  height: 3em;
}

.contentdesktop .docs{
  background-color: #e7e8f0;
  color: #3d5261;
  border-width: 0px;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

.contentdesktop .docs:hover{
  background-color: #222a7e;
  color: white;
}

.docs{
  background-color: #c9c9c9;
  border-radius: 0;
  border-color: #adadad;
}

.footer{
  background-color: #d29695;
}


.footer a{
  color: #eddcb8;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}