@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 960px;
}

a.website{
	color: white;
	text-decoration: none;
}
.pricing-header {
  max-width: 700px;
}
.btn-primary{
	background-color: #507167;
	border-color: #507167;
}
.btn-primary:hover{
	background-color: #3c564e;
	border-color: #3c564e;
}
footer{
	background-color: #04232f;
	margin-top: 20px;
}
.website{
	padding-left: 2.3em;
	font-size: 1.3em;
  	font-weight: bold;
  	color: white
}
.my-md-5{
	margin-bottom: 0px!important
}
@media (min-width:1200px){
.logo{
	width: 15%;
  float: right;
  margin-top: -48px;
  margin-right: 50px;
}
}
@media (max-width:900px){
.logo{
	width: 23%;
  float: right;
  margin-top: -47px;
  margin-right: 50px;
}
}
.list-group-item a{
	color: black;
	text-decoration: none;
	text-align: left;
	margin-left: 25px;
	font-family: "Roboto";
	text-transform: uppercase;
	display: block;
  	width: 100%;
}
.searchResult{
	margin-bottom: 50px;
}
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
