/*********************************************************   DEVICE   **********************************************************/
/*******************************************************************************************************************************/
/*******************************************************************************************************************************/


@media all and (min-device-width: 320px) and (max-device-width:480px){

/***********************************************************************************************/
/******************************************** Header *******************************************/
/***********************************************************************************************/

#homepage-header {
  position: relative;
  height: auto;
}

#homepage-title-container {
  width: 100%;
  height: auto;
  margin-right: 0px;
}

#title-container {
  width: 100%;
  height: auto;
  margin-right: 0px;
}

.title h1 {
  font-size: 6rem;
  line-height: 75px;
}

#about {
  width: 100%;
  margin-left: 0px;
}

#about h2:nth-child(1){
  width: 48%;
  margin-right: 1%;
  float: left;
}

#about h2:nth-child(n+2){
  float:right;
  margin-right:2%;
}

/***********************************************************************************************/
/************************************* Homepage Projects ***************************************/
/***********************************************************************************************/

#homepage-container {
  margin-top: 10px;
  position: relative;
}

.project {
  min-height: 40px;
}

.project-thumbnail {
  width: 100%;
}

.project h2 {
  display: none;
}

.project-type {
  display: none;
}

/***********************************************************************************************/
/************************************* Projects Pages ******************************************/
/***********************************************************************************************/

#project-info {
  width: 100%;
}

#project-info h2 {
  margin-top: 10px;
  width: 100%;
}

#project-info ul {
  width: 100%;
  margin-top: 10px;
  float: left;
}

#project-container {
  margin-top: 20px;
}

/******************************* Image & Video Sizing *******************************/

.small {
  width: 70%;
}

.small-video{
 width: 70%;
}

.divider h3 {
  width: 29%;
}

.with-caption h3 {
  width: 29%;
  padding-top: 20px;
}

.scroll-image {
  height: 20vh;
}

/******************************* Unique Project Page Title Sizes *******************************/

/*#allkinds-pg h1 {
  font-size: 7rem;
}

#newellness-pg h1 {
  font-size: 7rem;
}*/

/**********************************************************************************************/
/******************************************* Featured ******************************************/
/***********************************************************************************************/

#featured {
  width: 100%;
  margin-top: 10px;
}

#featured h1 {
  float: left;
  width: 40%;
}

#featured ul {
  width: 29%;
}

/***********************************************************************************************/
/********************************************* Footer ******************************************/
/***********************************************************************************************/

#footer {
  margin-top: 5px;
}

#footer h4 {
  line-height: 9rem;
}

/**************************************** Type Styles *****************************************/

h1 {
  font-family: Pirelli;
  font-size: 6.5rem;
}

h2 {
  font-family: Stabil;
  font-size: .8rem;
  line-height: 1.2rem;
}

h2 span {
  font-family: Fraktion;
  font-size: .7rem;
  line-height: .9rem;
}

h2 a {
  font-family: Fraktion;
  font-size: .7rem;
  line-height: .9rem;
}

h3 {
  font-family: Fraktion;
  font-size: .7rem;
  line-height: .9rem;
}

a {
  color: black;
}

}
