@font-face {
  font-family: interMedium;
  src: url('./fonts/Inter-Medium.woff') format('woff'),
    url('./fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
  font-family: interBlack;
  src: url('./fonts/Inter-Black.woff') format('woff'),
    url('./fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
  font-family: interLight;
  src: url('./fonts/Inter-Light.woff') format('woff'),
    url('./fonts/Inter-Light.ttf') format('truetype');
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  background: #000000;
}

.secondary {
  background: #ffffff;
}

h1 {
  font-family: interMedium;
  font-size: 24px;
  line-height: 39px;
  color: #000000;
  margin: 0;
}

h2 {
  font-family: interMedium;
  font-size: 18px;
  line-height: 39px;
  color: #000000;
  margin: 0;
}

p {
  font-family: interLight;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  color: #000000;
}

a {
  font-family: interLight;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.negative {
  color: #ffffff;
}

input, textarea {
  -webkit-border-radius: 0;
  -webkit-appearance:none;
}

input[type=submit] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"] {
    appearance: checkbox !important;
    border-radius: 0;
    -webkit-border-radius: 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  /* Firefox */
  font-family: interLight;
  font-size: 18px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.5);
  font-family: interLight;
  font-size: 18px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.5);
  font-family: interLight;
  font-size: 18px;
}

.form_input {
  padding: 0px 0px 0px 8px;
  font-family: interLight;
  font-size: 18px;
  color: #000000;
}

#logo_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0px 32px 0px;
  width: auto;
  height: auto;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#logo {
  width: 64px;
  height: 64px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#signet {
  width: 128px;
  height: auto;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-top: 16px;
}

#video_frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 0px 0px 0px;
  gap: 10px;
  width: 100%;
  flex: none;
  order: 1;
  flex-grow: 0;
}

#contact_frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  width: 100%;
  background: #FFFFFF;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
  box-sizing: border-box;
}

#letmeedit_frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #000000;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  box-sizing: border-box;
}

#contact_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 64px 0px 32px 0px;
  gap: 4px;
  width: auto;
  height: auto;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#letmeedit_title{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 0px 8px 0px;
  gap: 4px;
  width: auto;
  height: auto;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#contact_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 64px 0px;
  width: 100%;
  max-width: 720px;
  height: auto;
  flex: none;
  order: 1;
  flex-grow: 0;
}

#contact_info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: auto;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

#socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 80px;
    height: 32px;
    order: 0;
    align-self: center;
}

#name {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  max-width: 500px;
  height: 64px;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #000000;
  flex: none;
  order: 0;
  flex-grow: 1;
}

#email {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  max-width: 500px;
  height: 64px;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #000000;
  flex: none;
  order: 1;
  flex-grow: 1;
}

#contact_message {
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  border: none;
  border-bottom: 1px solid #000000;
  overflow: auto;
  resize: both;
  padding-top: 32px;
}

#disclaimer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 16px 8px 8px 8px;
  gap: 16px;
  width: 100%;
  height: auto;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

#disclaimer_checkbox {
  box-sizing: border-box;
  display: inline-block;
  flex-direction: row;
  align-items: flex-end;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;

  padding: 0px;
  margin: 0px;
}

#disclaimer_text {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  padding: 0px;
  margin: 0px;


  font-family: interLight;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0,0,0,0.5);
  vertical-align: top;
}

.input_btn {
  min-height: 64px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 64px;
  margin-top: 32px;
  box-sizing: border-box;
  box-shadow: none;
  font-family: interLight;
  font-size: 18px;
  color: #000000;
}

.input_btn:hover {
  background-color: #000000;
  color: #ffffff;
}

#footer_frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0px;
  background: #000000;
  width: 100%;
  height: auto;
  gap: 16px;
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
}

#content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 16px 64px 16px;
  gap: 8px;
  min-width: 320px;
  max-width: 720px;
  width: 100%;
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
}

.instagram {
    display: block;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background: url(images/am_instagram.svg);
    background-size: 32px 32px;
}

.youtube {
    display: block;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background: url(images/am_youtube.svg);
    background-size: 32px 32px;
}
