
/*
.item{
  font-size: 30px;
  text-align: center;
}
.container > div {
  padding: 1.5rem;
  border-radius: 1rem; 
}
.container  img {
  width: 100%;
  height: auto; 
}
*/

/* container 1 */
@media only screen and (max-width: 1200px) {
  .container{
   display: block;
  grid-gap: 2rem;
  justify-content: stretch;

  }
} 

@media only screen and (min-width: 1200px) {
.container {
  display: grid;
  grid-template-columns: 40% 15% 40%;
  margin: 0% 2%;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
}


   /*container 2 */
@media only screen and (max-width: 1200px) {
  .container-2{
  display: block;
  grid-gap: 2rem;
  justify-content: stretch;
  } 
} 

@media only screen and (min-width: 1200px) {
.container-2{
  display: grid;
  grid-template-columns: auto auto;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  height: auto; 
}

.item{
  margin-left: 10%;
  margin-right: 10%;
  font-size: 20px;
  text-align: center;
}

.item img{
  width: 300px;
  height: auto; 
}
}

.container-2 a:link{
    text-decoration: none;
}
.container-2 a:hover{
    text-decoration:underline;
    color: #fff;
}



   /*container 3*/
@media only screen and (max-width: 1200px) {
  .container-3{
   display: block;
  grid-gap: 2rem;
  justify-content: stretch;
  }
 .container-3 img{
  width: 100%;
  height: auto auto auto;
}
} 

@media only screen and (min-width: 1200px) {
.container-3 {
  display: grid;
  grid-template-columns: auto auto auto;
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;  
}

.container-3 img{
  width: 100%;
  height: auto;
}
}
.item{
  font-size: 30px;
  text-align: center;
  margin:10%;
}

.item img{
  width: 500px;
  height: auto; 
}
.container-3 a {
    display:inline-block;
    text-align: center;
    font-family: inherit;
    text-decoration: none;
	color: black;
	margin: 5%;
}




   /*PORTFOLIO*/	
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 700px) {
  .container-4{
  display: block;
  grid-gap: 2rem;
  justify-content: stretch;
  text-align: center;
  }
  
} 



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.container-4{
  display: grid;
  grid-template-columns: auto auto auto auto ;
  margin: 2% 20% 2% 20%;
  padding: 10px;
  border-radius: 10px;}
}


.container-4 a:link{
    text-decoration: none;
}
.container-4 a:hover{
    text-decoration:underline;
    color: #fff;
}








/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 700px) {
  .container-5{
  display: block;
  grid-gap: 2rem;
  justify-content: stretch;

  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.container-5 {
background-color: #FFBBA2;

}
}

.container-5 > div {
  padding: 1.5rem;
  border-radius: 1rem; 
}
.container-5  img {
  width: 700px;
  height:auto;
}



.div-1{
	margin-top: 50px;	
	float:left;
    width:30%;
    margin-left: 10%;	
}

.div-1 img{
    width:100%;
	
}

.div-2{
	margin-top: 50px;	
	float:right;
    width:40%; 	
    margin-left: 10%;
    margin-right: 10%;	
}





