h2, h1, .navbar-brand {
  font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}

h1 {
  font-size: 3.7em;
}

body {
  background-size:100% 100%;
  font-family:"Open Sans", sans-serif;
  background-color: rgba(205,255,0,0.2);
  background-color: #EFF3E2;
  color: rgba(80,77,102,.9);
}

a.nostyle {
  color:inherit;
  text-decoration:none;
  padding:0;
  margin:0;
}

.contact-information {
  text-align: center;
  font-size: 1.5em;
}

.padding-top {
  padding-top: 50px
}

.padding-bottom {
  padding-bottom: 50px
}

.project-text {
  font-size: .7em;
}
.about-text {
  font-size: 1.5em;
  font-weight: 300;
}

.image-container { 
  max-width: 500px;
  max-height: 500px;
}

.profile-picture {
  border-radius: 100%;
  background-image: url(../images/Julie2.JPG);
  background-size: cover;
  background-position: 70%, 100%;
  width: 200px;
  height: 200px;
  transform: rotate(270deg);
}

.screen-shot {
  width: 100%; 
  height: 100%;
  border:1px solid rgba(0,0,0,0.7);
  box-shadow:0px -1px 3px rgba(0,0,0,0.1),
        0px 2px 6px rgba(0,0,0,0.5);
  border-radius:6px;
}

.cbp-so-scroller {
    margin-top: 50px;
    overflow: hidden;
}
 
.cbp-so-section {
    margin-bottom: 15em;
    position: relative;
}
 
/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
    content: " ";
    display: table;
}
 
.cbp-so-section:after {
    clear: both;
}
 
/* Text styling */
.cbp-so-section h3 {
    font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
}
 
.cbp-so-section p {
    font-size: 2em;
    font-weight: 300;
}
 
/* Sides */
.cbp-so-side {
    width: 50%;
    float: left;
    margin: 0;
    padding: 3em 4%;
    overflow: hidden;
    min-height: 12em;
}
 
/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
    content: " ";
    display: table;
}
 
.cbp-so-side:after {
    clear: both;
}
 
.cbp-so-side-right {
    text-align: left;
}
 
.cbp-so-side-left {
    text-align: right;
}
 
.cbp-so-side-right img {
    float: left;
}
 
.cbp-so-side-left img {
    float: right;
}
 
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
 
.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}
 
.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}
 
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
 
 /*For example, add a delay for the right side:*/
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
