@font-face {
    font-family: 'Quicksand_Book';
    font-style: normal;
    src: local('Quicksand_Book.otf') format('otf');
    font-display: swap;
}
body {
	font-family: 'Quicksand_Book', sans-serif !important;
/*    padding-bottom:120px; diff*/
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1;
}

.animate-color{
  fill: #7494D6;
  stroke: #7494D6;
  d: path("M 207.10698624343354 125.63960684613971 A 5 5 0 0 1 194.10698624343354 125.63960684613971 A 5 5 0 0 1 207.10698624343354 125.63960684613971");
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#amazon_us, #amazon_uk, #kobo, #smashwords{
    -moz-transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    opacity:0;
    transition: all 2s ease;
}

#amazon_uk {
  transition-delay: 0.3s;
}
#kobo {
  transition-delay: 0.6s;
}
#smashwords {
  transition-delay: 0.9s;
}

img.blur {
-webkit-filter: blur(10px); -moz-filter: blur(10px);
-o-filter: blur(10px); -ms-filter: blur(10px);
filter: url(#blur); filter: blur(10px);  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
-webkit-transition: 0.5s -webkit-filter linear;
-o-transition: 0.5s -o-filter linear;

}
img.unblur  {
-webkit-filter: blur(0px); -moz-filter: blur(0px); -o-filter: blur(0px); -ms-filter: blur(0px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); filter: blur(0px);
}

@keyframes spin-away {
  0%   { opacity: 0;  transform: translate(10px, 15px) rotate(90deg); }
  100% { opacity: 1; transform: translate(0px, 0px) rotate(0deg);}
}

@keyframes fast-resize {
  0%   { opacity: 0.5;  }
  100% { opacity: 1; }
}

.quotes{
  animation-duration: 2s;
  animation-name: spin-away;
  animation-timing-function: linear;

}
em.me-purple{
   animation-duration: 0.8s;
  animation-name: fast-resize;
  animation-timing-function: linear;

}


#query{
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
}
#search-button:hover{
    background-color:rgb(197, 252, 243) !important;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
}
.me-center{
    text-align:center;
}
.jqcloud-word.w10 {
    color: #0cf;
    font-size: 550%;
}
.jqcloud-word.w4 {
    color: #90c5f0;
    font-size: 250%;
}
.jqcloud-word.w1 {
    color: #aab5f0;
    font-size: 100%;
}
.jqcloud-word {
    margin: 0;
    padding: 0;
}
.jqcloud {
    font: 10px Helvetica,Arial,sans-serif;
    line-height: normal;
    overflow: hidden;
    position: relative;
}
.shadow-row{
    transition: background-color 0.2s ease;
}

.shadow-row:hover{
    background-color: #f6efff;
}
.me-white{
	color:white;
}
.me-blue{
	color:#48B3E2;
}
.me-purple{
	color:#7494D6;
}
.me-purple2{
    color: #6b24b4;
}
.me-green{
	color:#50E3C2;
}
.me-dark-green{
	color:#24b47e;
}
.me-grey{
    color:#6b24b4;
}
.me-dark{
	color:#334262;
}

.tool-box{
    border-right:1px solid #89c7dbce;
    text-align:center;
    cursor:pointer;
    padding:30px 10px;
    color: #e0e6fa;
    border-radius:5px;
    transition: background-color 2s ease;
    transition: color 2s ease;
}
.tool-box.active, .tool-box.hover-active{
    background-color: #e0f1fa;
    transition: background-color 1s ease;
    transition: color 1s ease;
    color: #2490b4;
}
.link-box{
    text-decoration:none !important;
}
.link-box:hover{
    color:#245b0e !important;
}

.me-button-text{

    color:white;
    font-size:0.85em;
    letter-spacing: 0.11em;
    text-shadow: 0px 1px 3px #006344C0;
    text-decoration: none !important;
}
.me-button-text:hover{
    color:white;
}
.me-button:hover{
    background-color:#43da96;
}
.me-button{
    cursor:pointer;
    border-radius:5px;
    background-color:#3ecf8e;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    transition: all 0.3s ease;
}

#msg_help{
    cursor:pointer;
    border: 1px #247fb4 solid;
    background:white;
    border-radius:50px;
    z-index:9999;
    position:fixed;
    bottom:-80px;
    left:10px;
    opacity:0;
    padding: 0.6rem 1.5rem;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
}
#msg_help p{
    font-size:0.75em;
    letter-spacing: 0.11em;
    text-shadow: 0px 1px 3px #c000cd52;
    text-decoration: none !important;

}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.assessment_name{
    font-size:1.3em;
    margin-top:1.5rem;
}
.assessment_result{
    font-size:3em;
}
.assessment_explanation{
    font-size:1em;
    border-radius:5px;
    border: 1px solid #cececece;
    text-align:justify;
    padding:10px;
}
.technical_name{
    font-size:0.9em;
    padding-bottom:1.5rem;
    text-align:center;
}
.technical_value{
    font-size:2em;
    text-align:center;
}
.ex-idea{
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    transform: perspective(800px) rotateY(-40deg)

}
.ex-book-search{
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    transform: perspective(800px) rotateY(-40deg)
}
#diagram{
    /*
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    */
    transform: perspective(10000px) rotateX(35deg) rotateZ(-20deg)
}
.custom-tooltip {
    position: absolute;
    width: 250px;
    background: #fff;
    padding: 7px 10px 7px 10px;
    display: none;
    pointer-events: none;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    z-index: 1000;
    height: auto;
}
.custom-tooltip h1 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 3px 0;
    color: #ff8f00;
}
.custom-tooltip .description {
    font-size: 11px;
    color: #212121;
    margin: 0;
    padding: 0;
}
.custom-tooltip .description b {
    color: #777;
    font-size: 11px;
    font-weight: normal;
}

.author_results{
        font-size:1.5em;
}


#dtBasicExample_wrapper{
    margin-top:30px;
}

.nav-item{
    transition: all 0.3s ease-in;
}
.nav-item .nav-link, .nav-item{
    transition: all 0.3s ease-in;
}
.nav-item:hover{
    border-radius: 5px;
}
.nav-item:hover .nav-link{
    color: #ebadff !important;
    text-shadow: 0px 1px 3px #006344C0;
}

.alert{
    min-width: 250px;
    text-align: center;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    -webkit-box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
    -moz-box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
    box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
    background-color:#7494D6; border:none;
    color:white;
}
.alert a{
    color: white !important;
    text-decoration: underline;
}
#alert_token{

    min-width: 250px;
    text-align: center;
    position: fixed;
    z-index: 1;
    bottom: 70px;

}
.me-animate.start{
	animation: grow_circle 2s;
}
.fa-star,.fa-star-half-alt {
    color:#ffbd00 !important;
}

.me-animate-left{
	/*animation: fadeInLeft 1s ease-out;*/

	transform: scaleX(1);
    transform-origin: 100% 50%;
    transition: transform 1s ease-out;
}
.me-animate-left.me-left{
	/*animation: fadeInLeft 1s ease-out;*/
	transform: scaleX(0);
}
.me-animate-down{
	/*animation: fadeInLeft 1s ease-out;*/
	opacity: 0;
	transform: scaleY(0);
    transform-origin: 0% 0%;
    transition: transform 1s ease-out;
}

.me-animate-down.me-down{
	transform: scaleY(1);
	opacity: 1;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
	transform: scaleY(0);

  }

  to {
    opacity: 1;
    transform: scaleY(1);
	/*-webkit-transform: none;
    transform: none;*/
  }
}
@keyframes grow_circle {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes fadein_animation {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
#particles-js-canvas-el{
	display: block;
	vertical-align: bottom;
}
#particles-js{
	position:absolute;
	z-index:-1;
	width: 50%;
	height: 500px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-animation: fadein_animation 1s ease-in; /* Safari 4+ */
	-moz-animation:    fadein_animation 1s ease-in; /* Fx 5+ */
    -o-animation:      fadein_animation 1s ease-in; /* Opera 12+ */
	animation:         fadein_animation 1s ease-in; /* IE 10+, Fx 29+ */

}

#search-button{
    color:#50E3C2;
}
#background-svg{
    width:100%;
    overflow:none;
}

@media screen and (max-width: 1200px){
    #background-svg{
        width:1200px;
        overflow:none
    }
    #particles-js{
        width: 100%;
    }
}

@media screen and (max-width: 760px){
    #remote-writer-link{
        display:none !important
    }
}

