@charset "UTF-8";
/* CSS Document */

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Color */

/* Typography */

@media (max-width: 615px) {
	.mobile-typewriter {font-size: 2rem;}
}

@media (max-width: 500px) {
	.mobile-typewriter {font-size: 1.75rem;}
}

@media (max-width: 470px) {
	.mobile-typewriter {font-size: 1.55rem;}
}


@media (max-width: 530px) {
	.lead {font-size: 1.15rem;}
}

@media (max-width: 440px) {
	.lead {font-size: 1.02rem;}
}

@media (max-width: 380px) {

}

@media (max-width: 359px) {
	.lead {font-size: 1rem;}
	.btn {margin-top: 10px;}
}

.font-termina {
	font-family: "termina", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.emph {
	/*font-family: 'Caveat', cursive;*/
	font-size: smaller;
	font-style: italic;
}

/* Font weights */

.weight-300 {font-weight: 300;}
.weight-600 {font-weight: 600;}
.weight-700 {font-weight: 700;}
.weight-900 {font-weight: 900;}

/* Custom default button */
.btn-outline1 {
    color: #f7e3e9;
    text-shadow: none; /* Prevent inheritance from `body` */
    /*background-color: #2d33fb;*/
    border: .1rem solid #f7e3e9;
	/*letter-spacing: 0.25em;*/
	font-size: small;
	padding: .55rem .99rem;
    -webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2d33fb inset , -100px 0px 0 #2d33fb inset;
	box-shadow: 100px 0px 0 0 #2d33fb inset , -100px 0px 0 #2d33fb inset;
}
.btn-outline1:hover,
.btn-outline1:focus {
  	background-color: #f7e3e9;
	border: .1rem solid #f7e3e9;
	color: #2d33fb;
	-webkit-box-shadow: 0px 0px 0 0 #2d33fb inset , 0px 0px 0 #2d33fb inset;
	box-shadow: 0px 0px 0 0 #2d33fb inset , 0px 0px 0 #2d33fb inset;
}

.btn-outline1-inverse {
    color: #2d33fb;
    text-shadow: none; /* Prevent inheritance from `body` */
    /*background-color: #f7e3e9;*/
    border: .1rem solid #f7e3e9;
	/*letter-spacing: 0.25em;*/
	font-size: small;
	padding: .55rem .99rem;
    -webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #f7e3e9 inset , -100px 0px 0 #f7e3e9 inset;
	box-shadow: 100px 0px 0 0 #f7e3e9 inset , -100px 0px 0 #f7e3e9 inset;
}
.btn-outline1-inverse:hover,
.btn-outline1-inverse:focus {
  	background-color: #2d33fb;
	border: .1rem solid #f7e3e9;
	color: #f7e3e9;
	-webkit-box-shadow: 0px 0px 0 0 #f7e3e9 inset , 0px 0px 0 #f7e3e9 inset;
	box-shadow: 0px 0px 0 0 #f7e3e9 inset , 0px 0px 0 #f7e3e9 inset;
}


/* Typewriter effect */

.line {
      /*position: relative;*/
      top: 50%;
      width: 16em;
      margin: 0 auto;
      border-right: 1.5px solid #f7e3e9;
      /*font-size: 180%;*/
      text-align: center;
      white-space: nowrap;
      overflow: hidden;transform: translateY(-50%);
}

/*Animation*/

.anim-typewriter {
      animation: typewriter 1.15s steps(12) 0.15s 1 normal both,
      blinkTextCursor 650ms steps(12) infinite normal;
}

@keyframes typewriter {
      from {
            width: 0;
      }
      to {
            width: 11em;
      }
}

@keyframes blinkTextCursor {
      from {
            border-right-color: #f7e3e9;
      }
      to {
            border-right-color: transparent;
      }
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
	/*background-image: url(../img/sugar_web_pattern_helsinki.jpg);
    background-size: 25%;
    background-attachment: fixed;*/
	font-family: 'Raleway', sans-serif;
}

body {
  /*display: -ms-flexbox;
  display: flex;*/
  background-color: #2d33fb;
  color: #f7e3e9;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
	text-align: center;
}

/*#page {
    background-image: url("../img/background-mask.svg");
    background-size: contain; }*/

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}



/*
 * Cover
 */
.TopMainBg {
    background-color: #2d33fb;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	height: inherit;
    /*min-height: 938px;*/
    width: 100%;
    background-position: center top;
    background-size: cover;
    z-index: -2;
}
.MainMask {
    max-width: 1400px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.MainMask .bgShape {
    position: absolute;
	opacity: 100%;
}
.MainMask .bgShape1 {
    top: 202px;
    left: -70px;
    /*height: 88px;*/
    width: 125px;
}
.MainMask img {
    max-width: initial;
	filter: opacity(0.5) drop-shadow(0 0 0 blue);
}
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.lead {
}

h6 {
    text-transform: uppercase;
    font-size: small;
    letter-spacing: 1px;
	line-height: 1.2rem;
}
h1 {
	font-family: 'Baskervville', serif;
}

.HofE {
	width: 40%;
}

.slide-top {
	-webkit-animation: slide-top 4s ease-in-out infinite alternate-reverse both;
	        animation: slide-top 4s ease-in-out infinite alternate-reverse both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-12 15:43:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}



/*
 * Footer
 */
.mastfoot {
  /*color: rgba(255, 255, 255, .5);*/
	opacity: 60%;
	font-size: 11px;
}

/*
 * Misc
 */

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
