body {
	background-image: url(../img/background.jpg);
	font-family: 'Roboto', sans-serif;
	background-color: #8aced6;
	transition: all .5s ease-in-out;
}

*{
	transition: all .5s ease-in-out;
}

h1{
	font-size: 20px;
	color: white;
	text-transform: uppercase;
}


.container {
	width: 60%;
	margin: 0 auto;
}

.container2 {
	width: 60%;
	margin: 0 auto;
}


section {
	padding-top: 50px;
}

/*----------------------ASIDE----------------------*/
aside {
	clear: both;
	float: left;
	width: 25%;
}

aside h1 {
	font-size: 86px;
	font-weight: 900;
	margin-top: 130px;
}

aside h2 {
	font-size: 27px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
}

aside p {
	font-size: 12px;
	line-height: 1.4em;
	color: #FFFFFF;
	margin: 0px 0 12px 0;
	width: 225px;
}

aside a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #EC008C;
	padding: 20px 60px;
}

/*----------------------ASIDE END----------------------*/


article {
	float: right;
	width: 75%;

}

article {

}




nav{
	padding-top: 50px;
}

p {
	font-weight: 300;
	line-height: 1.5em;
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 160px;
	background-color: #FFFFFF;
}

footer h1{
	padding-top: 35px;
	margin-left: 34px;
	float: left;
}




/*----------------------LOGO----------------------*/

.logo{
	display: block;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;

}


.logo h1{
	font-size: 40px;
	font-weight: bolder;
	color: #EC008C;
	float: left;
}


.logo h3{
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	float: left;

	margin-bottom: 20px;
}


.logo ul{
	float: right;
	margin-right: 20px;
}


.logo li{
	display: inline;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*img.random{
	width: 8%;
	margin-left: 82px;
}*/

img.random{
	width: 20%;
	margin-left: 7px;
}

.social {
	float: right;
}

.social a {
	display: none;
}

.social img{
	float: right;
	width: 7%;
	margin-left: 15px;
	margin-top: 11px;
}




/*----------------------LOGO----------------------*/



/*----------------------FILTER----------------------*/



.filter a {
  text-decoration: none;
  color: #666;
  display: block;
  padding: 1.5rem 0;
  text-transform: uppercase;
  font-size: 14px;
}

ul.filter  {
  display: flex;
  width: calc(100% + 4rem);
  padding: 0 2rem;
  position: relative;
  left: -2rem;
  margin-top: 49px;
}

.filter li{
  flex: 1 1 auto;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.filter li:last-child  a{
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.filter img{
  width: 20%;
}

.all {
	background: #EC008C;
}

.filter li:first-child  {
	border-left: none;
}

.filter li:nth-child(2) {
	border-left: none; 
}

a.all {
	color: #fff;
	border: none;
}

/*-----------MAIN IMAGES START-----------*/

.item {
	display: inline-block;
	width: 22%;
	text-align: center;
	margin: auto;
/*	padding: 8px;*/
	margin-left: 10px;
}

.items {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-left: 20px;
}

.items img{
	display: inline-block;
	margin: 0 auto;
/*	border: 2px solid rgba(0, 0, 0, 0.3);*/
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 7px;
	cursor: pointer;
}

.item img{
	width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

/*-----------MAIN IMAGES END-----------*/

.scrollbar
{
	overflow-y: scroll;
	margin-bottom: 25px;
	height: 580px;
	overflow: hidden;
	overflow-y: auto; 
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #fff;

}

#style-1::-webkit-scrollbar
{
	width: 12px;

}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #d8d8d8;
}





@media only screen and (max-width: 1600px) {


.scrollbar
{
	margin-top: 45px;
}



section {
	padding-top: 0;
}


.container2 {
width: 80%;
}


.container {
	width: 80%;
	margin: 0 auto;
}


aside{
	display: none;
}



article{
	width: 100%;
	margin-bottom: 50px;
}

article {
	height:100%;
	overflow: unset;
	overflow-y: unset; 
}


.items{
/*	margin-top: 60px;*/
	margin-left: 0;
}


footer {
	position: unset;
	clear: both;
	width: 100%;
	height: 100%;
	height: 130px;
}

.filter li{
	margin-top: 33px;
}


.social img{
	display: none;
}

.social a {
	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #EC008C;
	padding: 20px 60px;
	float: right;
}



}




/*-----------MODAL START-----------*/

.modal-content {
	display: block;
}


.modal-content img{
	width: 35%;
	float: left;
	margin-right: 25px;
}


.description {
	font-size: 12px;
	text-align: left;
}


.modal-content h1 {
	margin-bottom: 10px;
	color: #EC008C;
	font-weight: 500;
	font-size: 25px;
	display: block;
	margin: 30px 0 20px 0;
}


.modal-content h4 {
	margin-bottom: 10px;
	color: black;
	font-size: 15px;
	text-align: center;
	margin: 15px 0;
}



.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}


.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1.5rem 1.5rem;
	width: 700px;
	border-radius: 0.5rem;
	text-align: center;
}


.close-button {
	float: right;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: lightgray;
}


.close-button:hover {
	background-color: darkgray;
}


.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


/*-----------MODAL END-----------*/

@media only screen and (max-width: 820px) {

.logo {
	margin-bottom: 10px;
}
.scrollbar {
	height: 300px;
}

.container {
	width: 90%;
}

.container2 {
	width: 100%;
}

/*img.random {
	margin-top: 2px;
	margin-left: 37px;
}*/

footer {
	position: unset;
	clear: both;
	width: 100vw;
}

.filter li{
	margin-top: 0;
}

nav {
	padding-top: 20px; 
}


aside{
	display: none;
}

.items {
	margin-left: 0;
}


.item {
	width: 46%;
	padding: 5px;
	z-index: 0;
	margin-left: 0; 
}


.filter a {
	padding: 1.3rem 0;
}


ul.filter  {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	padding: 0;
	left: 0;
}


.all {
	background: #EC008C;
	color: #fff;
}


a.all {
	color: #fff;
}


.filter li{
	  color: #666;
	  text-align: center;
/*	  border-left: none;*/
border-bottom: 1px solid rgba(0, 0, 0, 0.3); 
	  /*  flex: 1 1 auto;*/
	  flex: 0 50%;
}

.filter li:first-child{
 	flex: 1 100%;
}

.filter li:last-child  a{
	border-right: none;
}

.filter img{
	width: 20%;
}

.social img{
	display: none;
}

/*.logo {
    display: block;
    width: 210px;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
}*/

/*.logo h1 {
    font-size: 31px;
}

.logo h3 {
    font-size: 20px;
}*/

.social a {
    padding: 17px 20px;
    }

footer {
	position: unset;
	clear: both;
	width: 100%;
	height: 100%;
}



/*-------------------------MODEL-------------------------*/

.modal-content {
	display: block;
}

.modal-content img{
	width: 70%;
	float: left;
	margin-left: 42px;
	margin-bottom: 10px;
}

.description {
	font-size: 12px;
	text-align: left;
}

.modal-content h1 {
	margin: 0;
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 300px;
	border-radius: 0.5rem;
	text-align: center;
}

}



