* {
	margin: 0;
	font-family: 'Archivo Narrow', sans-serif;
}
h1,h2,h3,p {
    margin-top: 0;
}

header {
	margin-top: 0;
	margin: 0px  0px 0px 0;
	background-position: center;
	background-size: cover;
	background-image: url(https://stmed.net/sites/default/files/palaces-wallpapers-28790-9670679.jpg);
	text-align: center;
	height: 480px;
    width: 1440px;
	color: white;
	vertical-align: middle;
}

header .contents {
    padding-top: 150px; 
}

.contents {
    padding-top: 44px;
    padding-bottom: 40px;
    width: 960px;
    margin: auto;
    box-sizing: border-box;
    margin: auto;
    border-top: none;
    border-bottom: none;
}

h1 {
	display: block;
	font-size: 80px;
    font-weight: bold;
	text-align: center;
	margin: 13px 0 13px 0;	
	padding-bottom: 0px;
 }


h2 {
    text-align: center;
 	font-size: 30px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
 }

.first {
    display: block;
    padding-top: 0;
    box-sizing: border-box;
	margin-top: 0px; 
	margin-bottom: 0px;
	color: white;
	background-color: #7C7177;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-x;
}

#first .contents2 {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    width: 960px;
    height: 563px;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    border-top: none;
    border-bottom: none;
}

.first h2{
	display: block;
	margin-top:0px;
    margin-bottom: 38px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

.first img {
	float: right;
    width: 400px;
    height: 300px;
    margin: 0px 0px 20px 40px;
    border: 1px solid #fff;
}

p {    
	display: block;
	width: 960px;
	font-size: 18px;
	line-height: 1.4;
    margin-bottom: 16px;
}

#second {
    border: none;
    background-position: center center;
    background-repeat: repeat-x;
    background-color: aliceblue;
    box-sizing: border-box;
    color: black;
    display: block;
    height: 687px;
}

#second h2 {
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 37px;
}

div.photos {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    width: 960px;
    margin:auto;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;    
}

#second img {
    width: 200px;
    height: 150px;
    margin: 0 12px 0 0;
    float: left;
}

div.pics {
    display: inline-block;
    box-sizing: border-box;
    width:440px;
    height: 174px;
    width: 50%;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 24px;
    padding-left: 0px;
    clear: both;
}

h3 {
    display: block;
    width:440px;
    height:22px;
    font-size: 20px;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 9px;
    margin-left: 0px; 
}

p.text {
    display: block;
    width:440px;
    height: 80px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
}

#last {
    border: none;
    height: 400px;
    background-color: #7B6973;
    background-position: center center;
    background-repeat: repeat-x;
    color: #fff;
}

.paragraph {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    width: 960px;
    margin: auto;
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;  
}

.paragraph h1 {
    font-size: 40px;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 32px;
    margin-left: 0px;
    text-align: center;
}

.paragraph h2 {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
    width: 720px;
    margin: auto;
    margin-top: 37px;
}

footer {
	height: 100px;
	background-color: #534F51;
	color: white;
    
}

#copyright {
	float: left;
    font-size: 18px;
    margin-top: -1px;
}



