* {
	box-sizing: border-box;
}

/* Section */
section.main-container {
  height: auto;
  font-family: 'Montserrat', sans-serif;
}

.landing {
   position: relative;
   background-image: url('../img/fischer-gourmet-dumplings.jpg') !important;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   height: 300px;
}

.landing-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	text-align: center;
	padding-top: 125px;
}

.landing h1 {
  font-size: 35px;
  padding: 2%;
  font-family: 'Courgette', cursive;
  line-height: 1.5em;
  border: 3px solid;
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 40%;
  margin: auto;
  letter-spacing: 8px;
}

.landing img {
	width: 45%;
}

.landing p {
	font-size: 25px;
	padding: 0px 25px 35px;
	margin: 10px auto;
	width: 65%;
}

.landing a {
	color: #ffffff;
}

.col-12 {
    width: 100%;
    color: #000000;
}

.col-7, .col-5 {
  height: auto;
}

#text-main h2 {
    margin-top: 0px;
}

.text-main {
    color: #000000;
    text-align: left;
    font-size: 24px;
}

.text-main h2 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}

.text-main p {
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
}

.row.services-offered {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
.col-7 {
  width: 100%;
 }
.col-5 {
  width: 100%;
 }
#img-main img {
  width: 75%;
  justify-content: center;
  display: flex;
  margin: auto;
 }
}

@media screen and (max-width: 425px) {
#logo {
  width: 70%;
  background-size: 225px 50px;
}

#main {
  width: 100%;
}

.landing {
  height: 250px;
  overflow: auto;
}

.landing-inner {
  height: inherit;
  padding-top: 100px;
}

.landing h1 {
  font-size: 20px;
  margin-top: 40px;
}

.fab, .fas {
  font-size: 30px;
 }
}
