﻿@import url("https://fonts.googleapis.com/css?family=Raleway:100i,400");

html {
	width: 100%;
      	scroll-behavior: smooth;  
	background-color: #17151d !important;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E") !important;
	}

html,body { 
	font-weight:400;
	font-weight: 400; 
	margin: 0;
        padding: 0;
        border: 0;   
        outline: 0;
	box-sizing: border-box;
	clear: both;
	}

body {
	width: 100%;
	height: auto;
	font-family: "Raleway";
  	margin: 0; 
	padding: 0;
	overflow-x: hidden;  
	}