/*
$desktop:1200px; // col xl
$laptop:1024px; //col lg
$tablet:768px; // col md
$phone:480px; // col sm
*/


body {
	font-family: Tahoma, sans-serif ;
	font-size: 100%;
    
}

img {
	max-width:90%;
   	height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
   
}

hr {
    width: 50%;
    color: black;
}



h1 {
    text-align:center;
   
}

h2 {
    text-align: center;
    
}

h3 {
    text-align: center;
    
}

p {
    text-align: center;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1024px){
body {
	font-family: Tahoma, sans-serif ;
	font-size:100%;
	font-weight: bolder;
    background-color: rgb(142, 184, 166);
} 

h1 {
    text-align:center;
   font-size :2.5rem;
}

h2 {
    text-align: center;
     font-size :1rem;
}

h3 {
    text-align: center;
     font-size :large;
}


p {
    text-align: center;
    font-size: 1rem;
}


}

@media only screen and (max-width: 768px){
body {
	font-family: Tahoma, sans-serif ;
	font-size: 100%;
    background-color: rgb(110, 161, 111);
} 

h1 {
    text-align:center;
   font-size :3rem;
}

h2 {
    text-align: center;
     font-size :1rem;
}

h3 {
    text-align: center;
     font-size :large;
}


p {
    text-align: center;
    font-size: 1.5rem;
}


}

@media screen and (max-width: 326px){
 body {
	font-family: Tahoma, sans-serif ;
	font-size: 30%;
    background-color: bisque;
} 

h1 {
    text-align:center;
   font-size :2.5rem;
}

h2 {
    text-align: center;
     font-size :1rem;
}

h3 {
    text-align: center;
     font-size :large;
}


p {
    text-align: center;
    font-size: .5rem;
}



}
/*
.container-pixs {
    max-width:90%;
   	height: auto;
    display: block;

}
*/

/*
.container-1
{
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(136, 208, 218);
	box-sizing: border-box;
	
}

.container-2
{
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(136, 208, 218);
	box-sizing: border-box;
     
}
.container-3
{
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:rgb(136, 208, 218);
	box-sizing: border-box;
     
}
.container-4
{
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:rgb(136, 208, 218);
	box-sizing: border-box;
     
}
.container-5
{
	max-width:auto;
	margin-left: auto;
	margin-right: auto;
	background-color:rgb(136, 208, 218);
	box-sizing: border-box;
     
}
.container-6
{
	max-width:auto;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(136, 208, 218);
	box-sizing: border-box;
     
}
.container-1 h1 {
    text-align:center;
     font-size: 1rem;
}
.container-2 h1 {
    text-align:center;
     font-size: 1rem;
}
.container-3 h1 {
    text-align:center;
     font-size: 1rem;
}
.container-4 h1 {
    text-align:center;
     font-size: 1rem;
}
.container-5 h1 {
    text-align:center;
     font-size: 1rem;
}
.container-6 h1 {
    text-align:center;
     font-size: 1rem;
}
/* */

 
