@charset "UTF-8";
/* CSS Document */

html {
	box-sizing: border-box;
	font-size: 1rem;
}
*, *:before, *:after {
}


body {
    border: none;
    margin: 0 auto;
    padding: 0;
    background-color: #F2F2F2;
    }


#pageinfo {
    bottom: 50px;
	left: 0px;
    }


main{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    } 

a {
    color: gray;
    text-decoration-line: none;
}


    .thumbnail {
        float: left;
        width: 44%;
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 5%;
        max-width: 1000px;
        border-radius: 5px;
        }

    .image3 {
        margin-top: -5%;
    }

    .image5 {
        margin-top: 0;
    }

    .image7 {
        margin-top: -10%;
    }

    .image13 {
        margin-top: -5%;
    }

    .image19 {
        margin-top: 0%;
    }

    .image20 {
        margin-top: 10%;
    }

    .image25 {
         margin-top: -5%;
    }

    .image27 {
        margin-top: 15%;
    }

    .thumbnaillast {

    }



footer {
    clear: both;
    position: relative;
    margin-bottom: 5px;
}



/* MEDIA STYLES
----------------------------*/




/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    
    .thumbnail {
        display: block;
        float: none;
        margin: 0;
        width: 100%;
        margin-bottom: 40px;
        }
    
    .thumbnaillast {
        margin: 0;
        }
    
    #pageinfo {
        bottom: 25px;
        left: 0px;
        }

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
and (orientation : landscape){
    

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {


}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}


@media only screen 
and (min-device-width : 481px) {

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
	.logotext {
		width: 40%;
	}

}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}