/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*-----------------------------------------------------------My code starts here--------------------------------------------------------------*/




*{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.fixed{
	width: 100%;
    height: 60px;
    background-color: #fff;
}

nav{
	position: fixed;
	width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 100;
}


}
.logo {
	position: absolute;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
}
nav ul{
	margin-left: 0px;
}

nav ul li{
	list-style: none;
	display: inline-block;
	float: left;
	line-height: 60px;
}

nav ul li a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Catamaran;
	color: #1e1e1e;
	padding: 0 25px;
}

nav ul li a:hover{
	display: block;
	text-decoration: none;
	font-family: Catamaran;
	color: #1e1e1e;
	background-color: #eee;
	padding: 0 25px;
}


/*Banner*/

.banner{
	width: calc(100% - 50px);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/banner-art.jpg);

}

.banner img{
	position: relative;
	top: 100px;
	left: 150px;
}

.banner h1{
	position: relative;
	top: 100px;
	left: 50px;
	font-size: 24px;
	font-weight: 1px;
	font-family: Catamaran;
	color: #111;
}

/*Index*/

.left{
	margin-left: 50px;
}

.left div{
	float: left;
}

.index-boxlink-b{
	margin: 2px;
	width: calc(100% - 550px);
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/kimon-maritz-183501_crop_2048.jpg);
}

.overlay{
	background-color: rgba(0,80,200,0.2);
	margin: 2px;
	width: 100%;
	height: 100%;
}

.index-boxlink-b h3{
	font-family: Catamaran;
	font-style: Thin;
	font-size: 26px;
	font-weight: 10;
	color: #fff;
	position: relative;
	top: 150px;
	left: 50px;
}

.index-boxlink-b hr { 
  display: block;
  width: 550px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  border-color: white;
  margin-right: auto;
  border-width: 2px;
  position: relative;
	top: 150px;
	right: 145px;
} 

.index-boxlink-b h4{
	font-family: arial;
	font-style: Thin;
	font-size: 10px;
	font-weight: 10;
	color: #fff;
	position: relative;
	top: 150px;
	left: 50px;
}

.index-boxlink-s{
	margin: 2px;
	width: 500px;
	height: 222px;
	background-color: blue;
	background-image: url(img/488x-1_crop_2048.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.index-boxlink-s h3{
	font-family: Catamaran;
	font-style: Thin;
	font-size: 22px;
	font-weight: 10;
	color: #fff;
	position: relative;
	top: 150px;
	left: 25px;
}

.index-boxlink-s h4 { 
  
    font-family: arial;
	font-style: Thin;
	font-size: 10px;
	font-weight: 10;
	color: #fff;
    position: relative;
	top: 155px;
	left: 25px;
}

.index-boxlink-s2{
	margin: 2px;
	width: 500px;
	height: 222px;
	background-color: #eee;
	background-image: url(img/bank_interior_alt_crop_2048.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.index-boxlink-s2 h3{
	font-family: Catamaran;
	font-style: Thin;
	font-size: 22px;
	font-weight: 10;
	color: #fff;
	position: relative;
	top: 150px;
	left: 25px;
}

.index-boxlink-s2 h4 { 
  
    font-family: arial;
	font-style: Thin;
	font-size: 10px;
	font-weight: 10;
	color: #fff;
    position: relative;
	top: 155px;
	left: 25px;
}

.research{
	padding-top: 50px;
}

.research h1{
	font-family: catamaran;
	font-weight: bold;
	font-size: 32px;
	color: black;
}

.thick-black-hr-tag {
	width: 95%;
	border-width: 5px;
	border-color: black;
}

.research h2{
	font-family: catamaran;
	font-size: 22px;
	color: black;
}

.research h3{
	font-family: catamaran;
	font-size: 18px;
	font-weight: 10;
	color: black;
	margin-bottom: 100px;
}

.email-list{
	height: 500px;
	width: calc(100% - 50px);
	background-color: #eee;
}

.email-list2{
	text-align: center;
	position: relative;
	top: 50%;
	left:100px;
} 

.email-list2 h1{
	font-family: catamaran;
	font-size: 22px;
	font-weight: 10;
	color: black;
}

.email-list2 h2{
	font-family: catamaran;
	font-weight: bold;
	font-size: 32px;
	color: black;
}


/*Footer*/

footer{
	width: calc(100% - 80px);
	padding: 40px 40px;
	background-color: #fff;
	overflow: hidden;
}

footer ul{
	width: fit-content;
	float: left;
	padding-left: 20px;
}

footer ul li{
	list-style: none;
	display: block;
	color: #111;
}

footer ul li a{
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-family: Source Sans Pro;
	color: #111;
	padding: 0 25px;
}

.footer-sm{
	float: right;
}

.footer-sm img {
	width: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}



/*Contact*/

.contact{
	text-align: center;
	width: 100%;
	height: calc(100vh - 60px);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #eee;
}

.contact h1{
	display: block;
	text-decoration: none;
	font-size: 50px;
	font-family: catamaran;
	color: orange;
	position: relative;
	top: 100px;
}

.contact h2{
	display: block;
	text-decoration: none;
	font-size: 25px;
	font-family: catamaran;
	color: #111;
	position: relative;
	top: 100px;
	font-weight: 1;
	padding-bottom: 10px;
}

.contact-form{
	text-align: center;
	width: 1100px;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	position: relative;
	top: 100px;
	left: 200px;
}


.contact-form2 {
	text-align: center;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	position: relative;
	top: 10px;
}

.contact-form2 h3{
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-family: catamaran;
	color: #111;
	font-weight: 1;
	padding: 10px;
}

.contact-form2 h4{
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-family: catamaran;
	color: #111;
	font-weight: 1;
	padding: 10px;
}

.contact-form input{
	padding: 10px;
	padding-right: 100px;
}


/*About Us*/


.about{
    height: 200px;
    width: 100%;
    background-image: url(img/art-background-close-up-1939485.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}