body {
    color: black;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif , 'Helvetica Neue';
    background: url("../images/what-the-hex-dark.png");
    line-height: 34px;
}

* {
    box-sizing: border-box;
}

/* .your-name {
    text-align: center;
    width: 340px;
    background-color: teal;
    color: #ffffff;
    padding: 10px 5px;
    margin-left: 180px;
} */

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 960px;
}

h1,
h2,
h3,
p {
    margin-bottom: 20px;
}

h1,
h2,
h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    color: red;
}

h1 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 49px;
    border-bottom: 3px solid black;
}

h2,
h3 {
    font-size: 22px;
}

/* 
------------------- */

.ProHeadshot {
    width: 200px;
    height: 200px;
}

button {
    background-color: red;
    border: none;
    color: white;
    padding: 16px 32px;
    font-size: 16px;
}

button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: black;
  }


#masthead {
    z-index: 99;
    margin: 0 0 30px;
    overflow: auto;
    position: fixed;
    width: 100%;
    color: white;
    background: white;
}

#logo {
    float: left;
    width: 377px;
    height: 90px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 90px;
    /* text-align: center; */
    text-decoration: none;
    color: red;
    /* margin-left: 30%; */
}

nav {
    margin-top: 25px;
    float: right;
}

nav a {
    padding-left: 15px;
    color: red;
    border-left: 1px solid black;
    margin-left: 15px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
}

#Viewbtn {
    text-decoration: none;
    padding-left: 110px;
}

#Gif {
    padding-left: 15px;
}

/* li {
    float: right;
}

li a {
    display: block;
    text-align: center;
    padding: 42px 16px;
    text-decoration: none;
    color: #777777;
    position: relative;
}

li a:hover{
    color: #666666;
} */

footer {
    background-color: #666666;
    text-align: center;
    font-size: 12px;
    padding: 30px 0;
    border: solid grey;
    border-width: 10 0px;
    clear: both;
    height: 50px;
    color: black;
}


/* 
----------------------- */

#main-container {
    padding-top: 130px;
    /* min-height: calc(100vh - 70px); */
}

.main-section {
    float: left;
    width: 100%;
    max-width: 960px;
    padding: 30px;
    margin:  0 0 40px;
    background: white;
    border: 1px solid grey;
}

/* ___________________ */
#contact-form ul {
    margin-bottom: 20px;
}

#contact-form li {
    margin-bottom: 10px;
}

label {
    color: red;
}

input[type=text], 
label, 
textarea,
input[type=email] {
    display: block;
    width: 100%;
  }

input[type=text], 
textarea,
input[type=email] {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid black;
  }

  textarea {
      height: 200px;
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 30px;
    border:  0 none;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #45a049;
  }


  @media screen and (max-width: 980px) {

  }

  @media screen and (max-width: 748px) {

  }

  @media screen and (max-width: 640px) {
      nav {
        float: left;
      }
      #masthead {
        position: static;
      }
    
      #logo {
        width: 250px;
        text-align: center;
      }

      #main-container {
        margin: 10px;
      }
  }

  
