/*
 * Here is my CSS file for this current webstie:
   Enjoy!
   -Ezekiel Bierschank

/* ========================================================= START Body ================================================================ */
/* =============  START Google Material Design For Header ================= */
/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
}
a{
    text-decoration: none;
}
body{overflow-x: hidden;}
/* =============  END Google Material Design For Header ================= */
/* ========================================================= END Body ================================================================ */

/* ========================================================= START HEADER ================================================================ */
/* =============  START Google Material Design For Header ================= */
.mdl-layout__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  min-height: 64px;
  max-height: 1000px;
  z-index: 3;
  color: rgb(255,255,255);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height, box-shadow;
  }

.mdl-layout__header-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  box-sizing: border-box;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 20px;
  background-color: rgba(0,0,0, 0);
}

.mdl-layout-title {
  display: block;
  position: relative;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

/* =============  END Google Material Design For Header ================= */

/* =============  START MY CODE For Header ================= */
.header-row-max-width{
     max-width: 2000px;
     margin: 0 auto;
}
@-moz-document url-prefix() {
    .header-row-max-width{
        width: 2000px;
    }
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .header-row-max-width{
        width: 2000px;
    }
}
@media (max-width:840px) {
    .mdl-layout-title {
        margin: 0 auto;
        align-content: center;
        text-align: center;
    }
    .header-row-max-width{
     max-width: 100%;
     margin: 0 auto;
    }
    @-moz-document url-prefix() {
        .header-row-max-width{
            width: 100%;
        }
    }
    @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
        .header-row-max-width{
            width: 100%;
        }
    }
}

#home .mdl-layout__header{
    background: rgba(0,0,0, 0);
    width: 100%;
    height: 100%;
}
.mdl-layout-title {
    font-size: 60px;
    font-weight: 300;
    display: block;
    text-shadow: 2px 2px rgba(233, 30, 99, 100);
}
.mdl-layout-title {
    margin-bottom: 0px;
}
.mdl-layout__header-row{
    margin-top: 20px;
    margin-bottom: 20px;
}
 
@media (max-width:650px) {
    .mdl-layout-title {
        font-size: 40px;
        text-shadow: 2px 2px rgba(233, 30, 99, 100);
    }
    .mdl-layout__header-row{
        margin-top: 10px;
        margin-bottom: 10px;
    }

}
@media only screen and (max-width: 479px) {
    .mdl-layout-title {
        font-size: 34px;
        text-shadow: 1px 1px rgba(233, 30, 99, 100);
    }
    .mdl-layout__header-row{
    margin-top: 0px;
    margin-bottom: 0px;
}
}
@media (max-width:350px) {
    .mdl-layout-title {
        font-size: 34px;
    }
}
.gradientStrip{
    background: #fe2d02; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(45deg, #feb800,#fe2d02); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #feb800,#fe2d02); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #feb800,#fe2d02); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #feb800, #fe2d02); /* Standard syntax */
	height: 10px;
	margin-top: 0px;
}
/* =============  END MY CODE For Header ================= */
/* ========================================================= END HEADER ================================================================ */





/* ========================================================= START Split Screen Divs (portfolio) ================================================================ */

/* =============  START Google Material Design For Split Screen Divs ================= */
/* - - - - - - START Button - - - - - */

a, .mdl-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
.mdl-button {
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 14px 18px 14px 18px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
  .mdl-button::-moz-focus-inner {
    border: 0;
}

.mdl-button--raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-color-ux-portfolio{
    background-color: rgb(255,64,129) !important;
    color: rgb(255,255,255);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 48px;
    font-weight: 100;
    margin-bottom: 40px;
}
.mdl-color-ux-portfolio:hover{
    opacity: .9 !important;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 2px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-color-illustration-portfolio{
    background-color: #00ACC1 !important;
    color: rgb(255,255,255);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 40px;
}
.mdl-color-illustration-portfolio:hover{
    opacity: .9 !important;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 2px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-color-photo-portfolio{
    background-color: #1976D2 !important;
    color: rgb(255,255,255);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 40px;
}
.mdl-color-photo-portfolio:hover{
    opacity: .9 !important;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 2px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.lightgalleryPhoto-tablet{
    margin: 0 auto;
    background-color: red;
}
@media (max-width: 1090px) {
    .mdl-color-ux-portfolio{
    font-size: 36px;
    margin: 40px auto;
    }
    .mdl-color-illustration-portfolio{
    font-size: 32px;
    margin: 40px auto;
    }
    .mdl-color-photo-portfolio{
    font-size: 34px;
    margin: 40px auto;
    }
}
.mdl-color-ux-portfolio-Tablet{
    padding: 14px;
    height: auto;
    max-width:480px;
    min-width: 300px;
}
.mdl-color-illustration-portfolio-Tablet{
    padding: 14px;
    height: auto;
    max-width:480px;
    font-size: 26px;
    min-width: 300px;
}
.mdl-color-photo-portfolio-Tablet{
    padding: 14px;
    height: auto;
    max-width:480px;
    min-width: 300px;
}
@media (max-width: 650px) {
    .mdl-color-ux-portfolio-Tablet{
        max-width:350px;
        font-size: 28px;
        margin: 20px auto;
    }
    .mdl-color-illustration-portfolio-Tablet{
        max-width:390px;
        font-size: 28px;
        margin: 20px auto;
    }
    .mdl-color-photo-portfolio-Tablet{
        max-width:390px;
        font-size: 28px;
        margin: 20px auto;
    }
}
@media (max-width: 480px) {
    .mdl-color-ux-portfolio-Tablet{
        max-width:370px;
        font-size: 29px;
    }
    .mdl-color-illustration-portfolio-Tablet{
        max-width:380px;
        font-size: 26px;
    }
    .mdl-color-photo-portfolio-Tablet{
        max-width:370px;
        font-size: 26px;
    }
}
  
/* - - - - - - END Button - - - - - */

/* =============  END Google Material Design For Split Screen Divs ================= */


/* =============  START MY CODE For Split Screen Divs ================= */
.mdl-grid-liteGrey{
     background-color: #F5F5F5;
}
.container{
     width:2000px;
}
.ux-quote-container{
     float: right;
     text-align: left;
     padding-right: 24px;
     height: 258px;
}
.about-quote-container{
    float: right;
    text-align: left;
    padding-right: 24px;
    height: 258px;
}
.about-quote-container-tablet{
    margin: 0 auto;
    text-align: left;
    padding-right: 12px;
    height: auto;
    max-width: 500px;
    padding: 20px;
}
.about-text-name{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
     font-weight: 200;
     font-size: 18px;
     text-align: right;
     margin-top: 15px;
     margin-right: 30px;
}
.ux-quote-container-left{
     float: left;
     text-align: left;
     padding-left: 24px;
     height: 280px;
}
@media (max-width: 1090px) {
    .ux-quote-container{
        height: 218px;
    }
    .ux-quote-container-left{
        height: 240px;
    }
}
.desktop-quote-container{
     margin: 0 auto;
     padding-top: 170px;
}
.ux-quote-text{
     font-family: "Roboto", "Helvetica", "Arial", sans-serif;
     font-weight: 100;
     font-size: 32px;
}
.about-quote-text{
     font-family: "Roboto", "Helvetica", "Arial", sans-serif;
     font-weight: 100;
     font-size: 32px;
}

.quote-text-name{
     font-family: "Roboto", "Helvetica", "Arial", sans-serif;
     font-weight: 200;
     font-size: 20px;
     text-align: right;
     margin-top: 15px;
     margin-right: 30px;
}
.quote-text-name-left{
     font-family: "Roboto", "Helvetica", "Arial", sans-serif;
     font-weight: 200;
     font-size: 24px;
     text-align: right;
     margin-top: 15px;
     margin-right: 30px;
}
.portfolio-button-div-right{
     padding-right: 24px;
}
.portfolio-button-right{
    padding: 14px;
    height: auto;
    float: right;
}
.imageLargeCenterDiv{
    margin: 0 auto;
    padding-top: 20px;
    width: auto;
    text-align: center;
}
.imageLargeCenter{
    height: 240px;
}
.aboutimageLargeCenter{
    height: 360px;
}
.imageLargeCenter-illustration{
    height: 340px;
}
.imageLargeCenter-photo{
    height: 340px;
}
@media (max-width: 650px) {
    .imageLargeCenter{
        height: 180px;
    }
    .imageLargeCenter-illustration{
        height: 280px;
    }
    .imageLargeCenter-photo{
        height: 280px;
    }
    .aboutimageLargeCenter{
        height: 340px;
    }
    .about-quote-text{
        font-size: 24px;
    }
}
@media (max-width: 650px) {
    .imageLargeCenter{
        height: 180px;
    }
    .imageLargeCenter-illustration{
        height: 280px;
    }
    .imageLargeCenter-photo{
        height: 280px;
    }
    .aboutimageLargeCenter{
        height: 320px;
    }
    .about-quote-text{
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .imageLargeCenter{
        height: 150px;
    }
    .imageLargeCenter-illustration{
        height: 250px;
    }
    .imageLargeCenter-photo{
        height: 230px;
    }
    .aboutimageLargeCenter{
        height: 300px;
    }
    .about-text-name{
     text-align: left;
    }
}
@media (max-width: 360px) {
    .aboutimageLargeCenter{
        height: 280px;
    }
    .about-quote-text{
        font-size: 18px;
    }
}

/* - - - - - - - - - - Image on Left - - - - - - */
.left-lg-Img{
    padding-top: 40px;
    margin: 0 auto;
    height: 100%;
}
.imageLargeLeft{
    padding-top: 40px;
    right: 50%;
    position: absolute;
    height: 500px;
}

.imageLargeLeftProfilepic{
    border: solid 10px #FFF;
    vertical-align: middle;
    right: 60%;
    position: absolute;
    height: 450px;
    margin-top: 25px;
}
@media (max-width: 1090px) {
    .imageLargeLeftProfilepic{
        height: 475px;
        margin-top: 30px;
        right: 55%;
}
}
/* - - - - - - - - - - Image on Right - - - - - - */
.right-lg-Img{
    padding-top: 40px;
    margin: 0 auto;
    height: 100%;
}
.imageLargeRight{
    padding-top: 40px;
    left: 60%;
    position: absolute;
    height: 600px;
}
.portfolio-button-left{
    padding: 14px;
    height: auto;
    float: left;
}
.portfolio-button-div-left{
     padding-left: 24px;
}
.lightgallary-div-tablet{
     width: 100%;
     text-align: center;
     margin: 0 auto;
}

/* =============  END MY CODE For Split Screen Divs ================= */
/* ========================================================= END Split Screen Divs (portfolio) ================================================================ */


/* ========================================================= Start Testies ================================================================ */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.card {
    margin: 20px;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
}

.testieName{
    color: #37474F;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 32px;
    text-align: left;
}

.testieJobTitle{
    color: #37474F;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-align: left;
    line-height: 1.3;
}

.testieText {
    color: #37474F;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 15px;
}

.card .testieContainer img{
    display: table-cell;
    border-radius: 2px;
    height: auto;
    width: 125px;
}

.testieTitleDiv{
    display: table-cell;
    vertical-align: bottom;
    padding-left: 20px;
}

.testieContainer{
    display: table;
    margin-bottom: 20px;
}

.testieCompany{
    line-height: 1.5;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #E91E63;
}

.testieMainGrid{
     padding: 60px 0 60px 0;
}

@media (max-width: 720px) {
    .testieName{
        font-weight: 300;
        font-size: 16px;
    }
    .testieJobTitle{
        font-weight: 200;
        font-size: 14px;
        line-height: 1.2;
    }
    .testieCompany{
        line-height: 1.2;
        font-weight: 200;
        font-size: 14px;
    }
}


@media (max-width: 600px) {
    .testieName{
        font-weight: 400;
        font-size: 24px;
    }
    .testieJobTitle{
        font-weight: 300;
        font-size: 18px;
        line-height: 1.2;
    }
    .testieCompany{
        line-height: 1.2;
        font-weight: 300;
        font-size: 16px;
    }
    .testieMainGrid{
        padding: 20px 0 40px 0;
    }
    .card .testieContainer img{
        width: 100px;
    }
    .testieTitleDiv{
        padding-left: 10px;
    }
}

@media (max-width: 360px) {
    .testieName{
        font-weight: 300;
        font-size: 18px;
    }
    .testieJobTitle{
        font-weight: 300;
        font-size: 12px;
        line-height: 1.2;
    }
    .testieCompany{
        line-height: 1.2;
        font-weight: 300;
        font-size: 11px;
    }
    .testieMainGrid{
        padding: 20px 0 40px 0;
    }
    .card .testieContainer img{
        width: 100px;
    }
    .testieTitleDiv{
        padding-left: 10px;
    }
}

/* ========================================================= END Testies ================================================================ */



/* ========================================================= START Company Logos ================================================================ */
.companyLogoText{
    font-size: 58px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    padding-top: 40px;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #E91E63), color-stop(0.6, #00BCD4), color-stop(1, #3F51B5) );
    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.companyLogoRowTopDesktop{
    padding-top: 40px;
    max-width: 1600px;
}
.companyLogoRowTopTablet{
    padding-top: 30px;
}

.companyLogosDesktopImages{
     padding: 0px 30px;
     display: table-cell;
}

.companyLogosTabletImages{
     padding: 0px 10px;
     display: table-cell;
}

.companyLogoRowBottomDesktop{
    padding-bottom: 90px;
    padding-top: 40px;
    max-width: 1600px;
}

.companyLogoRowBottomTablet{
    padding-bottom: 60px;
    padding-top: 20px;
}


@media (min-width: 1400px) {
    .companyLogoText{
        font-size: 70px;
    }
}

@media (max-width: 1200px) {
    .companyLogoText{
        font-size: 50px;
    }
}

@media (max-width: 1090px) {
    .companyLogoText{
        font-size: 42px;
    }
}

@media (max-width: 840px) {
    .companyLogoText{
        font-size: 36px;
    }
}

@media (max-width: 720px) {
    .companyLogoText{
        font-size: 32px;
    }
}

@media (max-width: 650px) {
    .companyLogoText{
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .companyLogoText{
        font-size: 18px;
        font-weight: 300;
    }
}

@media (max-width: 360px) {
    .companyLogoText{
        font-size: 15px;
    }
}

/* ========================================================= END Company Logos ================================================================= */

/* ========================================================= START Mini Footer ================================================================ */
.footerWrapper{
    background-color: #263238;
}
.mdl-logo{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    font-size: 16px;
}
.social-icons li a {
    color: #ECEFF1;
    font-size: 20px;
}

.social-icons li a.facebook:hover {
  color: #90CAF9;
}

.social-icons li a.linkedin:hover {
  color: #CE93D8;
}

.social-icons li a.twitter:hover {
  color: #55acee;
}

.social-icons li a.google-plus:hover {
  color: #A5D6A7;
}

.social-icons li a.flickr:hover {
  color: #F8BBD0;
}

.social-icons li a.youtube:hover {
  color: #EF9A9A;
}

.social-icons li a.email:hover {
  color: #FFCC80;
}

.social-icons li a.github:hover {
  color: #80CBC4;
}



.social-icons li {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}
/* ========================================================= END Mini Footer ================================================================ */

/* FIN

