/*
Theme Name: Jenn Sager 2013
Theme URI: toolbox
Description: Child Theme for toolbox
Author: Jenn
Author URI: http://www.jennsager.com
Template: toolbox
Version: 0.1
*/
/*
@import url("main-styles.css");
@import url("responsive-styles.css");*/
/*JENNS PERSONAL SITE*/
/*VARIABLES*/
/*FONT STYLING*/
h1 {
  font-weight: 800;
  color: #AE74CE;
  font-family: "Nunito Sans", sans-serif;
  font-size: 3rem;
  line-height: 1.25;
  margin: 0px 0px 1rem 0px;
}

h2 {
  font-size: 2rem;
  margin: 0px;
  padding: 1rem 0px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  line-height: 1.25;
  color: #AE74CE;
}

h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.75;
  font-family: "Nunito", sans-serif;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  margin: 0px;
  padding: 1rem 0px;
}

h5 {
  font-size: 0.875rem;
  color: #394756;
  font-weight: 500;
  margin: 0px;
}

a.bluelink {
  text-decoration: none;
  color: #2B8BE3;
  font-weight: 600;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

a.bluelink:hover {
  color: #266095;
}

a.secondary {
  color: #394756;
  text-decoration: none;
}

a.button {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75;
  text-decoration: none;
}

p {
  margin: 0px;
  padding: 1rem 0rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/*TEXT COLORS*/
.primary-color {
  color: #AE74CE;
}

.secondary-color {
  color: #2B8BE3;
}

.grey {
  color: #394756;
}

/*GLOBAL CONTROLS*/
body {
  font-family: "Nunito", sans-serif;
  color: #394756;
  margin: 0px;
}

* {
  box-sizing: border-box;
}

.button {
  background-color: #AE74CE;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px #AE74CE;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}

a.button:hover {
  color: white !important;
  background-color: #9A45C8;
  box-shadow: 0px 0px 10px #9A45C8;
}

/* HEADER */
header.wrapper {
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  padding: 1rem 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  position: sticky;
  top: 0;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background-color: #AE74CE;
  border-radius: 20px;
  background-image: url("../images/logo_j-white.svg");
  background-repeat: no-repeat;
  background-size: 21px 40px;
  background-position: center;
  float: left;
  vertical-align: middle;
}

.nav-items {
  justify-self: end;
  align-items: center;
  grid-template-columns: auto auto auto;
  display: grid;
  grid-column-gap: 1rem;
}

.nav-items a:hover, .socialicons a:hover {
  color: #9A45C8;
}

.logo {
  display: grid;
  justify-self: start;
  align-items: center;
  grid-template-columns: auto auto;
}

.logo p {
  padding: 0rem 1rem;
}

header#branding img {
  width: 40px;
}

/* BODY ELEMENTS */
.project-header {
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.grey-box {
  background-color: grey;
  height: 200px;
}

.wrapper-image {
  max-width: 70rem;
  margin: 1rem auto;
}

.wrapper-text {
  max-width: 45rem;
  margin: 0 auto;
}

.shadow {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15);
}

.radius {
  border-radius: 10px;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-evenly;
  display: grid;
}

.grid-two {
  grid-template-columns: 1fr 1fr;
}

.grid-three {
  grid-template-columns: 1fr 1fr 1fr;
}

.section {
  width: 100%;
  padding: 6rem 0px;
}

.subsection {
  padding: 4rem 0px 3rem 0px;
}

/* HERO IMAGES */
/* FOOTER */
footer.wrapper-text {
  padding-bottom: 8rem;
}

footer .socialicons {
  display: grid;
  grid-template-columns: 30px 30px 30px;
  grid-column-gap: 1rem;
  justify-content: center;
}

.instagram, .linkedin, .dribbble {
  cursor: pointer;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  height: 30px;
  width: 30px;
  border: 2px solid #2B8BE3;
  background-color: white;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.instagram:hover, .linkedin:hover, .dribbble:hover {
  background-color: #2B8BE3;
}

.instagram {
  background-image: url("../images/instagram.png");
}

.linkedin {
  background-image: url("../images/linkedin.png");
}

.dribbble {
  background-image: url("../images/dribbble.png");
}

.profile-photo {
  margin: 0 auto;
  background-image: url(../images/profile_photo.jpg);
  width: 200px;
  height: 200px;
  background-size: cover;
  border-radius: 100px;
}

/*
Theme Name: Jenn Sager 2013
Theme URI: toolbox
Description: Child Theme for toolbox
Author: Jenn
Author URI: http://www.jennsager.com
Template: toolbox
Version: 0.1
*/
/* Media Queries */
@media only screen and (max-width: 1200px) {
  .wrapper-image {
    margin: 1rem 2rem !important;
  }

  .featureimage {
    height: 35vw;
  }
}
@media only screen and (max-width: 999px) {
  .featureimage {
    height: 40vw;
  }

  .grid-three {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  p {
    font-size: 1.175rem;
  }

  header.wrapper {
    padding: 1rem;
  }

  .overlay {
    display: none;
  }

  .thumbnail-wrapper {
    display: block;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
  }

  .thumbnail-wrapper:hover {
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: unset;
    transform: unset;
  }
}
@media only screen and (max-width: 550px) {
  .grid-three, .grid-two {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  p {
    font-size: 1rem;
  }

  .template-side-scroll {
    align-items: none;
    display: block;
  }

  .sticky {
    top: none;
    width: 100%;
    position: relative;
    padding: 0px;
  }

  .scroll {
    padding-left: none;
    width: 100%;
    position: relative;
  }

  header#branding.wrapper a.logo p {
    display: none;
  }

  .section {
    padding: 4rem 0px;
  }

  .subsection {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 400px) {
  .featureimage {
    height: 68.5vw;
  }
}

/*# sourceMappingURL=child-style.css.map */
