/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body { 
	font-family: 'Montserrat', sans-serif; 
	font-size: 16px; 
	color: #f9f9f9; 
	font-weight: 300; 
	overflow-x: hidden;  
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background-color: #131313;
}


h1, h2, h3, h4, h5, h6 {line-height: 1.2em;}
h1 {font-size: 5.8vh; }
h2 {font-size: 5.1vh; }
h3 {font-size: 4.2vh; }
h4 {font-size: 2.8vh; }
h5 {font-size: 2vh; }

p {font-size: .9em;}
.miniText { font-size: .8em; letter-spacing: .25px }
a{
	text-decoration: none; 
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #f9f9f9;
}

a:visited, a:focus {text-decoration: none; }
a:hover { text-decoration: underline;	}
strong { font-weight: 600;}
em {font-style: italic}
hr { }
button{ }
button:hover {   }

.main-container { max-width: 1920px;  padding:8vw;}
.border-top { position: fixed; top: 0; left: 0; width: 100%; height: 2.5em; background-color: #4e4d4d; }
.border-right { position: fixed; top: 0; right: 0; width: 2.5em; height: 100%; background-color: #4e4d4d }
.logo {padding-bottom: .25em; position: relative; z-index: 999}
.logo h2 { font-size: 2.6em }
.logo a:hover { text-decoration: none }
.slogan { padding-left: 1em; position: relative;z-index: 999}

section.home-section {
	display: flex;
    align-items: center;
    height: 100vh;
    max-width: 500px;
    padding: 0 6vw;
    position: absolute;
    top: 0;
}
.lets-talk {
    position: fixed;
    bottom: 8vw;
    right: 6vw;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-top: 3px solid #52047F;
    padding-top: 6px;
 }


body::-webkit-scrollbar { width: .75em; }
body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #131313; }
body::-webkit-scrollbar-thumb {
  background-color: #707070;
  outline: 1px solid slategrey;
  border-radius: 50px
}