/*---SETUP---*/
body {
  margin: 0 auto;
  padding: 0;
  font-family: 'f37Ginger', Fallback, sans-serif;
  max-width: 1200px !important;
}

@font-face {
  font-family: 'f37Ginger';
  src: url("f37ginger-regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("f37ginger-regular-webfont.woff2") format("woff2"), url("F37Ginger.woff") format("woff"), url("assets/f37ginger-regular-webfont.ttf") format("truetype"), url("F37Ginger.svg") format("svg");
  /* Legacy iOS */
}

h1 {
  font-size: 32px;
  font-weight: 100;
}

h2 {
  font-size: 30px;
  font-weight: 100;
}

h3 {
  font-size: 28px;
  font-weight: 100;
}

p {
  font-size: 22px;
  font-weight: 100;
}

/*---END OF SETUP---*/
/*---PROJECTS---*/
.projectContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projectContainer h1 {
  float: left;
  padding-top: 40vh;
  padding-left: 15vh;
}

.tags {
  float: right;
  padding-top: 47vh;
  padding-left: 70vh;
}
.tag{
  width: 30px;
}

#Boldly {
  background-color: #4820E0;
  color: #F9F9F9;
}

#Moksha {
  background-color: #4a4a4a;
  color: #F9F9F9;
}

#Viral {
  background-color: #E76060;
  color: #F9F9F9;
}

#Gaia {
  background-color: #F2C5C5;
  color: #4a4a4a;
}

/*---END OF PROJECTS---*/
/*---MAIN ELEMENTS---*/

@media only screen and (max-width: 600px) {
  .navBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F9F9F9;
    border-bottom: 3px solid #4820E0;
    position: relative;
    height: 45px;
    width: 100vw;
  }
  #logo {
    float: left;
    width: 100px;
    position: absolute;
  }
  .menu {
    position: absolute;
    right: 0;
    font-size: 1.2em;
  }
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    float: right;
  }
  .menu ul li {
    height: 32px;
  }
  .menu a {
    text-decoration: none;
    color: #4a4a4a;
  }
  .menu a:active {
    border-bottom: 3px solid #4820E0;
  }
  .menu .menuEl {
    padding: 10px;
  }
}

/* Small devices (600px-768px ) */
@media only screen and (min-width: 600px) {
  .navBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #4a4a4a;
    position: relative;
    height: 70px;
    width: 100vw;
  }
  #logo {
    float: left;
    width: 130px;
    position: absolute;
    padding-left: 20px;
  }
  .menu {
    position: absolute;
    right: 0;
    font-size: 1.2em;
  }
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    float: right;
  }
  .menu ul li {
    height: 20px;
  }
  .menu a {
    text-decoration: none;
    color: #F9F9F9;
  }
  .menu a:hover {
    border-bottom: 3px solid #F9F9F9;
  }
  .menu .menuEl {
    padding: 14px 30px;
  }
}

/* Medium devices (768px-992px) */
@media only screen and (min-width: 768px) {
  .menu {
    font-size: 1.3em;
  }
  .menu .menuEl {
    padding: 14px 40px;
  }
}

/* Extra large devices (>1200px) */
@media only screen and (min-width: 1200px) {
  .navBar {
    height: 85px;
    max-width: 1200px;
  }
  #logo {
    width: 150px;
    padding-left: 35px;
  }
  .menu {
    font-size: 1.4em;
  }
  .menu ul {
    padding: 40px 10px;
  }
  .menu .menuEl {
    padding: 14px 60px;
  }
}

.primaryButton {
  background-color: #4820E0;
  color: #F9F9F9;
  border-radius: 30px;
  border: none;
  padding: 8px 0px;
  margin: 10px 0px;
  width: 250px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
}

.heroDiv {
  background-color: #E76060;
  margin: 0;
}

.heroDiv h1,
.heroDiv p {
  color: #F9F9F9;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .heroDiv {
    padding: 0px 50px 0px 50px;
    padding-top: 10vh;
    height: 70vh;
  }
  .heroDiv h1,
  .heroDiv p {
    max-width: 20ch;
  }
  #profileImg {
    display: none;
  }
  #heroText {
    padding-top: 80px;
  }
}

/* Small devices (600px-768px ) */
@media only screen and (min-width: 600px) {
  .heroDiv {
    padding: 300px 50px 0px 50px;
    height: 400px;
  }
  .heroDiv h1,
  .heroDiv p {
    max-width: 20ch;
  }
  #profileImg {
    display: none;
  }
}

/* Medium devices (768px-992px) */
@media only screen and (min-width: 768px) {
  .heroDiv {
    padding: 50px;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .heroDiv h1,
  .heroDiv p {
    max-width: 35ch;
  }
  #heroText {
    padding-top: 50px;
  }
  #profileImg {
    display: block;
    padding:30px;
  }
    #profileImg img{
    width: 300px;
  }
}

/* Large devices (992px-1200px) */
@media only screen and (min-width: 992px) {
  .heroDiv {
    padding: 30px;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .heroDiv h1,
  .heroDiv p {
    max-width: 90ch;
    padding-top:20px;
  }
  #profileImg img{
    width: 315px;
    margin: 0 auto;
    padding-left: 60px;
  }
  #secondaryImage{
     display:none;
  }
  #profileImg  #primaryImage{
    display: block;
  }
  #profileImg:hover #secondaryImage{
      display:block;
  }
    #profileImg:hover #primaryImage{
    display:none;
    }
  #heroText {
    padding-top: 150px;
  }
}

/* Extra large devices (>1200px) */
@media only screen and (min-width: 1200px) {
  .heroDiv {
    padding: 30px 70px;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .heroDiv h1,
  .heroDiv p {
    max-width: 90ch;
    padding-top:20px;
  }
  #profileImg {
    display: block;
  }
  #heroText {
    padding-top: 100px;
  }
}

.servicesDiv {
  background-color: #F9F9F9;
  margin: 0 auto;
  padding: 40px 0;
}

.servicesDiv a {
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: #4a4a4a;
  padding: 40px 0;
}

.servicesDiv a img {
  display: block;
  margin: 0 auto;
  padding-bottom:20px;
}

.principlesDiv {
  padding: 80px 50px;
  background-color: #F2C5C5;
  background-repeat: no-repeat;
  margin: 0;
}

.principlesDiv h1,
.principlesDiv h2 {
  color: #4820E0;
}



.principlesDiv p {
  color: #4a4a4a;
  max-width: 30ch;
}

@media only screen and (max-width: 600px) {
  .principlesDiv {
    background-size: 80vw;
    background-position: 250% 0%;
  }
}

/* Small devices (600px-768px ) */
@media only screen and (min-width: 600px) {
  .principlesDiv {
    background-size: 70vw;
    background-position: 180% 0%;
  }
}

/* Medium devices (768px-992px) */
@media only screen and (min-width: 768px) {
  .servicesDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .principlesDiv {
    background-size: 40vw;
    background-position: 120% 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .principlesDiv p {
    max-width: 30ch;
  }
  #principlesLeft {
    margin-left: 50px;
    float: left;
  }

  #principlesRight {
    margin-top: 65px;
    margin-left: 150px;
    float: right;}

}

@media only screen and (min-width: 992px) {
  .principleDiv {
    background-size: 70vw;
    background-position: 110% 0%;
  }
  #principlesLeft {
    margin-left: 100px;
  }
#principlesLeft p{
    margin: 20px 0px;
  }
  #principlesLeft h5{
    margin: 0px 0px 15px 0px;
  }
  #principlesRight {
    margin-left: 120px;
  }
#principlesRight p{
    margin: 20px 0px;
  }
}

.quoteDiv {
  background-color: #F0EBEB;
  margin: 0;
  padding: 50px;
  padding: 100px 0px;
}

.quoteDiv h3 {
  max-width: 80vw;
  margin: 0 auto;
  color: #E02020;
}

.quoteDiv p {
  max-width: 80vw;
  padding-top: 30px;
  margin: 0 auto;
  color: #E02020;
  text-align: right;
}


.ctaDiv {
  background-color: #F9F9F9;
  margin: 0 auto;
  padding: 0;
  height: 150px;
  padding: 50px 50px 100px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ctaDiv h1 {
  color: #4820E0;
  text-align: center;
}

.ctaDiv p {
  color: #4a4a4a;
  text-align: center;
}

#ctaButtons {
  width: 100vw;
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top:30px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media only screen and (max-width: 600px) {
  #ctaButtons {
    max-width: 600px;
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #ctaButtons button {
    display: block;
    margin: 10px auto;
  }
}

.contactForm {
  background-color: #4820E0;
  color: #F9F9F9;
  width: auto;
  max-width: 1200px;
  /*height: 70vh;*/
  padding-top: 150px;
  padding-left: 40vw;
  background-repeat: no-repeat;
  margin: 0;
  background-position: 150% 0%;
  background-size: 80vh;
}

.float-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 35px;
  padding: 0 8px;
  position: relative;
  width: 300px;
  /** active label */
}

.float-container input {
  border: none;
  font-size: 16px;
  outline: 0;
  padding: 10px 0 10px;
  width: 100%;
  background-color: #4820E0;
  margin: 0;
  border: solid 2px #F9F9F9;
  border-radius: 35px;
  caret-color: #F9F9F9;
  color: #F9F9F9 !important;
  padding-left: 10px;
}
.float-container textarea {
  border: none;
  font-size: 16px;
  outline: 0;
  padding: 10px 0 10px;
  width: 100%;
  background-color: #4820E0;
  margin: 0;
  border: solid 2px #F9F9F9;
  border-radius: 20px;
  caret-color: #F9F9F9;
  color: #F9F9F9 !important;
  padding-left: 10px;
}

.float-container input::-webkit-input-placeholder {
  color: #F9F9F9; 
}

.float-container input:-ms-input-placeholder {
  color: #F9F9F9;
}

.float-container input::-ms-input-placeholder {
  color: #F9F9F9;
}

.float-container input::placeholder {
  color: #F9F9F9;
}

.float-container label {
  padding-left: 10px;
  font-size: 16px;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: translate(10px, 10px) scale(1);
          transform: translate(10px, 10px) scale(1);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.float-container.active label {
  -webkit-transform: translate(0, -20px) scale(0.8);
          transform: translate(0, -20px) scale(0.8);
}
#msgInput{
  font-family: 'Arial';
}
#msgInput::-webkit-input-placeholder{
  color: #F9F9F9;
  font-family: 'f37Ginger', Fallback, sans-serif;
}

#msgInput:-ms-input-placeholder{
  color: #F9F9F9;
  font-family: 'f37Ginger', Fallback, sans-serif;
}

#msgInput::-ms-input-placeholder{
  color: #F9F9F9;
  font-family: 'f37Ginger', Fallback, sans-serif;
}

#msgInput::placeholder{
  color: #F9F9F9;
  ffont-family: 'f37Ginger', Fallback, sans-serif;
}
#submitButton{
  border-radius: 35px;
  border-color: #E76060;
  color: #E76060;
  background-color:#F9F9F9;
  font-size: 16px;
  padding: 3px 20px;
  margin: 35px 0 45px 220px;
}
#submitButton:active{
  border-color: #E02020;
  color: #E02020;
  background-color:#E76060;
}

#sucessMsg{
  height: 100vh;
  background-color: #4820E0;
}
#sucessMsg p{
  padding-top: 100px;
  margin-left: 50px;
  color: #F9F9F9;
  font-family: 'f37Ginger', Fallback, sans-serif;
}
#sucessMsg button{
  border-radius: 35px;
  border-color: #E76060;
  color: #E76060;
  background-color:#F9F9F9;
  font-size: 16px;
  padding: 3px 20px;
}

@media only screen and (max-width: 600px) {
  .contactForm {
    padding-left: 5vw;
    padding-top: 10vh;
  }
  .float-container {
    margin: 20px 5px;
  }
}
@media only screen and (min-width: 800px) {
  .contactForm {
    background-position: 10% 0%;
    background-size: 100vh;
  }
}
#ExternalLinksContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ExternalLinksContainer a {
  text-decoration: none;
}

#EtsyContainer {
  background-color: #E76060;
}

#EtsyContainer a {
  color: #F9F9F9;
}

#IgContainer {
  background-color: #F2C5C5;
}

#IgContainer a {
  color: #4a4a4a;
}

#LinkedInContainer {
  background-color: #F9F9F9;
}

#LinkedInContainer a {
  color: #4a4a4a;
}

@media only screen and (max-width: 600px) {
  #ExternalLinksContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #ExternalLinksContainer div {
    padding: 20px 20px;
    width: 100%;
  }
  #ExternalLinksContainer div p {
    max-width: 15ch;
    font-size: 40px;
  }
}

/* Small devices (600px-768px ) */
@media only screen and (min-width: 600px) {
  #ExternalLinksContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  #ExternalLinksContainer div {
    padding: 60px 30px;
    width: 33%;
  }
  #ExternalLinksContainer div p {
    max-width: 10ch;
    font-size: 30px;
    margin: 0 auto;
  }
}

/* Medium devices (768px-992px) */
@media only screen and (min-width: 768px) {
  #ExternalLinksContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  #ExternalLinksContainer div {
    padding: 60px 30px;
    width: 33%;
  }
  #ExternalLinksContainer div p {
    max-width: 10ch;
    font-size: 40px;
    margin: 0 auto;
  }
}

/* Large devices (992px-1200px) */
@media only screen and (min-width: 992px) {
  #ExternalLinksContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  #ExternalLinksContainer div {
    padding: 60px 30px;
    width: 33%;
  }
  #ExternalLinksContainer div p {
    max-width: 10ch;
    font-size: 40px;
    margin: 0 auto;
  }
}

/* Extra large devices (>1200px) */
@media only screen and (min-width: 1200px) {
  #ExternalLinksContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  #ExternalLinksContainer div {
    padding: 60px 30px;
    width: 33%;
  }
  #ExternalLinksContainer div p {
    max-width: 10ch;
    font-size: 50px;
    margin: 0 auto;
  }
}

/*---END OF MAIN ELEMENTS---*/


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