﻿h1.txt-title {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 20pt;
    font-weight: normal;
    padding-bottom: 15px;
}

#about {
    background-color: #e9e9e9;
    padding: 50px 0;
}

.about-tit {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 26pt;
    line-height: 30px;
}

.txt-letter-top {
    color: #fff;
    font-family: 'Merienda One', cursive;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
}

#top {
    animation-delay: 1s;
    -webkit-animation-delay:1s;
}

#top3 {
    animation-delay: 0.5s;
    -webkit-animation-delay:0.5s;
}
#top4 {
    animation-delay: 1.5s;
    -webkit-animation-delay:1.5s;
}

.btn-social {
    animation-delay: 1s;
    -webkit-animation-delay:1s;
}
.btn-social:hover {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
     -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
}

.divBall {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ball {
    animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

    ;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

    ;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }

    ;
}

#grid {
    margin: 0 auto;
    width: 100%;
}

#grid .row:first-of-type {
  margin: 0;
}
 
.grid-item {
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-bottom: 30px;
    max-width: 100%;
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.grid-item:hover {
    border: 1px solid #999;
    text-decoration: none !important;
    opacity: .5;
}

@media (max-width:450px) {
  .grid-item {
    width: 100%;
  }
}

@media (min-width:450px) and (max-width: 800px) {
  .grid-item {
    width: 46%;
  }
}

@media (min-width:800px) and (max-width: 1000px) {
  .grid-item {
    width: 29%;
  }
}

@media (min-width:1000px) and (max-width: 1400px) {
  .grid-item {
    width: 30.7%;
  }
}

@media (min-width: 1400px) {
  .grid-item {
    width: 18%;
  }
}

.pagination {
    display: none !important;
    visibility: hidden;
}
