﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}


/* Provide sufficient contrast against white background */

a {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}

body {
    margin-bottom: 60px;
    padding-top: 50px;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
body {
    margin: 0;
}

body { 
	background: url(intro5.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: white;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px;
	/* Vertically center the text there */
}

.h1_home {
	font-size: 80px;
	font-family: arvo;
	font-weight: 300;
	letter-spacing: 6px;
}

h1,
h2,
h3 {
	margin-top: 30px;
	margin-bottom: 5px;
}

.abcen1 {
	padding-top: 5%;
}

.col-xs-12 {
	width: 100%;
}

.h3_home {
	font-weight: 300;
}

h3,
.h3 {
	font-size: 30px;
}

h1,
h2,
h3 {
	margin-top: 30px;
	margin-bottom: 5px;
}

.list-inline {
	margin-top: 30px;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

ul,
ol {
	margin-bottom: 15px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

user agent stylesheet ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.text-center {
	text-align: center;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

li {
	list-style-type: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

user agent stylesheet li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.btn-lg {
	padding: 10px 19px;
	font-size: 17px;
	line-height: 1.471;
	border-radius: 6px;
}

.btn {
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.mybutton_cyano {
	border: 1px solid #4A90BE;
	color: #fff;
	background-color: #4A90BE;
}

a {
	text-decoration: none;
}

a {
	background: transparent;
}

.footer {
	text-align: center;
	color: #1E2A36;
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 40px;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

footer {
	background-color: #edeff1;
	font-size: 15px;
	padding: 0;
}