html, body {
    height: 100%;    
}



body {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #000;
	background-color:#282828;
    font-family: 'Poppins';
}


img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}



@media (min-width: 1200px) {
}



/***** triagle + email ****/
a {
    color:#fffefd;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover,
a:active {
    color: #d9d8d7;
    text-decoration: none;
}
/***** triangle + email ****/



 

.navbar {
    padding: 1rem;
    text-transform: uppercase;
    background: #fff;
    font-family: 'Poppins';
}

.navbar .navbar-brand {
    top: 1rem;
    text-align: left;
    padding: 0;
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    z-index: 2000;
}

@media (min-width: 768px) {
    .navbar {
        padding: 2rem 2rem 1rem 2rem;
    }    
    .navbar .navbar-brand {
        font-size: 2rem;
    }
}


.navbar .dropdown-menu .row {
    padding: 1rem 0;
    margin: 0;
}

.navbar .dropdown-menu ul {
    margin-bottom: 3rem;
    font-family: 'Poppins';
}

.navbar .dropdown-menu .nav-link {
    padding: .25rem 0;
    font-size: 1rem;
    font-weight: 400;
}

.navbar .navbar-nav .nav-item {
}


/***** Main *****/
 main {
    padding-top: 100px;
    position: relative;
    min-height: 100%;
    margin-bottom: -80px;
}
/***** Main *****/




/***** Pictures *****/
.container-fluid {
    max-width: 1800px;
}


 
.container-fluid .col-lg-4 {
    padding: 0 30px;
}


.container-fluid .row {
    margin: 0 -30px;
}
/***** Pictures *****/



.grid {
    margin: 0 -30px 100px -30px;
}

.grid-sizer,
.grid-item { 
    width: 100%;
}

@media (min-width: 768px) {
    .grid-sizer,
    .grid-item { 
        width: 50%; 
    }
	
/***** Pictures *****/

.grid-item img {
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.grid-item img:hover {
	filter: brightness(85%) contrast(100%);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;	
}

}

/***** Pictures *****/




@media (min-width: 992px) {
    .grid-sizer,
    .grid-item { 
        width: 33%; 
    }
}


.container-fluid .grid-item {
    padding-bottom: 60px;
}





