body {
    font-family: 'Lato', arial, sans-serif;
    color: #434343;
    background: #DAE3E7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

video {
    max-width: 640px;
    width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 5px;
}

h5 {
    font-weight: 300;
    padding-left: 20px;
}

h6 {
    font-weight: 200;
}

a {
    color: #3AAA64;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #5f6b77;
    color: #2d844e;
}

a:focus {
    text-decoration: none;
}

p {
    padding-left: 40px;
}

.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', arial, sans-serif;
    padding: 8px 16px;
    font-weight: bold;
}

.btn .fa,
a.btn .fa {
    margin-right: 5px;
}

.btn:focus,
a.btn:focus {
    color: #fff;
}

a.btn-cta-primary,
.btn-cta-primary {
    background: #54ba4e;
    border: 1px solid #54ba4e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
    background: #49ac43;
    border: 1px solid #49ac43;
    color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
    background: #479FC8;
    border: 1px solid #479FC8;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
    background: #3893bd;
    border: 1px solid #3893bd;
    color: #fff;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.profile-content .social a {
    background: #b0b7bf;
    width: 36px;
    height: 36px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    text-align: center;
}

.profile-content .social a:hover {
    background: #778492;
}

.profile-content .social a .fa {
    font-size: 20px;
    padding-top: 8px;
}

.profile-content .social a .fab {
    font-size: 20px;
    padding-top: 8px;
}

.transparent {
    background-color: transparent !important;
}

.pull-right {
    position: absolute;
    right: 5px;
}

.sub-title {
    color: #999;
    font-size: 1rem;
}

.social-list-item {
    display: inline-block;
    padding: 5px;
}

.label-theme {
    background: #3AAA64;
    font-size: 12px;
}

a.dotted-link {
    border-bottom: 1px dotted #778492;
    color: #778492;
}

a.dotted-link:hover {
    text-decoration: none;
    color: #49515a;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.portfolio-header {
    position: relative;
    background-image: url(assets/images/header-bg.jpg);
    opacity: 0.85;
    background-color: rgba(197, 197, 197, 0.44);
}

.mdl-cell {
    background-color: rgba(255, 255, 255, 0.9);
}

.portfolio-header .mdl-layout__header-row {
    padding: 20px;
    -webkit-justify-content: left;
    -ms-flex-pack: center;
    justify-content: left;
}

.mdl-layout__title {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.is-compact .mdl-layout__title span {
    display: none;
}

.portfolio-logo-row {
    min-height: 200px;
}

.is-compact .portfolio-logo-row {
    min-height: auto;
}

.portfolio-logo {
    background: 50% no-repeat;
    background-size: cover;
    height: 150px;
    width: 150px;
    margin: auto auto 10px;
}

.portfolio-name {
    padding: 20px;
    height: auto;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.minilogo {
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 10px;
/*    background-color: rgba(255,255,255, 0.7);
*/    margin: 7px;
    animation: 1s ease-out 1s 1 slideInFromLeft;
}



.meta {
    width: 100%;
    display: flex;
    background-color: rgba(47, 79, 79, 0.9);
    color: wheat;
    padding: 0;
}

.is-compact .portfolio-logo {
    background: url(assets/images/logo.png) 50% no-repeat;
    background-size: 50px;
    height: 50px;
    width: 50px;
    margin-top: 7px;
}

.portfolio-navigation-row {
    background-color: rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    height: 45px;
}

.portfolio-navigation-row .mdl-navigation {
    text-align: center;
    max-width: 1000px;
    width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 42px;
}

.portfolio-header .mdl-layout__drawer-button {}

.portfolio-navigation-row .is-active {
    position: relative;
    font-weight: bold;
}

.portfolio-navigation-row .is-active:after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 64, 129);
    left: 15%;
}

.portfolio-card .mdl-card__title {
    padding-bottom: 0;
}

.portfolio-blog-card-compact .mdl-card__title {
    padding-bottom: 0;
}

.portfolio-blog-card-bg > .mdl-card__actions {
    height: 52px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
}

img.article-image {
    width: 100%;
    height: auto;
}

.portfolio-max-width {
    max-width: 1000px;
    margin: auto;
}

.portfolio-copy {
    max-width: 700px;
}

.no-padding {
    padding: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.padding-top {
    padding: 10px 0 0;
}

.portfolio-share-btn {
    position: relative;
    float: right;
    top: -4px;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.portfolio-contact .mdl-textfield {
    width: 100%;
}

.portfolio-contact form {
    max-width: 550px;
    margin: auto;
}

.mdl-card__supporting-text {
    line-height: inherit;
}
footer {
    background-image: url(assets/images/footer-background.png);
    background-size: cover;
}

body::before {
    background-size: cover;
    background-attachment: fixed;
    content: '';
    will-change: transform;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
}

@media (max-width: 512px) and (-webkit-min-device-pixel-ratio: 1.5),
(max-width: 512px) and (min-resolution: 1.5dppx),
(max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.5),
(max-width: 1024px) and (max-resolution: 1.5dppx) {
    body::before {
        background-image: url('assets/images/bg_1024.jpg');
    }
}

@media (min-width: 513px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 513px) and (max-width: 1024px) and (min-resolution: 1.5dppx),
(min-width: 1025px) and (max-width: 2048px) and (-webkit-max-device-pixel-ratio: 1.5),
(min-width: 1025px) and (max-width: 2048px) and (max-resolution: 1.5dppx) {
    body::before {
        background-image: url('assets/images/bg_2048.jpg');
    }
}

@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 1025px) and (min-resolution: 1.5dppx),
(min-width: 2049px) and (-webkit-max-device-pixel-ratio: 1.5),
(min-width: 2049px) and (max-resolution: 1.5dppx) {
    body::before {
        background-image: url('assets/images/bg_2880.jpg');
    }
}

@media (max-width: 650px) {
    .is-compact .profile-content {
        display: none;
    }
    .profile-content {
        bottom: 0;
        left: 14px;
    }
    .portfolio-logo {
        height: 80px;
        width: 80px;
    }
    .meta h4 {
        font-size: 0.9rem;
    }
    h5 {
        font-size: 1.3rem;
    }
    .meta h5 {
        font-size: 0.7rem;
    }
}

.image-responsive {
    display: inline;
    padding: 5px;
    max-width: 100%;
    height: auto;
}
.image-thumb {
    width: 50px;
}
.small-image {
    max-width: 150px;
    float: left;
    padding: 10px 20px 10px 40px;
}
.project-image {
    padding: 20px;
}

.more-link {
    margin-right: 5px;
    font-size: 17px;
    vertical-align: top;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

.list-unstyled .fa {
    margin: 10px;
}

.no-image-post-title {
    padding: 5px;
    padding-left: 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 4px;
}

.mdl-card {
    min-height: 150px;
    border-radius: 20px;
}

.progress {
    padding: 4px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
    height: 16px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 1.0s linear;
    transition-property: width, background-color;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    background-color: #2ecc71;
    width: 1%;
}

.skill-title {
    font-weight: 300;
    padding: 5px;
    padding-top: 10px;
    font-size: 1.2rem;
}

.myQuote {
    margin: 2% auto;
    font-size: 14px;
    max-width: 960px;
    letter-spacing: 0.30px;
    font-family: 'Roboto Slab';
    color: rgba(27, 79, 114, 0.8);
}

.cite-title {
    font-size: 12px;
    padding: 5px;
    line-height: 1.2rem;
    font-style: italic;
}

blockquote {
    font-size: 14px;
    quotes: ' ' ' ';
    position: unset;
    margin: 15px;
}

cite {
    font-weight: bold;
}

cite:before {
    content: '- ';
    font-weight: bold;
}


/* Style Colors */

.q1 {
    border-left: 8px solid #2ecc71;
}
