/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	nav {
		padding-left: 5px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .phone {
    right: 30px;
  }
  .g-recaptcha {
    -webkit-transform: scale(0.60);
    -ms-transform: scale(0.60);
    transform: scale(0.60);
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	article p, article h3, article h5, footer p {
		padding: 0 10px 0 10px;
	}
	nav, aside {
		padding: 0;
		text-align: center;
	}
	nav.navcol ul li {
		display: inline;
		padding-right: 5px;
		padding-left: 5px;
	}
	.box {
		display: none;
	}
	.main {
		background: #faedce;
	}
	.icons {
		text-align: left;
		margin-left: 10px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	nav.navcol ul, .bottom ul {
    display: none;
  }
  nav.navcol {
    padding-left: 0;
  }
  .icons {
    text-align: center;
    margin: 0;
  }
  nav.menu {
    display: block;
  }
  .phone {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .g-recaptcha {
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
  }
  .navcol br {
    display: none;
  }
}
