
body {
    font: 20px/26px 'Inconsolata', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f20f6f;
}

.wrapper {
    width: 95%;
    height: 95%;
    margin: auto;
}

.item {
    display: block;
    margin: 0px 20px 20px 20px;
    width: 92%;
    max-width: 600px;
    color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}


.qa {
    display: block;
    margin: 0px 20px 20px 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 92%;
    max-width: 600px;
    font-family: 'PT Sans', sans-serif;
    color:#000;
    background-color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

strong {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}


.item > p {
    margin: 3px 0px 20px 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	
}

h2 > a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: aqua;
	
}

.photocredit {
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	margin-left:20px;
	max-width: 500px;
	
}
	

.scale-with-grid {
		max-width: 100%;
		height: auto;
		}

h1 {
		font-size: 60px;
		line-height: 60px;
		
}

h2 {
		font-size: 40px;
		line-height: 40px;
		
}


h3 { 	font-size: 24px;
		line-height: 30px;
}



@media only screen and (min-width: 300px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    
    h2 { font-size: 24px;
	    line-height: 28px;
    }
    
    
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    
    
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    h2 { font-size: 28px;
	    line-height: 32px;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    h2 { font-size: 30px;
	    line-height: 34px;
    }
}

@media only screen and (min-width: 1280px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    h2 { font-size: 30px;
	    line-height: 34px;
    }
}

@media only screen and (min-width: 1400px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
    
    h2 { font-size: 30px;
	    line-height: 34px;
    }
    
    h1 {  font-size: 40px;
		line-height: 40px;
	}
}


@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 100%;
    }
    
    
}