h1{
  text-align: left;
  font-family: "custom1", Helvetica;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 3px;
}
h2{
    text-align: center;
    font-family: "custom1", Helvetica;
    font-weight: 700;
    letter-spacing: 3px;
}
a:link {
  color:#2e2e2e;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #2e2e2e;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #0096ce;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #0096ce;
  background-color: transparent;
  text-decoration: none;
}
#files{
  width: 45em;
  margin: auto;
  padding: 10px;
  text-align: center;
  font-family: "custom2";
  font-size: 1rem;
  color: #2e2e2e;
  letter-spacing: .01rem;
  line-height: 1.75rem;
}
#contact_linkedin{

}
#header{
  width:100%;
  margin: 20px;
  font-family: "custom1", Helvetica;
  font-weight: 700;
  letter-spacing: 3px;
}
#header_left{
  display: inline-block;
  float:left;
}
#tab_menu{
text-align: right;

}
.tab_menu_items{
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
#face_image{
    text-align:center;
}
#project_text{
  width: 45em;
  margin: auto;
  padding: 10px;

  font-family: "custom2";
  font-size: 1rem;
  color: #2e2e2e;
  letter-spacing: .01rem;
  line-height: 1.75rem;
}
#main_page_text{
    width: 45em;
    height: 500px;
    margin: auto;
    padding: 10px;

    font-family: "custom2";
    font-size: 1rem;
    color: #2e2e2e;
    letter-spacing: .01rem;
    line-height: 1.75rem;
}
#aboutme_head{
  text-align: left;
}
#aboutme{
  float: left;
  width: 75%;
  margin-right: 30px;
    /*
    margin-top: 50px;
    margin-right: 20%;
    margin-left: 20%;
*/
}
#contact_head{
  text-align: left;
}
#contact{

}

form.email p {
  font-family: "custom2";
  font-size: 1rem;
  color: #2e2e2e;
  letter-spacing: .01rem;
  line-height: 1.75rem;
  padding: 0 0 10px 0;
  margin: 0;
}

form.email input, form.email textarea {
  font-family: 'Arial';
  font-size: 15px;
  margin: 0 0 20px 0;
}

form.email input {
  background: #f5f5f5;
  padding: 5px;
  border: 1px solid #bbb;
  border-radius: 5px;
}

form.email textarea {
  background: #f5f5f5;
  padding: 5px;
  border: 1px solid #bbb;
  border-radius: 5px;
  width: 400px;
  height: 250px;
}

form.email input.send {
  color: #fff;
  background: #222;
  border: #000;
  padding: 10px 25px 10px 25px;
  cursor: pointer;
}
form.email input.send:hover {
  color: #fff;
  background: #0096ce;
  border: #0096ce;
  padding: 10px 25px 10px 25px;
  cursor: pointer;
}

@font-face {
  font-family: "custom1";
  src: url("assets/fonts/Montserrat-Medium.otf");
}
@font-face {
  font-family: "custom2";
  src: url("assets/fonts/Merriweather-Light.otf");
}
@font-face {
  font-family: "custom3";
  src: url("assets/fonts/OpenSans-Semibold.ttf");
}
