@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Quattrocento Sans", sans-serif;
  background: #f2f2f2;
}

img {
  max-width: 100%;
}

/*******Type ************/
h1 {
  font-family: "Ovo", serif;
  font-size: 2.6875em;
  color: #730202;
  font-weight: normal;
}

article {
  padding: 1em 3em;
}
article h1, article h2, article h3, article p {
  margin: 0 0 1em 0;
}

p {
  line-height: 1.5;
}

/****** buttons and links*********/
.big-button {
  background-color: #BF0413;
  font-size: 1em;
  color: #f2f2f2;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 1em;
  margin: 0 0.5em;
}

a.red-outline {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
  color: #BF0413;
  background: transparent;
  border: solid 1px #BF0413;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
}

.email-link {
  margin: 1em 0;
}

a {
  color: #1c7ed6;
  text-decoration: none;
}
a:hover {
  color: #730202;
}
a:active {
  background: #BF0413;
  color: #D9BDAD;
}

header {
  width: 100%;
  background: #730202;
}
header section {
  padding: 1em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: nowrap;
  color: #ffffff;
}
header section #main-menu {
  font-size: 2em;
  color: #D9BDAD;
  border: solid 2px #D9BDAD;
  padding: 0.2em 0.2em 0.1em 0.2em;
  border-radius: 0.2em;
  margin-right: 0.75em;
}
header section a.back-home {
  width: 69%;
  display: block;
  color: #ffffff;
}

nav {
  display: none;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.mobile-nav {
  /*mobile nav*/
  /* This section calls the slideInFromLeft animation we defined above */
  /* source for animation and keyframes: https://stackoverflow.com/questions/6805482/css3-transition-animation-on-load */
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #f2f2f2;
  text-align: center;
  font-size: 2em;
}
.mobile-nav a {
  color: #730202;
  text-decoration: none;
  display: block;
  padding: 1em;
}
.mobile-nav a.nav-active,
.mobile-nav a:active {
  background: #730202;
  color: #f2f2f2;
}

#close-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #D9BDAD;
  background: #730202;
}

.hero-home {
  background: transparent url("../images/resume-mobile.jpg") no-repeat -137px -434px;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-home a {
  margin-bottom: 1em;
}
.hero-home h1 {
  margin: 0em auto;
  width: 80%;
  padding: 1em 0;
  text-align: center;
}
.hero-home .quotes {
  text-align: left;
  background: #fff;
  width: 100%;
  margin: 2em auto 0 auto;
}
.hero-home .quotes div {
  width: 100%;
  padding: 1em 5%;
  color: #707070;
}
.hero-home .quotes .quote {
  font-size: 1.125em;
  line-height: 1.5;
}
.hero-home .quotes .author {
  color: #730202;
  font-size: 1.125em;
  margin: 1em 0;
}

main,
#homePage,
footer {
  width: 100%;
  padding: 0 1em;
}

.specialization {
  padding: 2em 0;
}
.specialization > ul {
  font-size: 1em;
  color: #BF0413;
  line-height: 2.5;
  padding: 0 5%;
}
.specialization > ul li {
  list-style: none;
}

.hero-president-msg {
  background: #fff;
  padding: 1.5em 0;
}

.president-quote {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.president-quote .quote-body {
  color: #707070;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 1em;
  width: 70%;
}
.president-quote .quote-mark {
  font-size: 6.25em;
  color: #730202;
  font-family: "Ovo", serif;
}

.person {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}
.person img {
  margin-right: 1em;
}

.person-name {
  font-size: 1.75em;
  color: #730202;
  font-family: "Ovo", serif;
}

.person-title {
  font-size: 1.125em;
  color: #363636;
  font-family: "Quattrocento Sans", sans-serif;
  display: block;
}

footer {
  display: flex;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  flex-direction: column;
}
footer p {
  text-align: center;
}
footer span {
  margin: 1em 0;
  display: inline-block;
  width: 100%;
}

/*************************/
/**** bkg images *********/
/*************************/
.opportunities-bkg {
  background: #F5F2DC url("../images/warehouse.jpg") no-repeat center center;
  background-size: cover;
}

.partner-with-bkg {
  background: #F5F2DC url("../images/business-meeting.jpg") no-repeat center center;
  background-size: cover;
}

.contact-us-bkg {
  background: #F5F2DC url("../images/tyngsboro-location.png") no-repeat -400px -400px;
  height: 25em;
}

/*************************/
/**** inner pages ********/
/*************************/
.hero-content-wrapper {
  /*padding: 1em;

  p{
  	margin: 24/16 + em 0;
  	line-height: 1.5;
  } */
}
.hero-content-wrapper div {
  padding: 3em;
  background: #ffffff;
  opacity: 0.8;
}
.hero-content-wrapper div h2 {
  margin-top: 1em;
}
.hero-content-wrapper div ul {
  margin-top: 1em;
  list-style: none;
  padding: 0;
}
.hero-content-wrapper div li {
  padding-left: 1.3em;
  margin-bottom: 0.5em;
  color: #730202;
  font-weight: bold;
}
.hero-content-wrapper div li:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}

/****** parnter with us ******/
.hero-partner-with-us {
  /*div{
  	border-top: solid 1em variables.$secondary;
  	padding: 0 2% 1em 2%;
  	background: #fff;
  	border-radius: 0em 0em 2em 2em;
  	margin: 0 0 1em 0;

  	h2{
  		margin: 0.5em 0;
  		color: variables.$secondary;
  	}

  	p{
  		width: 100%;
  		margin: 0;
  	}
  }*/
}

.opportunities section {
  background: #ffffff;
  padding: 0 1em;
}
.opportunities article {
  /*display: flex;
  flex-flow: row wrap;*/
  padding: 2em 0;
  border-bottom: solid 1px #f2f2f2;
}
.opportunities article h1 {
  font-size: 1.5em;
  font-family: "Quattrocento Sans", sans-serif;
  margin: 0;
}
.opportunities article h2 {
  font-weight: bold;
  color: #BF0413;
  font-size: 1em;
  margin: 0 0 0 1em;
}
.opportunities article ul {
  margin: 1em 0 1em 2em;
}

aside {
  flex: 0 1 33%;
  background: #ffffff;
  margin-top: 1em;
  padding: 2em;
  line-height: 1.5;
  /*.benefits { margin: 1.5em 0; }*/
}
aside h2 {
  font-family: "Ovo", serif;
  color: #730202;
}

.benefits {
  margin: 1.5em 0;
  display: flex;
  align-items: center;
}
.benefits i {
  display: block;
  font-size: 3em;
  margin-right: 0.25em;
  color: #730202;
}

/*******************************************************/
/********** Tablet:: 364px breakpoint ****************/
/*******************************************************/
/*******************************************************/
/********** Tablet:: 500px breakpoint ****************/
/*******************************************************/
@media only screen and (min-width: 32em) {
  header section a.back-home {
    width: unset;
  }

  .hero-home {
    background: transparent url("../images/resume-mobile.jpg") no-repeat center center;
    background-size: cover;
  }

  #close-nav {
    display: none;
  }

  /****** buttons *********/
  .big-button {
    display: inline-block;
    margin: 0 1em;
    font-size: 1.25em;
  }

  #main-menu {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  nav {
    display: block;
    font-size: 1.2em;
  }
  nav h3 {
    display: none;
  }
  nav ul li {
    display: inline;
  }
  nav ul li a {
    color: #D9BDAD;
    text-decoration: none;
    padding: 0.5em;
    margin: 0.5em;
    display: inline-block;
  }
  nav ul li a:hover,
nav ul li .nav-active {
    background: #D9BDAD;
    color: #730202;
    border-radius: 1em;
  }
  nav ul li a:active {
    background: #BF785E;
  }

  .hero-home .quotes {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
  .hero-home .quotes div {
    width: 50%;
    padding: 2em 5%;
  }

  /*main
  , #homePage{
  	width: 80%;
  	margin: 0 auto;
  }*/
  .specialization {
    display: flex;
    justify-content: space-between;
  }
  .specialization h1 {
    width: 50%;
    padding: 0 5%;
  }
  .specialization > ul {
    width: 50%;
    font-size: 1.125em;
    padding: 0 5%;
  }

  /*************************/
  /**** inner pages ********/
  /*************************/
  .hero-content-wrapper {
    padding: 1em;
  }
  .hero-content-wrapper div {
    padding: 2em;
  }

  .opportunities section {
    padding: 0 3em;
  }

  aside {
    flex: 0 1 33%;
    background: #ffffff;
    margin-top: 1em;
    padding: 2em;
    line-height: 1.5;
  }
  aside h2 {
    font-family: "Ovo", serif;
    color: #730202;
  }

  .benefits {
    margin: 1.5em;
    display: flex;
    align-items: center;
  }
  .benefits i {
    display: block;
    font-size: 3em;
    margin-right: 0.25em;
  }

  .office-locations {
    display: flex;
    justify-content: space-around;
  }

  footer {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
/*******************************************************/
/********** Desktop:: 400px breakpoint ****************/
/*******************************************************/
/*******************************************************/
/********** Desktop:: 1152px breakpoint ****************/
/*******************************************************/
@media only screen and (min-width: 72em) {
  .hero-home {
    background: transparent url("../images/resume-mobile.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .hero-home h1 {
    width: 100%;
    margin: 1em 0;
    padding: 0 10%;
  }

  main,
#homePage,
.hero-content-wrapper,
footer {
    width: 1200px;
    padding: 0 1em;
    margin: 0 auto;
  }

  footer {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  header section {
    width: 80%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    /*div{
    	a {display: block;}

    	color: #ffffff;
    }*/
  }

  main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.5;
  }

  .specialization > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .specialization > ul li {
    flex: 1 0 50%;
    display: inline-block;
  }

  /****** inner pages *****/
  .hero-content-wrapper {
    padding: 1em;
  }
  .hero-content-wrapper div {
    width: 40%;
    padding: 2em;
  }

  .inner-page article {
    flex: 0 1 62%;
    margin-right: 5%;
  }
  .inner-page article .benefits h3 {
    margin: 0 0 0.25em 0;
  }
  .inner-page aside {
    flex: 0 1 33%;
    background: #ffffff;
    margin-top: 1em;
    padding: 2em;
    line-height: 1.5;
  }
  .inner-page aside h2 {
    font-family: "Ovo", serif;
    color: #730202;
    margin-bottom: 1em;
  }

  .opportunities section {
    flex: 0 1 62%;
    margin-right: 5%;
  }

  .office-locations {
    display: block;
  }
}
/*end of desktop media query*/

/*# sourceMappingURL=styles.css.map */
