/* Large Devies, Extra Breakpoint */
@media only screen and (max-width : 1420px) {
.section-icon img {
	transform: none;
}

.menu-triangle {
	border-top: 400px solid #fff;
	border-left: 400px solid transparent;
}

#intro .white-triangle {
	border-bottom: 300px solid #fff;
	border-right: 300px solid transparent;
}

#intro .orange-triangle {
	border-bottom: 400px solid #FF641F;
	border-right: 400px solid transparent;
}

#intro .intro-caption {
	max-width: 500px;
	left: 140px;
	bottom: 40px;
}

.intro-caption .number {
	font-size: 14em;
}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#contact .page-title {
	font-size: 2em;
}

#contact ul li:first-of-type .content a {
	font-size: inherit;
}

#contact ul li:first-of-type .icon {
	font-size: 1.8em;
}

.services ul li,
.services ul li h3 {
	font-size: 1em;
}

.big_letter {
	width: 70%;
}

#menu-overlay ul {
	font-size: 5vh;
}

#menu-overlay ul li {
	padding: 8px 0;
}

.menu-triangle {
	border-top: 350px solid #fff;
	border-left: 350px solid transparent;
}

#intro .white-triangle {
	border-bottom: 200px solid #fff;
	border-right: 200px solid transparent;
}

#intro .orange-triangle {
	border-bottom: 300px solid #FF641F;
	border-right: 300px solid transparent;
}

.certificates ul li {
	width: 50%;
}

.certificates ul li:nth-of-type(even) {
	display: none;
}

#intro .intro-caption {
	max-width: 300px;
	left: 100px;
}

.intro-caption .number {
	font-size: 10em;
}

.intro-caption .title .page-title {
	font-size: 6vh;
}

.image-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}

.services ul li .icon {
	min-height: 100px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.services ul li,
.services ul li h3 {
	font-size: 0.9em;
}

.big_letter {
	width: 40%;
}

.certificates ul li {
	width: 50%;
}

.certificates ul li:nth-of-type(even) {
	display: none;
}

.certificates ul li figure figcaption {
	padding: initial;
	font-size: 1em;
}

#contact ul li:first-of-type .icon, #contact ul li:first-of-type .content a {
	font-size: 3vh;
}

.page-title,
.quotes {
	font-size: 2.1em;
}

#main {
	padding-top: 60px;
}

#menu {
	padding: 1em;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

.intro-caption .title .page-title {
	font-size: 4vh;
}

#footer {
	font-size: initial;
}

#footer ul.social-links {
	margin-bottom: 30px;
}

ul.social-links li {
	margin: initial;
}

ul.footer-nav li {
	padding-left: 20px !important;
	width: 100%;
}

.padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.btn.standard {
	font-size: 1em;
}

.sub-title {
	font-size: 4vh;
}

.quotes {
	margin-bottom: 30px;
}

.service-wrapper .image-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.service-wrapper:before {
	display: none;
}

.image-wrapper.margin-top {
	margin-top: 0;
}

.img-responsive {
	width: 100%;
}
	
h1 {
	font-size: 8vh;
}

h3 {
	font-size: 0.8em;
}

.services ul li {
	width: 50%;
	font-size: 0.9em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.icon img {
	display: block !important;
	margin: 0 auto 15px auto !important;
}

.services ul li:nth-child(2n+1) {
	clear: left;
}

.services ul li:nth-child(3n+1) {
	clear: initial;
}

.services ul li:nth-child(n+4) {
	margin-top: initial;
}

.services ul li:nth-child(n+3) {
	margin-top: 40px;
}

.menu-triangle {
	width: 0;
	height: 0;
	border-top: 160px solid #fff;
	border-left: 160px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}

#intro .white-triangle {
	width: 0;
	height: 0;
	border-bottom: 180px solid #fff;
	border-right: 180px solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
}

#intro .orange-triangle {
	width: 0;
	height: 0;
	border-bottom: 220px solid #FF641F;
	border-right: 220px solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-icon {
	text-align: center;
}

.section-icon img {
	transform: initial;
}

#logo img {
	max-width: 130px;
}

.hamburger {
	margin-top: 22px;
}

#menu-sticky-wrapper.is-sticky #menu {
	padding: 1em;
}

#menu-overlay ul {
	font-size: 5vh;
}

#contact ul li:first-of-type .icon, #contact ul li:first-of-type .content a {
	font-size: 5vh;
}

#intro .intro-caption {
	max-width: 150px;
	left: 60px;
}

.intro-caption .number,
.intro-caption .title {
	width: 50%;
}

.intro-caption .title .page-title {
	font-size: 4vh;
	line-height: 22px;
}

.intro-caption .number {
	font-size: 8em;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

.services ul li {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}

.services ul li:nth-child(n+3) {
	margin-top: initial;
}

.services ul li:nth-child(n+2) {
	margin-top: 40px;
}

}