﻿/* CSS layout */

html {  
    background-image: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
    ), url('img/Back-Camera inverted.jpg'); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
div#photos {
	text-align: center;
}
.style37 {
	float: right;
	padding: 10px;
}
div#text-left {
    float: left;
}
div#text-right {
    float: right;
}
figure#photos-right {
    float: right;
    text-align: center;
    margin: 0px 10px 10px 10px; 
}
figure#photos-left {
    float: left;
    text-align: center;
    margin: 0px 10px 10px 10px; 
}
figure#photos-mid {
    float: center;
    text-align: center;
    margin: 0px 10px 10px 10px; 
}