/* @import url(https://fonts.googleapis.com/css?family=Bree+Serif); */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans); */
@font-face {
  font-family: 'Bree Serif';
  src: url('/files/assets/fonts/CodeNext-Trial-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  src: url('/files/assets/fonts/CodeNext-Trial-HairlineItalic.ttf') format('truetype');
}

body {
  background: url(/files/assets/about/img/phonebooth4.jpg) no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  color: #B1B1B1;
  margin: 15px auto 0;
  max-width: 90%;
}

h1 {
  font: 2em 'CodeNext-Trial-Regular', serif;
  color: #fff;
  margin: 10px 0;
}

h2 {
  font: 1.3em 'CodeNext-Trial-Regular', serif;
  color: #fff;
  margin: 10px 0;
}

h3 {
  font: 1.1em 'CodeNext-Trial-Regular', serif;
  color: #fff;
  margin: 10px 0
}

p {
  font: 1em/1.5em 'CodeNext-Trial-Regular', sans-serif;
  color: #11f02f;
  margin: 10px 0
}

/* Contact Form */
#contact_form {
  background: #363636;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  margin-top: 20px
}

#contact_form label {
  color: #B1B1B1;
  font-size: 1em;
  margin: 10px 0
}

#contact_form input,
#contact_form textarea {
  width: 95%;
  background: #3D3D3D;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}

#contact_form textarea {
  height: 150px;
}

#contact_form input[type=submit] {
  width: auto;
  padding: 5px 20px;
  background: #363636;
  color: #B1B1B1;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

#contact_form div {
  margin: 5px 0
}

/* Contact Form container */
.form-container {
  width: 600px;
  padding: 20px;
  background-color: #0c1b449d;
  position: absolute;
  top: 300px;
  left: 100px;
}

.form-title {
  font-size: 18px;
  font-weight: bold;
}

.form-input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #f80eb2;
  border-radius: 4px;
}

.form-button {
  background-color: #4CAF50;
  color: rgb(138, 26, 26);
  padding: 10px 20px;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
}

.form-button:hover {
  background-color: #45a049;
}

.form-textarea {
  width: 500px;
  height: 304px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.container {
  display: flex;
  align-items: flex-start;
  gap: 10%;
  height: 50vh;
  width: 80vw;
  position: relative;
  top: 1%;
  left: 30%;
}

.text-box {
  background: #3636368a;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  margin-top: 20px
}