* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
background-color: #efbf74;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #2b2b2b;
  font-family: 'Roboto Bold';
  color: #efbf74;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
}

.tablink:hover {
  background-color: #4f4f4f;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  font-family: 'Roboto Regular';
  color: white;
  display: none;
  padding: 100px 200px;
  height: 100%;
}

#Branding {background-color: #053742;}
#Media {background-color: #085162;}
#Development {background-color: #053742;}
#ProjectX {background-color: #085162;}
#Other {background-color: #053742;}

.title {
    font-family: 'Bold Font';
    font-size: 100px;
    color: #053742;
    background-color: #efbf74;
    padding: 50px;
    text-align: center;
}

.home {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 90px;
    height: 80px;
    z-index: 1001;
  }

  h2 {
    font-family: 'Roboto Bold';
    font-size: 30px;
    color: #efbf74;
  }

  