/* Stylesheet by Luuk! */

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  background: #f5f6fa none repeat scroll;
  font-size: 16px;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  color: #27292d;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  display: block;
  height: 100%;
  margin: 0;
  line-height: 1.5;
  text-align: left;
  padding-top: 10%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}

.loader {
  position: absolute;
  left: 53%;
  top: 53%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  border: 10px solid var(--home-1-color-blue);
  border-radius: 50%;
  border-top: 10px solid var(--home-2-color-blue);
  border-bottom: 10px solid var(--home-2-color-blue);
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

section {
  position: relative;
  z-index: 9;
  display: block;
}

.bubbles-0, .bubbles-1, .bubbles-2, .bubbles-3, .bubbles-4, .bubbles-5, .bubbles-7 {
  width: 13px;
  height: 13px;
  border: 2px solid #4b53a2;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
  opacity: 0.2;
  background-color: transparent;
  position: relative;
  z-index: 9;
}

.bubbles-0 {
  left: 25%;
  top: 189px;
  width: 10px;
  height: 10px;
  border: 2px solid #05128b;
  position: absolute;
}

.bubbles-1 {
  top: 29px;
  left: 26px;
  position: absolute;
}

.bubbles-2 {
  bottom: 30px;
  left: 215px;
  border: 2px solid #7c35a4;
  position: absolute;
}

.bubbles-3 {
  right: 90px;
  bottom: 205px;
  border: 2px solid #308695;
  position: absolute;
}

.bubbles-4 {
  right: 357px;
  top: 80px;
  width: 17px;
  height: 17px;
  border: 2px solid #d47df1;
  position: absolute;
}

.bubbles-5 {
  left: 480px;
  top: 261px;
  width: 9px;
  height: 9px;
  border: 2px solid #308695;
  position: absolute;
}

.bubbles-6 {
  left: 75%;
  top: 189px;
  width: 10px;
  height: 10px;
  border: 2px solid #05128b;
  position: absolute;
}

.bubbles-7 {
  left: 80%;
  top: 389px;
  width: 10px;
  height: 10px;
  border: 2px solid #05128b;
  position: absolute;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.submit-form-1 {
  padding: 5%;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border-radius: 10px;
  background-color: #b9b9b94f;
}

.submit-form-1 h2 {
	text-align: center;
  	padding-bottom: 25px;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}

.navlinkp {
  padding-top: 20px;
  text-align:center;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.navlinkp a {
  background-color: #000000a3;
  border-radius: 5px;
  padding: 15px;
  color: white;
  text-decoration: none;
  width: 100%;
  display: block;
}

.navlinkp a:hover {
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  color: #000000a3;
  text-decoration: none;
  transition: background-color 0.8s;
  transition: color 0.8s;
}

.navlinkp a:active {
  background-color: #000000a3;
  border-radius: 5px;
  padding: 15px;
  color: white;
  text-decoration: none;
}

.navlinka {
  background-color: #000000a3;
  border-radius: 5px;
  padding: 5px;
  color: white;
  text-decoration: none;
}

.navlinka:hover {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  color: #000000a3;
  text-decoration: none;
  transition: background-color 0.8s;
  transition: color 0.8s;
}

.navlinka:active {
  background-color: #000000a3;
  border-radius: 5px;
  padding: 5px;
  color: white;
  text-decoration: none;
}

.navlinkbutton {
  background-color: #000000a3;
  border-radius: 5px;
  padding: 15px;
  color: white;
  text-decoration: none;
}

.navlinkbutton:hover {
  background-color: white;
  border-radius: 5px;
  color: #000000a3;
  text-decoration: none;
  transition: background-color 0.8s;
  transition: color 0.8s;
}

.navlinkbutton:active {
  background-color: #000000a3;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

#charCount {
  text-align: center;
}