/*INDEX*/
.index-staff { 
width: 100%; 
height: calc(50vh - 100px); 
background-image: url('../images/staff.jpg');
background-repeat: no-repeat;
background-position: center; 
background-size: cover; 
display: table;
}

.vertical-center-staff { 
display: table-cell;
vertical-align: middle; 
}

.index-who { 
width: 100%; 
height: calc(50vh - 100px); 
background-image: url('../images/who-we-are.jpg');
background-repeat: no-repeat;
background-position: center; 
background-size: cover; 
display: table;
}	
	
.vertical-center-who { 
display: table-cell;
vertical-align: middle; 
}

.index-contact { 
width: 100%; 
height: calc(50vh - 100px); 
background-image: url('../images/contact.jpg');
background-repeat: no-repeat;
background-position: center; 
background-size: cover; 
display: table;
}	
	
.vertical-center-contact { 
display: table-cell;
vertical-align: middle; 
}

.index-staff h2 { 
font-family: Catamaran; 
font-size: 60px; 
font-weight: 900; 
line-height: 50px; 
color: #000000; 
text-align: left; 
text-shadow: 2px 2px 8px #7A7A7A;
}

.index-staff h1 {
font-family: Cormorant Garamond;
font-size: 28px; 
font-weight: 100; 
font-style: italic; 
line-height: 40px; 
color: #000000; 
text-align: center; 
text-shadow: 2px 2px 8px #7A7A7A; 
}

.index-who h2 { 
font-family: Catamaran; 
font-size: 60px; 
font-weight: 900; 
line-height: 75px; 
color: #000000; 
text-align: left; 
text-shadow: 2px 2px 8px #7A7A7A;
}

.index-who h1 {
font-family: Cormorant Garamond;
font-size: 18px; 
font-weight: 400; 
font-style: italic; 
line-height: 20px; 
color: #000000; 
text-align: center; 
text-shadow: 2px 2px 8px #7A7A7A; 
}

.index-contact h2 { 
font-family: Catamaran; 
font-size: 60px; 
font-weight: 900; 
line-height: 50px; 
color: #000000; 
text-align: left; 
text-shadow: 2px 2px 8px #7A7A7A;
}

.index-contact h1 {
font-family: Cormorant Garamond;
font-size: 18px; 
font-weight: 400; 
font-style: italic; 
line-height: 20px; 
color: #000000; 
text-align: center; 
text-shadow: 2px 2px 8px #7A7A7A; 
}

.index-click { 
display: block; 
font-family: Catamaran;
font-size: 26px; 
color: #FFFFFF;
text-transform: uppercase;
line-height: 38px;
border: 5px solid #252188;
float: center; 
background-color: #252188;
margin-right: 20px;
margin-left: 20px;
margin-top: 30px;
padding: 0 20px; 
}

@media only screen and (min-width: 1000px){ 
.wrapper {
width: 1000px;
margin: 0 auto; 
}

.index-staff { 
height: 250px; 
}

.index-staff h1 { 
display: block;
width: 560px;
margin: 0 auto; 
}

.index-staff h2 { 
display: block;
width: 660px;
margin: 0 auto; 
}	
	
.index-who { 
height: 250px; 
}

.index-who h1 { 
display: block;
width: 560px;
margin: 0 auto; 
}
	
.index-who h2 { 
display: block;
width: 660px;
margin: 0 auto; 
}

.index-contact { 
height: 250px; 
}

.index-contact h1 { 
display: block;
width: 560px;
margin: 0 auto; 
}
	
.index-contact h2 { 
display: block;
width: 660px;
margin: 0 auto; 
}
}
