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

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


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

#pageinfo {
    bottom: 60px;
	left: -20px;
    }

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

    #turkey, #japan, #norway, #tanzania, #finland, #indonesia, #austria, #cuba, #portugal {
        position: relative;
        margin-bottom: 10%;
        }

        .category, .category-mobile {
            position: relative;
            width: 100%;
            max-width: 1000px;
            border-radius: 10px;
            }

        .category-header {
            position: absolute;
            margin:0;
            top: 50%;
            left: 10%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: white;
            font-family: ubuntu;
            font-size: 46px;
            text-align: left;
            }


footer {
    position: relative;
    margin-bottom: 5%;
}



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


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    
    .category-header {
        left: 5%;
        font-size: 24px;
        }
    
    .category {
        display: none;
        }
    
    
    #pageinfo {
    bottom: 40px;
	left: -20px;
    }
    
    #turkey, #japan, #norway, #tanzania, #finland, #indonesia, #austria, #cuba, #portugal {
        margin-bottom: 50px;
        }
	
}

/* 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) {
    
    .category-header {
        left: 5%;
        font-size: 36px;
        }
}


@media only screen 
and (min-device-width : 481px) {
    
    .category-mobile {
        display: none;
    }


/* 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) {
    
    .category-header {
        left: 20%;
    }
	
	 #turkey, #japan, #norway, #tanzania, #finland, #indonesia, #austria, #cuba, #portugal {
         margin-bottom: 100px;;
            }
    
	
}

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

}

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

}