@import "https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap";
@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap";

html {
  scroll-padding-top: 60px;
}

html,
body {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
}

body {
  padding-top: 60px;
}

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}

#hero {
  height: 95vh;
}

#left {
  background-image: url(/images/misty-mountain.jpg);
}

.focus {
  font-weight: 700;
}

.flex-grow {
  flex-grow: 1;
}

.menu-adjust {
  margin-top: 0;
}

#about {
  background-size: 100% auto;
  min-height: 70vh;
}

#image {
  position: relative;
}

#image img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: left;
}

.right {
  flex-direction: row-reverse;
}

#portfolio,
#testimonials {
  min-height: 70vh;
}

.photo {
  width: 60px;
  height: 60px;
}

iframe {
  min-width: 100%;
  max-width: 100%;
  height: 1150px;
  border: none;
}

#contact {
  background-size: 100% auto;
}

#menu {
  height: 60px;
}

.fix-wrapper {
  z-index: 99;
  height: 60px;
}

#footer {
  min-height: 20vh;
}

.icon-box {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}

.icon-box .social-icon {
  width: 100% !important;
  height: 100% !important;
}

#basic-page-content {
  min-height: 69vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#basic-page-content > *:first-child {
  margin-top: 0;
}

#base-content {
  min-height: 69vh;
}

.case-study {
  /* width: 60%; */
}
