@charset "utf-8";
/* CSS Document */


/* link font */
@font-face {
    font-family: 'GibsonBook';
    src: url('https://dev.mve-architects.com/fonts/GibsonBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonMedium';
    src: url('https://dev.mve-architects.com/fonts/GibsonMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSerif';
    src: url('https://dev.mve-architects.com/fonts/NotoSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('https://dev.mve-architects.com/fonts/OswaldBold.ttf') format('truetype');
}



*{ margin: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
    position: relative;
    min-width: 460px;
    font-family: "GibsonBook", sans-serif;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #000;
    background-color: #FFF;
}



.wrapper {
	width: 100%;
}

.wrapperEnv {
	position: relative;
	max-width: 1500px;
	margin: 0 auto; 
}

.wrapperCell {
	margin: 0 20px; 
}


.pointer {
    cursor: pointer;
}

a {
	color: #000;
  	text-decoration: none;
}

a.linkWhite {
	color: #FFF;
}

img {
	border: none;
}


.env {
    float: left;
    width: 100%;
}

.envArrow {
    float: left;
    margin: 50px 0;
}

.envArrowV {
    float: left;
    margin: 50px 0;
}

.titleFont {
	font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}


.font13 {
    font-size: 13px;
}

.font80 {
    font-size: 80px;
}

.font-white {
	color: #FFF;
}

.font-gray {
	color: #a3a3a3;
}


.bgWhite {
    float: left;
    width: 100%;
	background-color: #FFF;
}

.bgBlack {
	background-color: #000;
}

.blackBar {
    float: left;
    width: 100%;
    height: 100px;
	background-color: #000;
}


.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

