@import url(https://fonts.googleapis.com/css?family=Raleway|Open+Sans|Lato);

body {
	font-family: "Raleway";
	color: black;
}

h3 {
	color: #009ee0;
}

.color-grey {
	color: #999999;
}

.bg1 {
	background-color: #f8f8f8;
}

.bg2 {
	background-color: black;
	color: white;
}

.bg3 {
	background-color: #008BCD;
}

.bg-crea {
	background-color: white;
}

.strong {
	font-weight: bold;
}

.margin {
	padding-top: 35px;
	margin-bottom: 48px;
}

.margin-lg-top {
	margin-top: 48px;
}

.padding {
	padding-top: 48px;
	padding-bottom: 48px;
}

.padding-xs {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-bot {
	padding-bottom: 48px;
}

.margin-top {
	margin-top: 24px;
}

.padding-top {
	padding-top: 20px;
}

.jumbotron {
	margin-bottom: 0;
}

.navbar {
	margin-bottom: 0;
}

.affix {
	width: 100%;
	z-index: 1000;
}

a, a:active, a:focus, a:hover {
	outline: 0;
	text-transform: none;
	color: inherit;
	text-decoration: none;
}

.slideon {
	visibility: hidden;
}

@keyframes fadeout-animate {
    from {opacity: 0;}
    to {opacity: 1;}
}

.fadeout {
	animation-name: fadeout-animate;
	animation-duration: 1s;
	visibility: visible;
}

.jumbotron {
	background-color: white;
	padding-bottom: 25px;
}

address {
	margin-bottom: 0;
}