@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");
body {
    font-size: 19px;
}
hr{border-top: 4px dashed #fff;
    width: 25%;
    margin-left: 0;
    margin-top: 35px;}
#partners img{
	width:200px
}
a:hover {
    text-decoration: blink;
}
.text-sap{
	color:#4b6d88
}
footer a{color:#fff}
footer a:hover{color:#eee}
.bg-sap{
	background:#4b6d88
}
.bg-primary {
    background-color: #306cb8!important;
}
@media (min-width: 768px){
	.display-1 {font-size: 6rem}
	.display-4 {font-size: 3.5rem}
}
@media (max-width: 768px){
	.display-1 {font-size: 3rem}
	.display-4 {font-size: 2.2rem}
}