html {
    height: 100%;
    min-height: 100%;
    background: #29282c; 
  }
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -2rem; 
  }

.row {
  display: flex;
  flex-direction: column;
}
  @media only screen and (min-width: 40.063em) {
    .row {
     flex-direction: row;
    }
  }
.leftcolumn {
  flex: 100%;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
  @media only screen and (min-width: 40.063em) {
    .leftcolumn {
    flex: 60%;
    padding: 1rem 3rem 1rem 1rem;
    }
  }
.rightcolumn {
  flex: 100%;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
  @media only screen and (min-width: 40.063em) {
    .rightcolumn {
    flex: 40%;
    padding: 3rem 2rem 1rem 0rem;
    }
  }

.corestyle { 
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  color: #29282c;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; 
}
#mainpage {
  background: rgb(255,255,255);
  background: linear-gradient(to top right, rgba(170,170,215,1) 0%, rgba(214,234,241,1) 100%);
  /* Purple to Blue */
  flex:1;
}

#maincontent {
   padding: 1rem 1rem 1rem 1rem;
}

/* Menu & Wordmark ------------------------------------------ */

.menu {
  background-color: #29282c;
  padding: 1rem 1rem .25rem 1rem;
  height: auto}

  @media only screen and (min-width: 40.063em) {
    .menu {
     height: 3rem;
    }
}
.wordmark:hover .name {
  color: #6868ad;
  text-decoration: none !important;
  transition: all 300ms ease-in-out; 
}

.wordmark:hover .subtitle {
  color: #6868ad;
  text-decoration: none !important;
  transition: all 300ms ease-in-out; 
}

.logowrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: .5rem;
}
 @media only screen and (min-width: 40.063em) {
    .logowrapper {
      text-align:left;
      position: absolute;
      top: 1rem;
      margin-left: 0% !important;
    }
  }

.svg-logo {
  fill: #f1edea;
}

.svg-logo:hover {
  fill: #6868ad;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: all 300ms ease; 
}
  .svg:hover path {
  fill: #G_element, #J_element, #A_element, #Border #ff7f50;
  cursor: pointer; 
  }

.name {
  text-align: center;
  font-size: 1rem !important;
  line-height: 1;
  margin: 0 0 .5rem 0;
  color: #f1edea;
  }
  @media only screen and (min-width: 40.063em) {
    .name {
      padding: 0 .5rem 0 0; 
      position:  absolute;
      top: 1.4rem;
      left: 6.25rem;
    } 
  }
.subtitle {
  text-align: center;
  font-size: .75rem !important;
  line-height: .75rem;
  margin: 0 0 1rem 0;
  color: #c0c0c0; 
  }
  @media only screen and (min-width: 40.063em) {
    .subtitle {
      position:  absolute;
      top: 2.5rem;
      left: 6.25rem;
    } 
  } 

/* Image handling ------------------------------------------ */

.snapshot {
   border-radius: 1rem;
   width: 100%;
   height: auto;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  transition: all .20s linear;
  z-index: 0;
}

/* growing button for portfolio ------------------------------------------ */
.portfoliobutton a {
  /* background: #f1edea; */
  background: linear-gradient(to top right, rgba(220,211,208,1) 0%, rgba(241,237,234,1) 100%);
  /* border-color: #f1edea;
  color: #f1edea; */ 
  border-color:  #29282c;
  border-width: 2px;
  display: flex;
  justify-content: center;
  width: 80%;
  box-sizing: border-box;
  margin: 1.5rem 2rem 2rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius:1rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  transition: all .20s linear;
  z-index: 0;
  position: relative;
}
.portfoliobutton a:after {
  color: #6868ad;
  /* color: #29282c; - near black */
  font-size: 1.25rem;
  font-weight: bold;
  content: attr(title);
  position: relative;
  top: 0rem;
}
.portfoliobutton img {
  display: block;
  width: 250px;
}
.portfoliobutton a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 10;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
}

/* growing button for LinkedIn and Resume ------------------------------------------ */
.sidebarbutton a {
  /* background: #f1edea; */
  /*background: linear-gradient(to top right, rgba(220,211,208,1) 0%, rgba(241,237,234,1) 100%); */
  border-style: solid;
  /* border-color: #f1edea;
  color: #f1edea; */ 
  border-color:  #29282c;
  border-width: 2px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin: 2rem 0rem 0rem;
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  text-decoration: none;
  border-radius:1rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  transition: all .20s linear;
  z-index: 0;
  position: relative;
}
.sidebarbutton a:after {
  /* color: #f1edea; */
  color: #29282c;
  font-size: 1rem;
  /* font-weight: lighter; */
  content: attr(title);
  position: relative;
  top: 0rem;
}
.sidebarbutton img {
  display: block;
  width: 250px;
}
.sidebarbutton a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 10;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
}
.fatext {
  /* color: #f1edea; */
  color: #29282c;
  padding-right: 1em;
}
/* hyperlink styles ------------------------------------------ */
a {
  color: #a1c8c9;
  text-decoration: none;
}
a:active {
  color: #f1edea;
}
a:visited {
  color: #AAAAD7;
}

/* Contact Styles --------------------------------------- */ 

.large-intro {
  color: #008080;
  text-align: center;
  padding: 2rem 2rem 0rem 2rem; }

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

#contact-form {
  margin: 1rem; }

  .social-media-icon-box {
    padding-top: 2rem;
    padding-bottom: 2rem; 
    text-align: center;}

  .social-media-icon {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out 0s; 
    padding: .5rem;}

/* Footer Styles --------------------------------------- */ 

#footer {
  content display: block;
  color: #f1edea;
  text-align: center;
  font-size: .75rem;
  line-height: 1.25rem;
  padding: 2.1875rem;
  background: #29282c;
  padding-top: 2rem; 
  height: 2rem;}

  #footer a:hover {
  text-decoration: underline;
  }