.body {
  margin: 0 !important;
  padding: 0 !important;
}
.element {
  height: 60vh;
  font-size: 45px;
  padding-top: 40px;
/*  border-top:1px solid #000;
  padding-left:10px;
  background-color: #ededed;*/
}

/*.active {
  color:red !important;
  font-weight: bolder !important;
}*/

h2 {
    font-size: 1.8vw !important;
}

h4 {
    font-size: .8vw !important;
    font-weight: 700 !important;
}

h5 {
    font-size: .8vw !important;
}

.center.miniSpacer.col-xs-6 {
  text-align: -webkit-center;
}

.test {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3em;
}

.col-md-4.hidden-sm {
  height: 100%;
}


a#basic-nav-dropdown {
  color: #108ee9;
}

.mobileWarning {
  color: #000;
  padding-top: 38vh;
}

.toolStyle {
  padding-right: 1%;
  padding-left: 1%;
}

.aboutIcons {
  padding-top: 3em;
}

.aboutTitle {
  padding-bottom: 1em;
}

.platformIcons {
  height: 40px;
  width: 40px;
}

.media-body {
  vertical-align: middle !important;
}

.logoStyle {
  padding-top: 4em;
  text-align: center;
}

.logoTextStyle {
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}

/*Navigation Styles*/

img.szLogo.navbar-brand.img-responsive {
  height: 92px;
  width: 92px;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 20px;
    font-size: initial;
}

.start {
  height: 80px;
  padding-top: 40px;
}

.footer {
  /*margin-top: -7em;*/
  height: 25vh;
  background-color: #dddddd;
}

@media screen and (min-width: 892px) {
  .footer {
    /*margin-top: 7em;*/
  }
}

.footerText {
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.footerSubtext {
  font-size: 14px;
  padding-bottom: 3vh;
}


/*.projectDescription {
  height: 100%;
}
*/
.projectDescription.panel.panel-default {
    height: 100%;
  }

@media screen and (min-width: 1200px) {
  .projectDescription.panel.panel-default {
    overflow: scroll;
  }
}

.samAbout {
  padding-top: 3em;
}

@media screen and (min-width: 992px) {
  .samAbout {
    padding-top: 0;
  }
}

.imageCenter {
  max-height: 580px;
  display: block !important;
  margin: auto !important;
}

.textPadd {
  padding-bottom: 6px;
}

.textPaddBig {
  padding-bottom: 4vh;
}

.center {
  text-align: center;
}

.halfWidth {
  max-width: 50%;
}

.fullView {
  height: 100vh;
}

.bottomSpacer {
  padding-bottom: 16em;
}

.contactPadd {
  padding-top: 4em;
  padding-bottom: 4em;
}

.resumeSpacer {
  height: 172px;
  padding-top: 40px;
}

.aboutImageSwap {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.aboutImageSwap img {
  position:absolute;
  left:0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.aboutImageSwap img.bottom {
  opacity:0;
}

.aboutImageSwap img.top {
  opacity:1;
}

.aboutImageSwap img.top:hover {
  opacity:0;
}

.aboutImageSwap img.bottom:hover {
  opacity:1;
}

.aboutSpacer {
  height: 172px;
  padding-top: 40px;
}

.aboutImagesDesign {
  vertical-align: middle;
  display: inline;
  width: 360px;
}

/*.aboutImagesDesign:hover {
  background-image: url('https://s3-us-west-1.amazonaws.com/zollstorage/portfolio/designer-logos.svg');
  width: 360px;
}*/

.aboutImagesDevelop {
  vertical-align: middle;
  display: inline;
  width: 360px;
}

/*.aboutImagesDevelop:hover {
  background-image: url('https://s3-us-west-1.amazonaws.com/zollstorage/portfolio/developer-logos.svg');
  width: 360px;
}*/

img.samTextSpacer.img-responsive {
  display: inline;
}

.miniSpacer {
  padding-top: 2em;
  padding-bottom: 2em;
}

img.profilePicture.img-responsive.img-circle {
  max-height: 30vh;
  display: inline;
}

.samTextSpacer {
  padding-top: 6em;
  padding-bottom: 5em;
}

.samFont {
  color: black;
  font-family: Avenir, Helvetica;
  padding-bottom: 4em;
  text-align: center;
}

.samFontBig {
  color: black;
  font-family: Avenir, Helvetica;
  padding-bottom: 4em;
  font-size: 270%;
  text-align: center;

}


.samFontHeader {
  color: black;
  font-family: Avenir, Helvetica;
  padding-bottom: 4em;
  text-align: center;
}

.samgif {
   background-color: #EEEEEE;
   background-image: url("https://s3-us-west-1.amazonaws.com/zollstorage/portfolio/sam-i-am-mobile.gif");
   background-position: right bottom;
   background-repeat: no-repeat;
}

.aboutParent {
  height: 90vh;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .aboutParent {
    height: 80vh;
  }
  .samgif {
   background-color: #EEEEEE;
   background-image: url("https://s3-us-west-1.amazonaws.com/zollstorage/portfolio/sam-i-am.gif");
   background-position: right bottom;
   background-repeat: no-repeat;
  }

  .samFont {
    color: black;
    font-family: Avenir, Helvetica;
    text-align: left;
  }

}

@media screen and (min-width: 992px) {
  .resumeParent {
    height: 420px;

  }
  .resumeStyle {
    padding-bottom: 2em;
  }
}

.resumeStyle {
  padding-top: 2em;
}

.szLogoHover {
  animation: szGrow 2s infinite;
}

@keyframes szGrow {
        0% {
          rotateX: (0);
        }
        50% {
          rotateX: (180deg);
        }
        100% {
          rotateX: (0);
        }
      }

img.szLogoHover.img-responsive {
  display: inline-block;
  max-height: 40em !important;
}

.email {
  transition: font-size 0.3s ease;
  font-size: 3vw;
}

.email:hover {
  font-size: 3.6vw;
}

.resume {
  transition: height 0.3s ease;
  height: 380px;
}

.resume:hover {
  height: 420px;
}

.white {
  background-color: #fff !important;
}

.textCenter {
  padding-top: 22vh;
}


.download {
  transition: font-size 0.3s ease;
  font-size: 2.4em;
}

.download:hover {
  font-size: 2.7em;
}

.down {
  transition: font-size 0.3s ease;
  font-size: 4em;
  text-align: center;
}

.down:hover{
  font-size: 6em;
}

.social {
  transition: height 0.3s ease;
  color: #108ee9 !important;
  fill: currentColor;
  height: 64px;
  width: 64px;
}


.social:hover {
  height: 92px;
}

.homeCharacter{
    -webkit-animation-name: titleChase;
    animation-name: titleChase;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes titleChase{
    0%{
        left: -100%;
    }
    100%{
        left: 100%;
    }
}

@-webkit-keyframes titleChase{
    0%{
        left: -100%;
    }
    100%{
        left: 100%;
    }
}

#services-grid .item:hover {
    background-color: #deef00;
    box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);
    position: relative;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: black;
    z-index: 10;
}

#services-grid .item {
    text-align: center;
    margin-bottom: 0 auto;
    background-color: #00b2e2;
    margin-bottom: 20px;
    height: 220px;
    width: 200px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 0;
    position: relative;
}
