@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: 80px;
	left: -30px;
    }


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


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

    .image5 {
        margin-top: -2.5%;
    }

    .image8 {margin-top: 10%;}

    .image9 {
        margin-top: -32%;
    }

    .image11 {
        
    }

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

    .image16 {
        margin-top: 7%;
    }

    .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: 50px;
        left: -35px;
        }

}

/* 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) {

}