@charset "utf-8";

header {
    background-color: #edeae3;
    padding-top: 500px;
    padding-left: 100px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
body {
    background-color: #edeae3;
    font-family: Arial, Helvetica, sans-serif;
    width:960px;
    margin:auto;
}
h1,h2,p {
    text-align: center;
}
ul,li,h3 {
    text-align: Left;
}
.footer {
    width:960px;
    height: 40px;
    background-color:#495c86;
    text-align: center;
    padding-top: 20px;
    margin:auto;
}
.first {
    width:960px;
    margin:auto;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.first_video {
    width: 960px;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin:auto;
}
.ford {
    width:960px;
    margin:auto;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.categories {
    width:960px;
    margin:auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #495c86;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form1 {
    width:960px;
    margin:auto;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form2 {
    width:900px;
    margin:auto;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: Left;
    color: white;
}
.button {
  background-color: #495c86; /* Whirlpool */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: strong;
  border-radius: 12px;
}
.button:hover {background-color: #242e42}

.button:active {
  background-color: #242e42;
  transform: translateY(4px);
}


* {
    box-sizing: border-box;
  }
 
  /* Float two columns side by side */
  .column {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding in columns */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }
  
  /* Responsive columns - one column layout (vertical) on small screens */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }