.site-header {
  background: ##F77A52;
}

.heading-group-h1 {
  margin: auto;
}

.icon-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2%;
  z-index: 2;
  font-size: 20px;
}

.icon-cross {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2%;
  z-index: 2;
  font-size: 20px;
}

.main-nav {
  background: ##F77A52;
}

.main-nav ul {
  padding: 0;
  list-style: none;
  clear: both;
}

.main-nav li {
  margin-right: .4em;
  font-size: 1.5em;
  padding: .5em .2em;
}

 #nameandlogo{
  list-style: none;
  color: #302B2F;
  font-family: 'Syncopate', sans-serif;
  font-weight: 400;
  text-decoration: none;
  height: 25px !important;
  padding: .2em .2em !important;
  font-size: 1.25em;
}

#recent-projects {
  color: #302B2F;
  font-family: 'Syncopate', sans-serif;
  font-weight: 400;
  font-size: 2em;
  padding-top: 10%;
  padding-bottom: 2%;
  text-align: center;
}

#contact-list {
  text-align: center;
}

#contact-list li{
  display: inline;
  margin: 2%;
  font-size: 2em;
}

#contact-list i{
  display: inline;
  font-size: 2em;
}

#footer-list {
  text-align: center;
}

#footer-list li{
  display: inline;
  margin: 2%;
  font-size: 2em;
}

#footer-list i{
  display: inline;
  font-size: 2em;
}

#footer-list a{
  border: none;
}

.ghlink i{
  font-size: 3em;
}

.ghlink:hover a{
  border: none;
}

.template {
  display: none;
}

.byline {
  color: #777;
  text-align: center;
}

.byline a {
  font-weight: bold;
  text-decoration: none;
}

#home-page {
  padding-bottom: 1%;
}

.hometitles {
  color: #302b2f;
}

#background-head{
  height:auto;
  background-size: contain;
  background-repeat: no-repeat;
}

#background-contact{
  height:auto;
  background-size: contain;
  background-repeat: no-repeat;
}

#mypic {
  min-width: 80px;
}

#mypic img{
  width: 25%;
  min-width: 150px;
  margin: auto;
  border-radius: 25%;
  border: 3px solid #f25f5c;
}

#firstheader {
  border-bottom: white;
}

@media only screen and (min-width: 640px) {

  nav .lm-height {
    height: 36px !important;
  }

  #firstheader {
    border-bottom: thin solid #302B2F !important;
  }

  .main-nav {
    padding: 0.1em;
    width: 100%;
    margin: auto;
    background: white;
    border-bottom: thin #302B2F;
  }

  #list-menu {
    display: block !important;
  }

  #ham-menu {
    display: none;
  }

  .main-nav ul {
    display: block;
    text-align: center;
  }

  .main-nav li {
    display: inline;
  }

  #nameandlogo{
   list-style: none;
   color: #302B2F;
   font-family: 'Syncopate', sans-serif;
   font-weight: 400;
   padding-right: 0%;
   text-decoration: none;
   font-size: 1em;
   text-align: ceter:
  }
}

#brandon-link {
  font-size: 1em;
}

#brandon-link:focus, #brandon-link:hover{
  color: black;
  border-bottom: none;
}

.project-body{
  text-align: center;
}

.project-body p{
  display: inline-block;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (min-width: 800px) {
  #nameandlogo {
    padding-right: 10% !important;
  }
}

@media only screen and (min-width: 1000px) {
  #nameandlogo {
    padding-right: 30% !important;
  }
}

@media only screen and (max-width: 655px) {
  #list-menu li{
    padding-right: 0%;
  }
}

@media only screen and (min-width: 1500px) {
  .project-body{
    text-align: center;
  }

  .project-body p{
    display: inline-block;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
  }
}
