body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "raleway", sans-serif;
}

body,
html {
  height: 100%;
  line-height: 1.8;
  background-color: black;
  color: white;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("https://raw.githubusercontent.com/JFELIXZAVALA/responsive-grid-template/main/img/manwithcamera-min.jpg");
  min-height: 95%;
  background-color: black;
}

.w3-bar .w3-button {
  padding: 16px;
}

.center {
  text-align: center;
}
a {
  text-decoration: none;
}

#myNavbar {
  background-color: black !important;
  color: white !important;
  padding-left: 5%;
  padding-right: 5%;
}

#covertxt {
  background-color: black;
}

.pnarrow {
  width: 100%;

  text-align: center;
  font-size: 2.1rem;
}

.title-header {
  font-size: 3rem;
  text-align: center;
}
.subtitle-header {
  font-size: 2rem;
  text-align: center;
}
.containerx {
  padding: 1%;
  margin-left: 10%;
  margin-right: 10%;

  background-color: rgba(219, 219, 219, 0.1);
}
/* Style inputs, select elements and textareas */
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type="submit"] {
  background-color: #ff8800;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
  margin-left: 70%;
  margin-top: 2%;
}

/* Style the container */
.container {
  border-radius: 25px;
  background-color: rgba(46, 46, 46, 0.315);
  padding: 9px;
  margin-left: 30%;
  margin-right: 30%;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 20%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 70%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25,
  .col-75,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
}

.orange {
  color: #ff8800;
}

.big-text {
  font-size: 4rem;
}

.footer {
  text-align: center;
  color: white;
  font-size: 1.8rem;
  margin: 0px;
  background-color: rgba(46, 46, 46, 0.2);
  padding: 2%;
  padding-top: 4%;
}

.space {
  height: 100px;
}

.cta {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  margin-bottom: 2%;
  background-color: rgba(47, 47, 47, 0.2);
  border-radius: 25px;
  text-align: center;
  width: 45%;
  padding: 1%;
  font-size: 5rem;
}

.greeting {
  font-size: 3rem;
  text-align: center;
  margin: 0;
}
