/***											main elements***/
html {
  scroll-behavior: smooth;
}

ul {
    padding-left: 1em;
}

div.space {
	min-height: 300px;
	padding-bottom: 300px;
}

#success {
    min-height: calc(100vh - 30px);
}

.footer {
  bottom: 0;
  width: 100%;
  height: 30px;
  border-top: 1px solid #DD0000;
}

/***											misc***/
/*removes horizontal spaces in Bootstrap elements*/
.no-gutters {
  padding-right: 0;
  padding-left: 0;
}

/*removes vertical spaces in Bootstrap elements*/
.no-vertical-spacing {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.align-right {
	float: right;
}


.fade-title {
     -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.fade-title.hidden {
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.intro {
    min-height: 50vh;
}

.text-grey {
    color: #212529;
}

.force-right {
    right: 0 !important;
    float: right !important;
}


.video-wrapper{
    position: absolute;
    bottom:50vh;
    left:auto;
    right:0px;
    max-height:30vh;
}
.video-fluid
{
    max-height:30vh;
    bottom:50vh;
    top:auto;
    right:0px;
}
.playpause {
    position: absolute;
    right:0px;
    height:100%;
    width:100%;
    top:35%;
}

.fit-navbar {
	padding-bottom:6px;
}
}