@font-face {
  font-family: "CerebriSans";
  src: url("/fonts/CerebriSans-Bold.ttf");
}

@font-face {
  font-family: "CerebriSans-Regular";
  src: url("/fonts/CerebriSans-Regular.ttf");
}

@font-face {
  font-family: "Butler";
  src: url("/fonts/Butler_Bold.otf");
}

@font-face {
  font-family: "Butler-Medium";
  src: url("/fonts/Butler_Medium.otf");
}

* {
  font-family: "CerebriSans";
}

a {
  text-decoration-color: #467ec2;
}

p {
  font-family: "CerebriSans";
  font-size: 15px;
  color: #467ec2;
}

h1 {
  font-family: "CerebriSans";
  font-size: 21px;
  color: #363636;
}

h2 {
  font-family: "CerebriSans";
  font-size: 48px;
  background: linear-gradient(to right, #e87a32, #953f94, #4383bf, #5ac485);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-family: "CerebriSans";
  font-size: 15px;
  color: #cf2384;
}

h4 {
  font-family: "CerebriSans-Regular";
  font-size: 15px;
  color: #363636;
}

h6 {
  font-family: "CerebriSans-Regular";
  font-size: 15px;
  color: #467ec2;
}

h7 {
  font-family: "CerebriSans";
  font-size: 20px;
  color: #467ec2;
}

h8 {
  font-family: "CerebriSans-Regular";
  font-size: 14px;
  color: #363636;
}

h9 {
  font-family: "CerebriSans-Regular";
  font-size: 16px;
  color: #d3d3d3;
}

h10 {
  font-family: "CerebriSans";
  font-size: 15px;
  color: #363636;
}

h11 {
  font-family: "Butler-Medium";
  font-size: 16px;
  color: #363636;
}

h12 {
  font-family: "CerebriSans-Light";
  text-align: "justify";
  font-size: 15px;
  color: #363636;
}

.org_header {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: -100;
  width: 100%;
  color: white;
  height: 150px;
  background-image: url("/images/triangles.png");
  background-repeat: repeat-x;
}

.price {
  -webkit-appearance: none;
  font-family: "CerebriSans";
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  width: 100%;
}

.submitButton {
  border: none;
  background-color: #467ec2;
  color: white;
  font-family: "CerebriSans";
  font-size: 16px;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.updateButton {
  border: none;
  display: inline-block;
  background-image: linear-gradient(to right, #da9138, #e03895);
  color: white;
  font-family: "CerebriSans";
  font-size: 16px;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.backButton {
  border: none;
  background-color: #467ec2;
  color: white;
  font-family: "CerebriSans";
  font-size: 16px;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.loginButton {
  border: none;
  background-color: #467ec2;
  color: white;
  font-family: "CerebriSans";
  font-size: 16px;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
}

input {
  width: 100%;
  border-radius: 0;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #d3d3d3;
  padding: 10px 25px 10px 10px;
  color: #363636;
}
input:focus {
  border-color: #d3d3d3;
}

.input-box {
  position: relative;
}

input {
  display: block;
  padding: 10px 10px 10px 20px;
}

.unit {
  position: absolute;
  display: block;
  left: 5px;
  top: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 20% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
