/* LESS CSS Document */
/* Define Fonts */
.adelle-thin {
  font-family: 'adelle-sans', sans-serif;
  font-weight: 100;
  font-style: normal;
}
.adelle-light {
  font-family: 'adelle-sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.adelle-regular {
  font-family: 'adelle-sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.adelle-bold {
  font-family: 'adelle-sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* Define Variables */
.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* Define Layout */
html,
body {
  height: 100%;
  /* 	min-height: 100%; */

}
body {
  font-family: 'adelle-sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  /* background-color: #999; */

}
.main-wrap {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}
section {
  width: 100%;
  /* height: 100%; */

  min-height: 100%;
  position: relative;
  float: left;
  clear: left;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
section .content {
  width: 50%;
  padding: 6.510416667% 11.8359375% 0;
  position: relative;
  color: #134b60;
}
section .content h1 {
  font-size: 2em;
  padding-bottom: 1.25rem;
  font-family: 'adelle-sans', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
}
section .content h2 {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  font-family: 'adelle-sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
section .content h3 {
  font-size: 1em;
  padding-bottom: 1rem;
  font-family: 'adelle-sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
section .content p {
  font-size: 1em;
  padding-bottom: 3.125rem;
  line-height: 1.5rem;
  font-family: 'adelle-sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
section.home-alt {
  background: url(../assets/svg/chevron-down.svg) no-repeat 50% 90%, linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../assets/images/workbench.jpg) no-repeat 50% 50%;
  background: url(../assets/svg/chevron-down.svg) no-repeat 50% 90%, -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../assets/images/workbench.jpg) no-repeat 50% 50%;
  background-size: 80px auto, cover, cover;
}
section.home-alt .main {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.home-alt .main .content {
  width: 20%;
  margin: 0 auto;
  padding: 0;
}
section.home-alt .main .content .agl-logo path {
  fill: #ffffff;
}
section.mission .main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.mission .main .content {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
section.services .main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.services .main .content {
  width: 70%;
  margin: 0 auto;
  padding: 3.125rem 0 0;
}
section.about .main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.about .main .content {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
section.independent {
  background: url(../assets/images/engagment-ring-diamond.jpg) no-repeat 0 0;
  background-size: cover;
}
section.independent .content {
  width: 30%;
  padding-left: 60%;
  padding-right: 0;
  color: #ffffff;
}
section.independent .content h1 {
  line-height: normal;
}
section.products {
  background: url(../assets/images/jewelery-diamond.jpg) no-repeat 50% 0;
  background-size: cover;
  padding-bottom: 6.510416667%;
}
section.products .content {
  width: 30%;
  padding-left: 60%;
  padding-right: 10%;
  color: #ffffff;
}
section.contact {
  height: 100%;
  min-height: 100%;
}
section.contact #map-canvas {
  min-height: 100%;
}
section.contact .main {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border-top: 2px solid #E1E1E1;
}
section.contact .main .content {
  width: inherit;
  box-sizing: border-box;
}
section.contact .main .content .info {
  float: left;
  width: 25%;
  min-width: 10em;
}
section.contact .main .content .info p {
  padding-bottom: 0;
}
section.contact .main .content a {
  text-decoration: none;
  font-family: 'adelle-sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
section.contact .main .content a:link,
section.contact .main .content a:visited {
  color: #134b60;
}
section.contact .main .content a:hover,
section.contact .main .content a:active {
  color: #7f7f7f;
}
section.contact .main .content p {
  font-size: 1.25em;
}
section.contact .main .content .email {
  /* 				width: 75%; */

  padding-left: 5%;
  /*
				.split {
					display: inline-block;
					vertical-align: bottom;
					padding-top: 1em;
					
					&:first-child {
						vertical-align: top;
					}
					
					&:last-child {
						width: 4.5em;
						vertical-align: bottom;
					}
				}
*/

}
section.contact .main .content .email input {
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #134b60;
  border-radius: 0;
  padding: 0.5rem;
  font-size: 1.25em;
  color: #134b60;
}
section.contact .main .content .email input:focus {
  outline: none;
}
section.contact .main .content .email input#submit {
  width: auto;
}
section.contact .main .content .email textarea {
  width: 18.125rem;
  height: 6.25rem;
  display: block;
  border: none;
  background-color: transparent;
  border-left: 1px solid #134b60;
  border-right: 1px solid #134b60;
  padding: 0.5rem;
  font-size: 1.25em;
  color: #134b60;
  resize: none;
}
section.contact .main .content .email textarea:focus {
  outline: none;
}
.toggle h3 {
  line-height: 1.25rem;
  cursor: pointer;
  background-image: url(../assets/svg/expand-button.svg);
  background-position: 0 0;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 1.75em;
}
.toggle h3.expanded {
  background-image: url(../assets/svg/collapse-button.svg);
}
.toggle p {
  margin-bottom: 1em;
  border-bottom: 1px solid #ffffff;
}
.button {
  width: 15.625em;
  display: block;
  border: 2px solid #134b60;
  border-radius: 0.375rem;
  margin: 0 auto;
}
.button:hover {
  border-color: #248eb5;
  box-shadow: 0 0 0.75em #999;
}
.button a {
  text-decoration: none;
  vertical-align: top;
  display: block;
  padding: 1.25em;
}
.button a:link,
.button a:visited {
  color: #134b60;
}
.button a:hover,
.button a:active {
  color: #248eb5;
}
.overlay {
  width: 100%;
  height: 4em;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: #e1e1e1;
}
.overlay h1 {
  line-height: 4em;
  margin: 0;
  padding: 0 2em;
  display: block;
  text-transform: uppercase;
}
.main-nav.active {
  background-color: rgba(0, 0, 0, 0.8);
  border-left: 1px solid #7f7f7f;
}
.main-nav.active ul {
  display: block;
}
.main-nav {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
  height: 100%;
  background-color: transparent;
  border-left: none;
  /*
		li:last-child {
			border-bottom-left-radius: 1em;
		}
*/

  /* } */

}
.main-nav .menu-btn {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
  /* 		visibility: hidden; */

  cursor: pointer;
  float: left;
}
.main-nav .menu-btn img {
  display: block;
}
.main-nav .menu-btn .open-btn {
  display: none;
}
.main-nav .menu-btn .open-btn.active {
  display: block;
}
.main-nav .menu-btn .close-btn {
  display: none;
}
.main-nav .menu-btn .close-btn.active {
  display: block;
}
.main-nav .menu-btn.active {
  visibility: visible;
}
.main-nav ul {
  display: none;
  clear: left;
  /*
		position: absolute;
		top: 0;
		right: 0;
		min-height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
*/

  /*
		
		li.close-btn {
			width: 2em;
			height: 2em;
			padding-left: 1em;
*/

  /*
			border-radius: 1em;
			border-right: 1px solid @light-grey;
*/

  /*
			margin: 0;
			
			svg.close {
				polygon, path {
					fill: @white;
				}				
			}
			
			&:hover, &:active {
				background-color: transparent;
				svg.close {
					polygon, path {
						fill: @blue;
					}
				}
			}
*/

  /*
			position: absolute;
			left: -1.1875em;
			top: -1.1875em;
*/

  /* 			background-color: rgba(255, 255, 255, 0.8); */

  cursor: pointer;
  z-index: 99;
  /*
			img {
				max-width: 100%;
				display: block;
			}
*/

}
.main-nav li:not(.close-btn) {
  width: 10.625em;
  height: 2.5em;
  /*
			background-color: rgba(255, 255, 255, 0.8);
			margin-bottom: 0.25em;
			left: 0;
*/

  /*
			border: 1px solid @light-grey;
			border-right: none;
*/

  /* box-shadow: -1px 1px  4px #999; */

}
.main-nav li:not(.close-btn):hover,
.main-nav li:not(.close-btn):active {
  background-color: #ffffff;
}
.main-nav li:not(.close-btn) a {
  line-height: 2.5rem;
  text-transform: uppercase;
  padding-left: 1em;
  text-decoration: none;
  font-size: 1em;
  color: #ffffff;
  display: block;
  cursor: pointer;
}
.main-nav li:not(.close-btn) a:hover,
.main-nav li:not(.close-btn) a:active {
  color: #134b60;
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  section {
    height: auto;
  }
  section .content {
    width: 100%;
    box-sizing: border-box;
  }
  .main-nav .menu-btn {
    margin-right: 1em;
    margin-top: 1em;
  }
  .button {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.875em;
  }
  .overlay {
    height: 5em;
  }
  .overlay h1 {
    line-height: 5em;
  }
}
@media screen and (min-width: 480px) and (max-device-width: 568px) {
  section {
    height: auto;
  }
  .main-nav .menu-btn {
    margin-right: 2em;
    margin-top: 2em;
    margin-bottom: 0.25em;
  }
  .overlay {
    height: 5em;
  }
  .overlay h1 {
    line-height: 5em;
  }
}
@media screen and (max-width: 1136px) and (orientation: landscape) {
  .main-nav .menu-btn {
    margin-top: 3em;
  }
  .main-nav ul li {
    width: 15em;
  }
  .overlay {
    height: 7em;
  }
  .overlay h1 {
    line-height: 7em;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    min-width: 560px;
  }
  section .main .content h2 {
    font-size: 2rem;
  }
  section .main .content h3,
  section .main .content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.home-alt .main .content {
    width: 50%;
  }
  section.independent {
    background-position: 80% 0;
  }
  section.independent .content {
    width: 50%;
    padding-left: 40%;
  }
  section.products {
    background-position: 60% 0;
  }
  section.products .main .content {
    width: 50%;
    padding-left: 40%;
  }
  section.products .main .content h3 {
    background-position: 0 0.5rem;
  }
  .button {
    font-size: 1.5rem;
  }
  .main-nav .menu-btn {
    width: 2em;
  }
  .main-nav .menu-btn img {
    width: 100%;
  }
  .main-nav ul li:not(.close-btn) {
    font-size: 1.5rem;
  }
  .main-nav ul li:not(.close-btn) a {
    line-height: 3.75rem;
  }
  .overlay {
    height: 5em;
  }
  .overlay h1 {
    line-height: 5em;
  }
}
@media screen and (max-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  section .main .content h2 {
    font-size: 3rem;
  }
  section .main .content h3,
  section .main .content p,
  section .main .content input {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  section.independent {
    background-position: 80% 0;
    -webkit-background-position: 80% 0;
  }
  section.independent .content {
    width: 50%;
    padding-left: 40%;
  }
  section.products .main .content h3 {
    background-position: 0 0.5rem;
  }
  .main-nav .menu-btn {
    width: 2.5em;
  }
  .main-nav .menu-btn img {
    width: 100%;
  }
  .main-nav ul li {
    font-size: 1.5rem;
  }
  .main-nav ul li a {
    line-height: 3.75rem;
  }
  .button {
    font-size: 2rem;
  }
  .toggle h3 {
    background-size: 30px 30px;
  }
  .overlay {
    height: 6em;
  }
  .overlay h1 {
    line-height: 6em;
  }
}
@media screen and (max-device-width: 768px) and (max-device-width: 1024px) {
  section .main .content h2 {
    font-size: 3rem;
  }
  section .main .content h3,
  section .main .content p,
  section .main .content input {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  section.independent {
    background-position: 80% 0;
    -webkit-background-position: 80% 0;
  }
  section.independent .content {
    width: 50%;
    padding-left: 40%;
  }
  section.products .main .content h3 {
    background-position: 0 0.5rem;
  }
  .main-nav .menu-btn {
    width: 2.5em;
  }
  .main-nav .menu-btn img {
    width: 100%;
  }
  .main-nav ul li {
    font-size: 1.5rem;
  }
  .main-nav ul li a {
    line-height: 3.75rem;
  }
  .button {
    font-size: 2rem;
  }
  .toggle h3 {
    background-size: 30px 30px;
  }
  .overlay {
    height: 6em;
  }
  .overlay h1 {
    line-height: 6em;
  }
}
