
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300);

body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: 'Raleway', Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
    /* this sets the color for the entire background */
    background-color: #fff;
    position: absolute;
    background-position:50% 50%;
}

html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

h1 {
    margin: 0 0 10px;
    font-family: Century Gothic, 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    /*letter-spacing: 1px;*/
}
h2,
h3,
h5,
h6 {
    margin: 0 0 35px;
    /*text-transform: uppercase;*/
    font-family: 'Raleway', Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
   /* letter-spacing: 1px;*/
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.1;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #00aabb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #67d0db;
}

a.lakesdale {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

a.lakesdale:hover {
    text-decoration: underline;
}

a.researchfont {
    color: #000;
    /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}
a.researchfont:hover,
a.researchfont:focus {
    text-decoration: none;
    color: #67d0db;
}


.light {
    font-weight: 400;
}

/* Mobile size nav bar */
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #f5f5f5;

    /*text-transform: uppercase;*/
    font-family: 'Raleway', Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: white;
}

/* custom flagger class to manipulate navbar text color
 * when scrolled, set in linpossible.js:
 * $(window).scroll(function()
 */
.page-collapse a {
    color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #dfdfdf;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    /*background-color: rgba(255,255,255,.3);*/
    color: #00aabb;
}

.navbar-custom .nav li.active a:hover {
    /*color: #000;*/
    color: #00aabb;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        /*letter-spacing: 1px;*/
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px inset #f5f5f5;
        background: #FFF;
    }

}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #444444;
    /*background: url(../img/intro_wallpaper/mlbg_dark.jpg) no-repeat center center scroll;*/
    /*background: url(../img/intro-bg-web.jpg) no-repeat center center fixed;*/
    background: url(../img/landing_cover.jpg) no-repeat center center scroll; /* adss.jpg; dswdf.jpg */
    /*background-position: 50% 50%;*/
    /*background-color: #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:50% 50%;
    /* Box Shadow for vignette effect */
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);

}

.cover-overlay {
    /* background-color: rgba(44, 62, 80, 0.2); */
     background-color: rgba(0, 0, 0, 0.4);
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;

}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

/* modified min-width to max-with */
@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .list-inline {
        font-size: 1.5em;
    }

    .intro .intro-body .brand-heading {
        font-size: 36px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}


@media(max-width:767px) {
    .intro {
        /*background: url(../img/intro-bg-md.jpg) no-repeat center center fixed;*/
        height: 100%;
        padding: 0;
    }

    .list-inline {
        font-size: 1.0em;
    }

    .intro .intro-body .brand-heading {
        font-size: 28px;
    }

    .intro .intro-body .intro-text {
        font-size: 18px;
    }

    .intro .intro-body .list-inline {
        font-size: 15px;
    }
}

.btn-circle {
    position: absolute;
    left: 50%;
    /* this does not scale when minimized, need to fix */
    bottom: -82%;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    text-align: center;

    /*width: 70px;*/
    /*height: 70px;*/
    /*margin-top: 15px;*/
    /*padding: 7px 16px;*/
    /*border: 2px solid #fff;*/
    /*border-radius: 100%!important;*/
    /*font-size: 40px;*/
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

/*.btn-circle i.animated {
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
*/
@-webkit-keyframes drop {
    0%   { top:0px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

@keyframes drop {
    0%   { top:0px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

.content-section {
    padding-top: 50px;
}

/* This has not been used */
.skills-section {
    padding-bottom: 50px;
    /*width: 100%;*/
    color: #000;
    background: #f5f5f5;

}

.projects-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    /*background: url(../img/downloads-bg.jpg) no-repeat center center scroll;*/
   /* background-color: #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.blog-section {
    width: 100%;
    /*background: url(../img/blog-bg.jpg) no-repeat center center scroll;*/
    padding: 50px 0;
    color: #000;
    /**/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .projects-section,
    .blog-section {
        padding: 0px 0 100px;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Raleway', Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-clean {
    -webkit-transition: all 0.125s ease-in-out 0s;
       -moz-transition: all 0.125s ease-in-out 0s;
        -ms-transition: all 0.125s ease-in-out 0s;
         -o-transition: all 0.125s ease-in-out 0s;
            transition: all 0.125s ease-in-out 0s;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 8px 26px;
    border: 0;
}

.btn-clean:hover,
.btn-clean:focus,
.btn-clean:active,
.btn-clean.active {
    outline: inherit !important;
}

.btn-default {
    border: 1px solid #00aabb;
    color: #fff;
    background-color: #00aabb;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #00aabb;
    background-color: #fff;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .intro {
        background: url(../img/intro-bg-md.jpg) no-repeat center center scroll;
    }

    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

/*footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}*/



/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}*/
/*
img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}*/
/*
body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
*/

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
  font-family: sans-serif;
  padding: 30px;
  margin: 0 0 10px;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  position: relative;
  bottom: -190px;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    display: block;
    z-index: 10;

    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@-webkit-keyframes drop {
    0%   { top:0px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

@keyframes drop {
    0%   { top:0px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

/*
img:hover{
  opacity:0.1;
  filter:alpha(opacity=10);
  -webkit-opacity:0.1;
  -moz-opacity:10;
}
*/

/* ---------------------------------------------- /*
 * Pfblock styles for contact us
/* ---------------------------------------------- */

.pfblock {
    padding: 110px 0 100px;
    color: #000;
}

.pfblock-gray {
    background: #f5f5f5;
}

.pfblock-header {
    text-align: center;
    margin: 0 0 60px;
}

.pfblock-header-left {
    text-align: left;
}

.pfblock-header-left .pfblock-line {
    width: inherit;
    margin: 30px 0;
}

.pfblock-title{
    font-weight: 800;
    /*color: black;*/
    text-shadow: none;
}

.pfblock-subtitle {
    font-family: 'Raleway', "Times New Roman", Times, sans-serif;
    font-style: normal;
    font-size: 18px;
}

.pfblock-line {
    background: rgba(135, 135, 135, 0.5);
    width: 100px;
    height: 1px;
    margin: 30px auto;
}

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

.ajax-response {
    text-align: center;
}

.form-control {
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

.scroll-up a,
.form-control {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
    z-index: auto;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
    background: #FFF;
    border: 1px solid #D8E1E4;
    font-size: 12px;
    padding: 0 15px;
}

.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 38px;
    font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    font-size: 11px;
    height: 30px;
}

textarea.form-control {
    padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 2em;
    right: 2em;
}

.scroll-up a {
    background-color: rgba(100, 100, 100, 0.5);
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: rgba(235, 235, 235, .8);
    color: #000;
}

/* ---------------------------------------------- /*
 * Project Porfolio
/* ---------------------------------------------- */


#projects .portfolio-item {
    right: 0;
    margin: 0 0 15px;
    color: #000;
}

#projects .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#projects .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,170,187,.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#projects .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#projects .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#projects .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#projects .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#projects .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
    text-shadow: none;
}

#projects .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#projects .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
    text-shadow: none;
}

#projects .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#projects * {
    z-index: 2;
}

@media(min-width:767px) {
    #projects .portfolio-item {
        margin: 0 0 30px;
    }
}


.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
    background: #222;
    text-align: center;
    padding: 40px 0;
    color: #FFF;
}

.copyright {
    margin: 0;
}

.copyright a{
    border-bottom: 1px dotted #fff;
}

#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #ff5252;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.social-links li {
    display: inline-block;
    margin: 5px;
}

.social-links a {
    width: 36px;
    height: 36px;
    display: block;
    line-height: 35px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-size: 14px;
    color: rgba(255, 255, 255, .2);
}

.social-links a:hover {
    border: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .8);
}


/*-----------------------*/
/***** Text Rotator *****/
/*-----------------------*/

.cbp-qtrotator {
    position: relative;
    margin: 3em auto 0em auto;
    max-width: 90%;
    width: 90%;
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 200px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 2em 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    background: #FF5252;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
}

.cbp-qtrotator blockquote p {
    font-size: 2em;
    color: #888;
    font-weight: 300;
    margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
    font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
    content: '― ';
}

.words {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
}

.cycler ul li { text-align: left; }
.cycler ul li span {
  text-align: left;
  white-space: nowrap;
}

.cycler {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 1.2em;
  height: 30px;
}

.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) {

    .cbp-qtrotator {
        font-size: 70%;
    }

    .cbp-qtrotator img {
        width: 80px;
    }

}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.collage-item {
    top: 20.3%;
    left: 34%;
    width: 2.1%;
    height: 1.89%;
    margin-left: -1.05%;
    margin-top: -0.945%;
    font-size: 50%;
}

.div-centered {
    float: none;
    margin: 0 auto;
}

#preloader {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status {
    background-image: url(../img/preloader-black.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/* ---------------------------------------------- /*
 * Blinking Cursor effect in title
/* ---------------------------------------------- */

.blinking-cursor {
  font-weight: 100;
  font-size: 45px;
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

.containerDP {
  margin: auto;
  width: 170px;
  height: 170px;
}

.imageDP {
  display: block;
  /*width: 100%;*/
  height: auto;
}

.textDP {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.containerDP:hover .overlay {
  opacity: .7;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 3px;
    border-color: grey;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#projects {
    background: #222;
    text-align: center;
    padding: 40px 0;
    color: #FFF;
}
