@import url(https://fonts.googleapis.com/css?family=Montserrat);

html, body, .container-fluid, .row {
    height: 100%;
}


@media (max-width: 550px) {
    .cover h1 {
        font-size: 48px;
    }
}
.cover {
    background-color: #0288D1;
    text-align: center;
    color: white;
    font-family: Roboto;
    height: 100%;
    position: relative;
    /*box-shadow: 13px 13px 40px -14px rgba(0,0,0,0.55);*/
    box-shadow: 0 3px 20px 5px rgba(0,0,0,0.2)
}

.content {
    /*background-color: #818989;*/
    /*min-height: 100%;*/
    /*left: 50%;*/
    /*box-shadow: -4px 0px 15px 0px rgba(0,0,0,0.55); }*/
    font-family: Montserrat;
}

.title {

    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:50%;
    height:30%;
    margin: auto;
}

h1 {
    font-size: 72px;
}

.project-card {
    padding:15px;
    background: #d3d3d3;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 15px;
}
.project-card img {
    max-width: 100%;
}

.favprojects_title {
    text-align: center;
}


.title .btn {
    font-size: 32px;
    color: white;
}

.links a{
    color: white;
    font-size: 26px;
    margin: 10px;
}

.down-button {
    color: white;
    font-size: 30px;
    position: absolute;
    bottom:10%;
}

.down-button i {
    animation: pulse 3s infinite;
}

canvas {
    position: static;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -100;
}

.project {
    margin-top: 30px;
}

.project img {
    padding-top: 20px;
    border-radius: 2%;
    -webkit-box-shadow: 13px 13px 40px -14px rgba(0,0,0,0.55);
-moz-box-shadow: 13px 13px 40px -14px rgba(0,0,0,0.55);
box-shadow: 13px 13px 40px -14px rgba(0,0,0,0.55);
}

.skills {
    text-align: center;
    margin-top: 30px;
}
.skills i {
    font-size: 48px;
    margin: 0 10px;
}

.skills p {
    margin: 5px 10%;
}

.btn-yellow {
    background-color: #fffdf5;
    color: #212121;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.read-more {
    font-size:30px;
}

.blog-left {
    border-left: green 2px solid;
    padding-left: 10px;
}