@import url(/public/css/crimson.css);
@import url(/public/css/responsive.css);
@import url(/public/css/magnific-popup.css);
@import url(/public/css/style-particles.css);
@import url(/public/css/animate.css);
@import url(https://fonts.googleapis.com/css?family=Raleway);
html{
    height: 100%;
}
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Raleway, sans-serif;
    overflow-x: hidden;
    width: 100%;
    height: 100%

}

.navbar-default {
    background: 0 0;
    border: none;
    padding: 25px 0 10px 0;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(238, 238, 238, .72)
}

.navbar-default .navbar-brand {
    color: rgb(177, 62, 62);
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    
}

.navbar-brand span {
    font-size: 50px
}

.navbar-default .navbar-nav li:last-of-type {
    padding-right: 40px
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    background-color:hsl(330, 2%, 20%);
    height:50px;
}


.navbar-default .navbar-nav>li>a:hover {
    color:yellow;
    background-color:black;
    transition: all .5s ease-out;
    cursor: pointer;
    outline: none;
    border:none;
    padding:10px;
    margin:2px auto;
    border-radius: 4px solid grey;
    box-shadow:0 6px grey;
    top:2px;
}
.navbar-default .navbar-nav>li>a:focus {
    color:yellow;
    background-color:black;
    transition: all .5s ease-out;
    padding:10px;
    margin:2px auto;
    cursor:pointer;
    outline:none;
    border:none;
    border-radius:10px solid grey;
    box-shadow:0 6px grey;
    top:2px;
}
.navbar-default .navbar-nav>li>a:active {
    color:white;
    background-color:black;
    transition: all .5s ease-out;
    padding:10px;
    margin:2px auto;
    cursor:pointer;
    outline:none;
    border:none;
    border-radius:2px solid grey;
    box-shadow:0 4px grey;
    top:2px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ddd;
    border-bottom: 4px solid #0ff
}

.navscroll {
    background: #fff;
    color:red;
    top: 0;
    padding: 4px;
    margin-top: 0;
    box-shadow: 0 15px 60px rgba(218, 216, 216, .84);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.color-link {
    color: #e26060 !important
}

.padding-nav {
    padding: 15px 0;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.home-page {
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    overflow: hidden
}

.home-page .icons a {
    padding: .4rem;
    color: #f5f5f5;
}

.home-page .icons a:hover {
    color:white;
    background-color:black;
    transition: all .5s ease-out;
    box-shadow:0 6px grey;
    top:4px;
    padding:10px;
    margin:2px auto;
    border-radius:2px solid grey;
}
.home-page .icons a:focus {
    box-shadow:0 4px grey;
    top:4px;
     padding:10px;
    margin:2px auto;
    border-radius:2px solid grey;
}
.home-page .icons a:active {
    box-shadow:0 2px grey;
    top:4px;
     padding:10px auto ;
    margin:2px auto;
    border-radius:2px solid grey;
}
 ul li{
    color:rgb(209, 198, 198);
}

.sub-container h1,
.sub-container h2,
.sub-container h4 {
    color: #fff;
    letter-spacing: 1px
}

.sub-container h4 {
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 20px
}

.sub-container h2 {
    font-size: 25px;
    letter-spacing: 1.5px;
    margin-top: 0;
    margin-bottom: 40px
}

.sub-container h1 {
    font-size: 6em;
    font-weight: 900;
    margin: 0
}

@keyframes cd-translate {
    0% {
        opacity: .5
    }

    50% {
        -webkit-transform: translateY(12px) scale(1);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        opacity: .6
    }
}

.about .container h2:before {
    content: "";
    position: absolute;
    border-width: 1px;
    padding-left: 144px;
    border-color: transparent transparent #333;
    padding-bottom: 12px;
    margin-top: 25px;
    border-style: solid;
    color: #fff
}

.about .container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 4px solid #e7e2e2
}
.about .container img:hover {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 200px;
    border: 2px solid #e7e2e2
   
}
about .container img:focus {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 100px;
    border: 2px solid #e7e2e2
   
}
about .container img:active {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 120px;
    border: 2px solid #e7e2e2
   
}



.about .container h2 {
    margin-bottom: 25px;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff
}

.about .container .sub-p {
    padding: 16px 0;
    line-height: 30px;
    color: #fff
}

.about .container .sub-text {
    color: #fff;
    line-height: 30px;
    margin-top: 25px;
}

.about .container a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 0 5px;
    font-weight: 600
}

.about .container a:hover {
    background-color:black;
    border:none;
    outline:none;
    cursor:pointer;
    opacity:0.8;
    text-transform:lowercase;
    padding:10px;
    box-shadow:0 6px grey;
    margin:2px auto;

}
.about.container a:focus{
box-shadow:0 4px grey;
top:2px;
}
.about.container a:active{
    box-shadow:0 2px grey;
    top:2px;
}

.portfoliopage h2 {
    content: "";
    position: absolute;
    padding-left: 500px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: .4rem;
    text-decoration: wavy
}

.portfoliopage p {
    color: #fff;
    content: "";
    position: absolute;
    padding-left: 500px;
    padding-top: 50px;
    padding-bottom: 50px
}

.filtr-item {
    padding: 1rem
}

.item-desc {
    background-color: #0e0808;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem
}

.filtr-container {
    margin-top: 40px
}

.div-hover {
    background-color: rgba(23, 22, 22, .25);
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    margin: 0 13px;
    z-index: 1;
    top: 30%;
    left: -2px;
    right: -2px;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.div-hover a {
    color: #fff;
    text-decoration: none
}

.div-hover a i {
    margin-right: 10px
}

.filtr-item {
    margin-bottom: 30px
}

.filtr-item:hover .div-hover {
    opacity: 1
}

.div-hover a:hover .div-hover a:focus {
    color: #fff;
    border: none
}

.item-desc {
    position: absolute;
    bottom: 11px;
    text-align: center;
    left: 10px;
    right: 10px;
    padding: 10px 0;
    background: rgba(68, 68, 68, .44);
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about,
.portfoliopage {
    padding-top: 100px;
    padding-bottom: 100px
}

p {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 1px
}

.row {
    padding: 20px 0
}

.portfoliopage .container h2 {
    background-image: url(images/bg.png) cover;
    font-size: 28px;
    letter-spacing: 5px;
    margin: 15px 0 65px 0;
    font-weight: bolder;
    text-transform: uppercase;
    color: #fff
}

.loading-scroll-hiden {
    overflow-y: hidden
}

.body {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    z-index: 9999;
    display: table
}

.center {
    display: table-cell;
    vertical-align: middle
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
