@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,500);


@media screen and (max-width: 1000px) {
    .container {

    min-width: 0px !important;
    width: auto !important;

    }

}

body, html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    background-color: rgb(255, 255, 255);
}

img { 
    user-select: none;
  -webkit-user-drag: none; 
  -khtml-user-drag: none; 
  -moz-user-drag: none; 
  -o-user-drag: none; 
  user-drag: none; 
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.container {
    max-width: 1200px;
    padding-top: 150px;
    min-width: 950px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    display: flex;
    flex-direction: column;
}


.header {    
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.logo-container {
    user-select: none;
    padding: 18px 32px;
    height: 79px;    
    display: flex;
    align-items: center;
}


.logo {
    width: 42px;
    height: 42px;
}
.logo-text {
    line-height: 42px;
    padding-left: 16px;
    padding-right: 16px;
}

.logo-secondary,
.logo-text,
.logo-divider {
    font-weight: 700;
    color: #000;
    font-family: Dosis,sans-serif;
    font-size: 22px;
}

.logo-divider {
    font-weight: 600 !important;
}

.logo-secondary {
    color: rgb(33, 33, 33) !important;
    font-weight: 600 !important;
    font-family: Dosis,sans-serif;
    line-height: 42px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 22px;
}

.logo-text a {
    text-decoration: none;
    color: #000 !important;
}

.reference {
    margin-top: 14px;
    font-size:15px;
    font-weight:500;
    color: #fff;
    float: right;
}
.reference:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.reference svg {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    vertical-align: middle;
}

.reference span {
    display: inline-block;
    vertical-align: middle;
}

.reference a {
    text-decoration: none;
    color: #fff;
    padding: 0 8px;
    font-size: 15px;
}

a {
    color: #15c;
    text-decoration: none;
}

.top-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.top-summary {
    margin-top: 24px;
    display: inline-block;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
}


footer {
	padding: 25px;
}

.footer-logo {
	display: inline-block;
	vertical-align: top;
}

.footer-content {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 40px;
}

.footer-item {
	padding-right: 12px;
	display: inline-block;
	line-height: 39px;
	vertical-align: top;
	font-weight: 600;
	color: rgb(0, 0, 0);
	font-size: 14px;
}

.home-button a {
	color: #000;
	text-decoration: none;
}

.home-button {
	display: inline-block;
	padding: 0 10px;
	line-height: 39px;
	font-weight: 600;
	font-size: 14px;
	transition: all .16s ease-out;
}

.home-button:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}