@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
/********************************
* Base Styles 
*********************************/
/* reset by boostrap */
body, html {
  font-family: "Montserrat", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #333;
}

html {
  font-size: 55%;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.4s ease;
  color: #3595BD;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 3rem;
}

h1 {
  font-size: 3.6rem;
  color: #3595BD;
}

p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

.content-wrapper {
  min-height: 100vh;
}

.main-content {
  flex: 1 1 auto;
  position: relative;
}

.main-content:before {
  content: "";
  background-image: url("../images/info-img.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 70vw;
  height: 50vh;
  display: block;
  opacity: 0.08;
  top: 0;
  right: 0;
}

.main-content .container {
  position: relative;
}

.site-footer {
  box-shadow: inset 0 10px 40px -15px rgba(0, 0, 0, 0.14);
}

.site-footer p {
  font-size: 1.3rem;
}

.site-footer p a:not(a:hover) {
  color: #333;
}
