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

.index-who-we-are 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-we-are h1 {
font-family: Catamaran;
font-size: 18px; 
font-weight: 400; 
font-style: italic; 
line-height: 20px; 
color: #000000; 
text-align: center; 
text-shadow: 2px 2px 8px #7A7A7A; 
}

.index-links h4 {
font-family: Catamaran;
font-size: 30px; 
font-weight: 100; 
line-height: 50px; 
color: #000000; 
text-align: center; 
}

.index-links h5 {
font-family: Catamaran;
font-size: 18px; 
font-weight: 800; 
font-style: italic; 
line-height: 20px; 
color: #000000; 
text-align: left; 
}

.index-links h6 {
font-family: Catamaran;
font-size: 30px; 
font-weight: 100; 
line-height: 40px; 
color: #000000; 
text-align: left; 
}

.index-links h7 {
font-family: Catamaran;
font-size: 40px; 
font-weight: 600;  
line-height: 30px; 
color: #000000; 
text-align: left; 
}

.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-links div { 
margin: 16px 16px 0; 
width: calc(50%);
height: 100px; 
}

.index-links div h3 { 
font-family: Catamaran;
font-size: 28px; 
font-weight: 600; 
line-height: 100px;
color: #000000; 
text-align: center;
text-transform: uppercase; 
}
	
.index-links { 
overflow: hidden; 
}

.index-links div { 
margin: 20px 0px 0; 
height: 120px; 
float: left; 
}
	
.index-links div h3 {
line-height: 230px; 
} 	

.index-who-we-are { 
height: 100px; 
}

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

.index-boxlink-small { 
width: calc(10%) !important; 
}
}

.index-links {
	
}
