@charset "UTF-8";
/* CSS Document */
body {
   position: relative;
    min-height: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
    background: #171717;
    font-family: segoeui,"Helvetica Neue", Helvetica, Gotham, Arial, sans-serif;
    color: #d3d3d3;
}
.footer-basic-centered{
	background-color: #58ACFA;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;

	padding: 45px;
	margin-top: 80px;
}

.footer-basic-centered .footer-company-motto{
	color:  #181818;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #181818;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #181818;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}

#columns{
    text-align: ;
    display: table;
}
#asd{
    text-align: right;
}
#I {
	color: #d3d3d3;
}
#A {
	color: #d3d3d3;
}
#navfont{
    font-size: 15px;
}
#A1 {
color: #d3d3d3;
}
#N {
color: #d3d3d3;
}
#K {
color: #d3d3d3;
}
a:hover {
 color: #d3d3d3;
 text-decoration:underline;
}

h4{
	margin-top:0;
}
.navbar {
	background-color:#171717;
}
.navbar-brand {
	padding: 0px 0px;
}