/* Your Code Goes Here */
/*------------------------------------*\
RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0b1 | 201101 
NOTE:WORK IN PROGRESS
USE WITH CAUTION AND TEST WITH ABANDON */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ’’;
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 6.4rem;
  font-weight: 700;
  color: #FFFFFF;
}
h3 {
  font-size: 2.8rem;
  color: #222222;
  font-weight: 700;
}
h4 {
  font-size: 2rem;
  font-weight: 300;
  color: #222222;
}
p {
  line-height: 2.4rem;
  font-size: 1.6rem;
  padding-bottom: 1.5%;
  color: #222222;
}
img {
  width: 100%;
  height: auto;
}
.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.nav-bar {
  max-width: 1024px;
  width: 100%;
  background-color: rgba(130, 130, 130, 0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2% 0% 2% 5%;
  position: fixed;
  z-index: 5;
}
.nav-bar .sj {
  display: flex;
  width: 80%;
}
.nav-bar h4 {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
}
.nav-bar .menu-button {
  width: 5%;
  padding-right: 5%;
}
.nav-bar .dropdown-button {
  cursor: pointer;
}
.nav-bar .close-dropdown {
  cursor: pointer;
}
.nav-bar img {
  padding-right: 5%;
  width: auto;
  z-index: 6;
}
.nav-bar a {
  font-size: 4.8rem;
  line-height: 8.5rem;
}
.dropdown-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 7%;
  width: 100%;
  padding-top: 7%;
  padding-bottom: 7%;
}
.dropdown-link {
  width: 100%;
  padding-left: 36%;
  text-decoration: none;
  text-align: justify;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 8.5rem;
  color: #FFFFFF;
}
.dropdown-link:hover {
  color: #222222;
}
@media (max-width: 800px) {
  .dropdown-link {
    padding-left: 0%;
  }
}
@media (max-width: 500px) {
  .dropdown-link {
    padding-left: 22%;
  }
}
.dropdown-hidden {
  display: none;
}
.home .header .mobile-jumbo-image {
  display: none;
}
@media (max-width: 500px) {
  .home .header .mobile-jumbo-image {
    display: block;
    width: 100%;
  }
}
.home .header .jumbo-image {
  z-index: -1;
  width: 100%;
}
@media (max-width: 500px) {
  .home .header .jumbo-image {
    display: none;
  }
}
.home .header .jumbo-img-tag {
  vertical-align: super;
  z-index: 1;
  margin-left: 5%;
  margin-top: -33%;
  line-height: 7.5rem;
}
@media (max-width: 500px) {
  .home .header .jumbo-img-tag {
    margin-top: -62%;
  }
}
.home .btn {
  color: #222222;
  border: 1px solid #222222;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-right: 3%;
  text-align: center;
  font-size: 1.6rem;
  width: 38%;
  cursor: pointer;
}
@media (max-width: 500px) {
  .home .btn {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
.home .main-content {
  padding: 0% 8%;
}
.home .smith-jones {
  padding-top: 10%;
}
.home .about-section {
  margin: 3% 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7%;
}
@media (max-width: 500px) {
  .home .about-section {
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 3%;
  }
}
.home .about-section h3 {
  margin-bottom: 3%;
}
@media (max-width: 500px) {
  .home .about-section h3 {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 3%;
  }
}
.home .about-section p {
  margin-bottom: 4%;
}
@media (max-width: 500px) {
  .home .about-section p {
    text-align: justify;
  }
}
.home .about-section .mobile-img {
  display: none;
}
@media (max-width: 500px) {
  .home .about-section .mobile-img {
    display: block;
    width: 100%;
  }
}
.home .about-section .text-content {
  width: 48%;
  margin-top: 3.5%;
}
@media (max-width: 500px) {
  .home .about-section .text-content {
    width: 100%;
    margin: 1% 1%;
    padding-right: 2%;
  }
}
.home .about-section .img-content {
  width: 48%;
}
@media (max-width: 500px) {
  .home .about-section .img-content {
    display: none;
  }
}
.home .inverse-content {
  padding-bottom: 30px;
}
.home .inverse-content .img-content {
  margin-right: 0;
}
.home .inverse-content .text-content {
  margin-left: 0;
}
@media (max-width: 500px) {
  .home .project-content h4 {
    margin-left: 3%;
    font-size: 2.4rem;
  }
}
.home .project-content img {
  margin: 7% 0%;
  z-index: -1;
}
@media (max-width: 500px) {
  .home .project-content .desktop-img {
    display: none;
  }
}
.home .project-content .media-img {
  display: none;
}
@media (max-width: 500px) {
  .home .project-content .media-img {
    display: block;
    width: 100%;
  }
}
.home .project-content p {
  margin: 3% 20% 0% 20%;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 500px) {
  .home .project-content p {
    text-align: left;
    margin: 3%;
  }
}
.home .project-content .example-title {
  position: relative;
  background-color: #D8D8D8;
  padding: 3%;
  letter-spacing: 3px;
  width: 33%;
  text-align: center;
  margin-left: auto;
  margin-top: -12%;
  z-index: 2;
  border: 1px solid #FFFFFF;
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 500px) {
  .home .project-content .example-title {
    padding: 7%;
    letter-spacing: 1rem;
    width: 94%;
    font-weight: 300;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: -10%;
  }
}
.home .project-content .inverse {
  margin-left: initial;
}
@media (max-width: 500px) {
  .home .project-content .inverse {
    padding: 7%;
    letter-spacing: 1rem;
    width: 94%;
    font-weight: 300;
    margin-right: 3%;
    margin-left: 3%;
  }
}
footer {
  background-color: #828282;
  width: 100%;
}
footer p {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 800px) {
  footer p {
    padding-top: 4%;
    padding-bottom: 1%;
  }
}
@media (max-width: 500px) {
  footer p {
    padding-bottom: 5%;
  }
}
.bottom-contact {
  background-color: #828282;
  color: #FFFFFF;
  display: flex;
  margin-top: 4%;
  padding: 5% 3%;
}
@media (max-width: 800px) {
  .bottom-contact {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .bottom-contact {
    display: flex;
    flex-direction: column;
  }
}
.bottom-contact .lets-talk {
  width: 40%;
}
@media (max-width: 800px) {
  .bottom-contact .lets-talk {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .bottom-contact .lets-talk {
    width: 100%;
  }
}
.bottom-contact .lets-talk h4 {
  color: #FFFFFF;
  line-height: 1.25;
}
@media (max-width: 500px) {
  .bottom-contact .lets-talk h4 {
    padding-bottom: 3%;
  }
}
.bottom-contact .lets-talk input {
  padding: 2% 3%;
  border-radius: 4px;
  width: 92%;
}
@media (max-width: 500px) {
  .bottom-contact .lets-talk input {
    width: 100%;
  }
}
.bottom-contact .lets-talk p {
  font-size: 1.4rem;
  color: #FFFFFF;
  padding-top: 1%;
}
@media (max-width: 800px) {
  .bottom-contact .lets-talk p {
    padding-bottom: 3%;
  }
}
@media (max-width: 500px) {
  .bottom-contact .lets-talk p {
    padding-top: 2%;
    padding-bottom: 5%;
  }
}
.bottom-contact .addresses {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60%;
}
@media (max-width: 800px) {
  .bottom-contact .addresses {
    padding-top: 3%;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .bottom-contact .addresses {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.bottom-contact .addresses h4 {
  color: #FFFFFF;
  line-height: 2.4rem;
}
@media (max-width: 500px) {
  .bottom-contact .addresses h4 {
    padding-bottom: 2%;
    font-weight: 700;
  }
}
.bottom-contact .addresses p {
  color: #FFFFFF;
  line-height: 2.6rem;
  font-size: 1.3rem;
}
@media (max-width: 500px) {
  .bottom-contact .addresses .new-york {
    Padding-bottom: 4%;
  }
}
@media (max-width: 500px) {
  .bottom-contact .addresses .florida {
    Padding-bottom: 4%;
  }
}
@media (max-width: 500px) {
  .bottom-contact .addresses .california {
    Padding-bottom: 4%;
  }
}
.services-container .services-header .mobile-jumbo-image {
  display: none;
}
@media (max-width: 500px) {
  .services-container .services-header .mobile-jumbo-image {
    display: flex;
    width: 100%;
  }
}
.services-container .services-header .jumbo-image {
  z-index: -1;
  width: 100%;
}
@media (max-width: 500px) {
  .services-container .services-header .jumbo-image {
    display: none;
  }
}
.services-container .services-header .jumbo-img-tag {
  vertical-align: super;
  z-index: 1;
  margin-left: 5%;
  margin-top: -10%;
  line-height: 7.5rem;
}
@media (max-width: 800px) {
  .services-container .services-header .jumbo-img-tag {
    margin-top: -15%;
  }
}
@media (max-width: 500px) {
  .services-container .services-header .jumbo-img-tag {
    margin-top: -22%;
  }
}
.services-container .services-blurb {
  padding-top: 7%;
  padding-left: 6%;
  padding-right: 5%;
  padding-bottom: 4%;
  align-content: justify;
}
.services-container .tabs-section {
  width: 100%;
}
.services-container .tabs-section .tabs-items {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: flex-start;
  padding-top: 6%;
}
.services-container .tabs-section .tabs-item {
  display: none;
  width: 100%;
}
.services-container .tabs-section .tabs-item .tabs-item-title {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 4%;
}
.services-container .tabs-section .tabs-item p {
  padding-bottom: 5%;
  padding-right: 6%;
}
.services-container .tabs-section .tabs-item-selected {
  display: flex;
  margin: 6%;
}
@media (max-width: 500px) {
  .services-container .tabs-section .tabs-item-selected {
    flex-wrap: wrap;
  }
}
.services-container .tabs-section .tab-links {
  display: flex;
  justify-content: space-evenly;
  padding-left: 5%;
}
@media (max-width: 800px) {
  .services-container .tabs-section .tab-links {
    flex-direction: column;
    padding: 1% 10%;
    text-align: center;
  }
}
.services-container .tabs-section .tabs-link {
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
  border: 1px solid #222222;
  padding: 2% 3.2%;
  margin-right: 3.5%;
  cursor: pointer;
}
.services-container .tabs-section .tabs-link:hover {
  color: #FFFFFF;
  background-color: #222222;
}
@media (max-width: 800px) {
  .services-container .tabs-section .tabs-link {
    margin-bottom: 3%;
  }
}
.services-container .tabs-section .tabs-link-selected {
  z-index: 2;
  background-color: #5E9FB9;
  color: #FFFFFF;
}
.services-container .tabs-section .tabs-link-selected:hover {
  background-color: #5E9FB9;
}
.projects-container .carousel img {
  display: none;
}
.projects-container .carousel .active-img {
  width: 100%;
  display: flex;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 500px) {
  .projects-container .carousel .active-img {
    height: 250px;
  }
}
.projects-container .carousel .jumbo-img-tag {
  vertical-align: super;
  z-index: 1;
  margin-left: 5%;
  margin-top: -10%;
  line-height: 7.5rem;
}
@media (max-width: 800px) {
  .projects-container .carousel .jumbo-img-tag {
    margin-top: -15%;
  }
}
@media (max-width: 500px) {
  .projects-container .carousel .jumbo-img-tag {
    margin-top: -22%;
  }
}
.projects-container .projects-blurb {
  display: flex;
  padding-top: 7%;
  padding-left: 6%;
  padding-right: 5%;
  padding-bottom: 4%;
  align-content: justify;
}
.projects-container .projects-blurb p {
  display: none;
}
.projects-container .projects-blurb .active-paragraph {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}
@media (max-width: 500px) {
  .projects-container .projects-blurb .active-paragraph {
    pading-left: 2%;
    padding-right: 2%;
  }
}
.projects-container .projects-blurb .left-button {
  font-size: 6.8rem;
  cursor: pointer;
  color: #828282;
}
@media (max-width: 500px) {
  .projects-container .projects-blurb .left-button {
    font-size: 4.6rem;
  }
}
.projects-container .projects-blurb .right-button {
  font-size: 6.8rem;
  cursor: pointer;
  color: #828282;
}
@media (max-width: 500px) {
  .projects-container .projects-blurb .right-button {
    font-size: 4.6rem;
  }
}
.about-container .about-header .about-mobile-jumbo-image {
  display: none;
}
@media (max-width: 500px) {
  .about-container .about-header .about-mobile-jumbo-image {
    display: flex;
    width: 100%;
  }
}
.about-container .about-header .about-jumbo-image {
  z-index: -1;
  width: 100%;
  height: 350px;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 500px) {
  .about-container .about-header .about-jumbo-image {
    display: none;
  }
}
.about-container .about-header .about-jumbo-img-tag {
  vertical-align: super;
  z-index: 1;
  margin-left: 5%;
  margin-top: -10%;
  line-height: 7.5rem;
}
@media (max-width: 800px) {
  .about-container .about-header .about-jumbo-img-tag {
    margin-top: -15%;
  }
}
@media (max-width: 500px) {
  .about-container .about-header .about-jumbo-img-tag {
    margin-top: -22%;
  }
}
.about-container .about-blurb {
  padding-top: 7%;
  padding-left: 6%;
  padding-right: 5%;
  padding-bottom: 4%;
  align-content: justify;
}
.about-container .about-tabs-item {
  display: none;
  width: 90%;
}
.about-container .about-tabs-item .about-tabs-item-title {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 4%;
}
.about-container .about-tabs-item p {
  padding-bottom: 5%;
  padding-right: 6%;
}
.about-container .about-tabs-item-selected {
  display: flex;
  flex-wrap: nowrap;
  margin: 6%;
}
.about-container .about-tabs-item-selected .about-tabs-item-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 5%;
}
@media (max-width: 500px) {
  .about-container .about-tabs-item-selected {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.about-container .about-tab-links {
  display: flex;
  justify-content: space-evenly;
  padding-left: 5%;
}
@media (max-width: 800px) {
  .about-container .about-tab-links {
    flex-direction: column;
    padding: 1% 10%;
    text-align: center;
  }
}
.about-container .about-tabs-link {
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
  border: 1px solid #222222;
  padding: 2% 3.2%;
  margin-right: 3.5%;
  cursor: pointer;
}
.about-container .about-tabs-link:hover {
  color: #FFFFFF;
  background-color: #222222;
}
@media (max-width: 800px) {
  .about-container .about-tabs-link {
    margin-bottom: 3%;
  }
}
.about-container .about-tabs-link-selected {
  z-index: 2;
  background-color: #5E9FB9;
  color: #FFFFFF;
}
.about-container .about-tabs-link-selected:hover {
  background-color: #5E9FB9;
}
.about-container .about-tabs-link-selected h4 {
  text-align: center;
}
.contact-container .contact-header .mobile-jumbo-image {
  display: none;
}
@media (max-width: 500px) {
  .contact-container .contact-header .mobile-jumbo-image {
    display: flex;
    width: 100%;
  }
}
.contact-container .contact-header .jumbo-image {
  z-index: -1;
  width: 100%;
}
@media (max-width: 500px) {
  .contact-container .contact-header .jumbo-image {
    display: none;
  }
}
.contact-container .contact-header .jumbo-img-tag {
  vertical-align: super;
  z-index: 1;
  margin-left: 5%;
  margin-top: -10%;
  line-height: 7.5rem;
}
@media (max-width: 800px) {
  .contact-container .contact-header .jumbo-img-tag {
    margin-top: -15%;
  }
}
@media (max-width: 500px) {
  .contact-container .contact-header .jumbo-img-tag {
    margin-top: -18%;
  }
}
.contact-container .contact-us {
  padding-left: 6%;
  padding-top: 5%;
  padding-bottom: 2%;
}
.contact-container .contact-us h3 {
  padding-bottom: 2%;
  margin-bottom: 5%;
  font-weight: 300;
}
.contact-container .contact-us h4 {
  padding-bottom: 1%;
  margin-bottom: 2%;
}
.contact-container .contact-us #email {
  border: none;
  border-bottom: 1px solid #222222;
  padding-top: 1%;
  text-align: justify;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.contact-container .contact-us #email:focus {
  width: 33%;
}
@media (max-width: 500px) {
  .contact-container .contact-us #email:focus:focus {
    width: 75%;
  }
}
.contact-container .contact-us p {
  font-size: 1.4rem;
  padding-top: 1%;
}
@media (max-width: 500px) {
  .contact-container .contact-us p {
    padding-right: 18%;
  }
}
.contact-container .building-count {
  padding-left: 6%;
  padding-bottom: 1%;
}
.contact-container .building-count h4 {
  padding-bottom: 1%;
  margin-bottom: 2%;
}
.contact-container .building-count select {
  border: none;
  border-bottom: 1px solid #222222;
  font-size: 1.6rem;
  padding: 0.5%;
  margin-bottom: 5%;
}
.contact-container .overview {
  padding-left: 6%;
  padding-top: 2%;
  padding-bottom: 5%;
}
.contact-container .overview h4 {
  padding-bottom: 1%;
  margin-bottom: 2%;
}
@media (max-width: 500px) {
  .contact-container .overview h4 {
    padding-bottom: 2%;
  }
}
@media (max-width: 500px) {
  .contact-container .overview {
    padding-right: 1%;
    padding-bottom: 3%;
  }
}
.contact-container .overview select {
  border: none;
  border-bottom: 1px solid #222222;
  font-size: 1.6rem;
  padding: 0.5%;
  margin-bottom: 2%;
}
.contact-container .textbox {
  padding-left: 6%;
  padding-top: 2%;
  padding-bottom: 1%;
  margin-bottom: 5%;
}
.contact-container .textbox textarea {
  border: 1px solid #222222;
  font-size: 1.4rem;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
}
.contact-container .submit-btn {
  padding-left: 6%;
  padding-top: 5%;
  padding-bottom: 1%;
  font-weight: 300;
  cursor: pointer;
}
.contact-container .submit-btn:hover {
  font-weight: 700;
}
.contact-container .contact-pg-bottom {
  background-color: #828282;
  color: #FFFFFF;
  margin-top: 4%;
  padding: 5% 3%;
}
@media (max-width: 800px) {
  .contact-container .contact-pg-bottom {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .contact-container .contact-pg-bottom {
    display: flex;
    flex-direction: column;
  }
}
.contact-container .contact-pg-bottom .find-us {
  width: 100%;
  color: #FFFFFF;
  font-weight: 700;
  padding-left: 3%;
  padding-bottom: 5%;
  padding-top: 3%;
}
.contact-container .contact-pg-bottom .addresses {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60%;
  padding-left: 0.5%;
}
@media (max-width: 800px) {
  .contact-container .contact-pg-bottom .addresses {
    padding-top: 3%;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-container .contact-pg-bottom .addresses {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding-left: 3%;
  }
}
.contact-container .contact-pg-bottom .addresses h4 {
  color: #FFFFFF;
  line-height: 2.4rem;
}
@media (max-width: 500px) {
  .contact-container .contact-pg-bottom .addresses h4 {
    padding-bottom: 2%;
    font-weight: 700;
  }
}
.contact-container .contact-pg-bottom .addresses p {
  color: #FFFFFF;
  line-height: 2.6rem;
  font-size: 1.3rem;
}
@media (max-width: 500px) {
  .contact-container .contact-pg-bottom .addresses .new-york {
    Padding-bottom: 4%;
  }
}
@media (max-width: 500px) {
  .contact-container .contact-pg-bottom .addresses .florida {
    Padding-bottom: 4%;
  }
}
@media (max-width: 500px) {
  .contact-container .contact-pg-bottom .addresses .california {
    Padding-bottom: 4%;
  }
}
