html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*min-width: 800px;*/
	min-height: 640px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.008em;
	line-height: 1.72em;
}

a {color: #23b5ff; text-decoration: none;}
a:hover {color: #23b5ff; text-decoration: underline;}

a:not(.btn)[href^="#"] {
	border-bottom: transparent 1px dashed;
	line-height: 20px;
}
a:not(.btn)[href^="#"]:active,
a:not(.btn)[href^="#"]:focus,
a:not(.btn)[href^="#"]:hover {
	color: #23b5ff;
	border-bottom-color: #23b5ff;
	text-decoration: none;
}
img{max-width:100%;}

section .container,
section .container-fluid{
	padding-left:0;
	padding-right:0;
}