@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Conv_GT-Eesti-Display-Regular';
	src: url('../assets/fonts/GT-Eesti-Display-Regular.eot');
    src: url('../assets/fonts/GT-Eesti-Display-Regular.woff') format('woff'), 
    url('../assets/fonts/GT-Eesti-Display-Regular.ttf') format('truetype'), 
    url('../assets/fonts/GT-Eesti-Display-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
    font-family: 'Conv_GT-Eesti-Display-Regular';
    font-size: 1.4rem;
    color: #00666d;
	/* font-family: 'Arial';
	font-weight: normal;
	font-style: normal; */
}

*{ margin: 0; padding: 0; box-sizing: border-box; }

*:focus{ outline: none; }

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

a:link {
  text-decoration: none;
  color:#fff;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #ffc50a;
}

#first a:hover {
    text-decoration: none;
    color: #00666d;
  }

a:active {
  text-decoration: none;
  color: #fff;
}

body{
    /* font-family: 'Conv_GT-Eesti-Display-Regular'; */
    font-size: 1.4rem;
    color: #00666d;
}

header{
    background-color: #00b499;
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    min-width: 850px;
    margin-bottom: 0;
}

h1, h2{
    margin: 0 0 30px 0;
}

h1{
    font-size: 3rem;
    font-weight: lighter;
	color: #00b499;
    width: 60vw;
}

h2{
    font-size: 2.5rem;
    font-weight: bold;
}

h3{
    margin-bottom: 30px;
}

h5 {
	font-size: 2.5rem;
    font-weight: bold; 
	color: #00666d;  
}

p{
    line-height: 2.3rem;
    margin: 0 0 30px 0;
}

p:last-child{
    margin: 0;
}

#logo{
	height: 50px;
}

#mob-icon{
    width: 30px;
    display: none;
}

#mob-icon:hover{
    cursor: pointer;
}


#home{
    background-color: #d3ece5;
    background-image: url('../assets/img/parolo-graphic-00.svg');
    background-repeat: no-repeat;
    background-position-x: 40vw;
    background-position-y: -150px;
    background-size: 75%;
    top: 0;
    padding: 75px;
}

/* //////// messages /////////// */
.message{
      font-weight: bold;
      line-height: 2.2rem;
	  margin-left: 20px;
}
/* /////////////// */


.dots-graphic{
    background-image: url('../assets/img/parolo-graphic-02.jpg');
    background-size: contain;
}
.yellow{
    background-color:#ffc50a;
}
.mint{
    background-color:#d3ece5;
}
.white{
    background-color:#ffffff;
}
.green{
    background-color: #00b499;
}
.green-dark{
    background-color: #00666d;
}

footer{
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.footer-title{
    padding: 25px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    color: #00b499;
    text-align: center;
    border-top: solid 25px #ffc50a;
}

.selected{
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: #ffffff;
}

#contact{
    background-color: #00b499;
    color: #ffffff;
    display: flex;
    flex-direction: row;
}

.spacer{
    margin: 20vh;
}

.content{
    width: 50vw;
    padding: 75px 0;
}

.center-content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-text{
    text-align: center;
}

/*//////////*/

.animation-holder{
	width:100%;
	height:auto;
	float:left;
}

.animation-element {
  opacity: 0;
  position: relative;
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/* // */
animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: 		translate3d(100px, 0px, 0px);
  -webkit-transform: 	translate3d(100px, 0px, 0px);
  -o-transform: 		translate3d(100px, 0px);
  -ms-transform: 		translate3d(100px, 0px);
  transform: 			translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px);
  -ms-transform: translate3d(0px, 0px);
  
  transform: translate3d(0px, 0px, 0px);
}

/*//////////*/


ul{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

ul li{
    list-style: none;
    padding: 10px;
    text-align: left;
    display: flex;
    align-items: center;
}

ol{
    text-align: left;
    width: fit-content;
    margin: 0 auto;
}



.vinkje{
    background: url('../assets/img/parolo-vink.png') no-repeat left top;
    padding-left: 40px;
}

.vinkje:last-child{
    margin-bottom: 25px;
}


.dotted{
    border-top: dotted #ffffff 2px;
}

.dotted:last-child{
    border-bottom: dotted #ffffff 2px;
}

.number{
    background: #00b499;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}

.contact-column{
    padding: 50px 50px;
    flex: 1;
    display: flex;
    justify-content: center;
}

.alt-color{
    color:#ffc50a;
}


/*--- buttons -----*/

.btn{
    border: none;
    padding: 10px 20px;
    margin: 15px 0 0 0;
    font-size: 1.4rem;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.btn-primary{
    background-color: #00B499;
    color: #ffffff;  
}

.btn-primary:hover{
    cursor: pointer;
	color: #ffc50a;
}

.btn-secondary{
    background-color: #FFC50A;
    color: #ffffff;  
}

.btn-secondary:hover{
    cursor: pointer;
	color: #00B499;
}

.btn-diff{
    max-width: 150px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.btn_box{
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn_box .btn{
    width: fit-content;
    padding: 10px 25px;
    margin-bottom: 15px;
}

.newsletter-form{
    display: flex;
    margin-top: 10px;
}

.newsletter-form input[type=email]{
    border: none;
    padding: 10px 20px;
    width: 220px;
    font-family: inherit;
    font-size: 16px;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

input::placeholder{
    color: #a5d8c9;
}

.newsletter-form .btn-send{
    border: none;
    padding: 10px 20px 10px 15px;
    font-family: inherit;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.newsletter-form .btn-send .fas{
    font-size: 1.2rem;
}

form#demo{
    margin: 0 150px;
}

form#demo label{
    font-size: 1rem;
    padding: 0 0 5px 20px;
}

form#demo input{
    border: none;
    padding: 10px 20px;
    font-family: inherit;
    font-size: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #a5d8c9;
}

form#demo button{
    margin-top: 30px;
}

.form-row{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
	width: 100%;
}

/*------ Modal --------*/

.modal-window{
    background: rgba(0,180,153,0.65);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.modal-body{
    background-color: #d3ece5;
    width: 450px;
    flex-grow: 0;
    flex-shrink: 0;
	text-align: center;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	border-radius: 0.2rem;
	box-shadow: 0px 0px 20px 0px rgba(21,102,109,0.75);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(21,102,109,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(21,102,109,0.75);
}

.modal-content{
	padding: 30px 30px 15px 30px;
	font-size: smaller;
}

.modal-content input{
    border: none;
    padding: 15px;
    margin: 10px 0;
    width: 100%;
	font-size: small;
}

.modal-footer{
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 15px;
}

.modal-footer .btn{
	margin: 0;
}


/*-----------*/

 
.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 70px;
    height: 70px;
    border: 2px dotted #5db399;
    background-size: 14px auto;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1);
    margin: 50px auto 0 auto;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 10px);
    transform: rotate(-45deg);
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    border: 4px solid #f0c431;
    border-width: 0px 0 2px 2px;
}

.avatar{
    width: 85px;
    height: 85px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: -10px;
}

@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
}