body{
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(228, 239, 239);
    padding: 0;
    margin: 0;
    
}

main{
    justify-content: space-between;
    /*background: white;*/
    display: flex;
    margin: 0.5rem;
    
}
/*
aside {
    width: 20%;
    height: 100%;
    display: block;
    margin-right: 0.5rem;  
    color: darkblue;
}
*/
/*
.fb-page{
    width: 340px%;
}
*/
section{
    width: 100%;
    background: rgb(227, 241, 244);
    height: 100%;
	/*border: solid red 1px;*/
}
article h1{
    text-align: center;
    padding: 1rem;
    color: darkblue;
}
article figcaption{
    padding: 1rem;
    margin-bottom: 3rem;
}
.flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	/*border:1px solid;*/
}
.flex-item{
    width: 20rem;
    margin: 10px;
	border:0px solid;
}
.flex-item2{
   	width: 30rem;
    margin: 10px;
	border:0px solid;
}
.flex-item3{
    width: 20rem;
    height: 25rem;
    margin: 10px;
	border:0px solid;
}
.flex-item figure img ,
.flex-item2 figure img{
	width: 30rem;
}
.txtred{
    color:red;
}
footer{
    background: #05a1d1;
    text-align: center;
    padding: 1rem;
    color: white;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 98.75em) {
    section{
       /* border: solid purple 1px;*/
    }
    /*aside{
        display: none;
    }*/
    section{
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 58.75em) {
    section{
        /*background: green; */
		
		/*border: solid green 1px;*/
    }
   /* aside{
        display: none;
    } */
    section{
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 50em) {
    section{
       /* background: blue; */
	   /*border: solid blue 1px;*/
    }
    /*aside{
        display: none;
    }*/
    section{
        width: 100%;
        height: 100%;
    }

}
@media only screen and (max-width: 30em) {
    section{
        /*background: pink; */
		/*border: solid yellow 1px;*/
    }
   /* aside{
        display: none;
    }*/
    .navbar {
        height: 10px;
    }

}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}
