@charset "utf-8";
/* Responsive Design */
@media (min-width: 1024px) and (max-width: 1310px) {
.iframe-trigger {
  width: 950px !important;
  height: 450px !important;
}
}
@media (max-width: 992px) {
.iframe-trigger {
  width: 700px !important;
  height: 600px !important;
}
.feature {
    flex: 0 0 48%;
}

.hero-content h1 {
    font-size: 3rem;
}

.hero-content p {
    font-size: 1.2rem;
}
}

@media (max-width: 768px) {
.iframe-trigger {
  width: 700px;
  height: 400px;
  cursor: pointer;
}
.hero-content h1 {
    font-size: 2.5rem;
}

.hero-content p {
    font-size: 1.1rem;
}

.feature {
    flex: 0 0 100%;
}

.nav-links {
    display: none;
}

.content-section h2 {
    font-size: 2.2rem;
}
}

@media (min-width: 481px) and (max-width: 820px) {
.page-maintitle {font-size: 36px !important;}
.image-wrapper  {height: 42vh;}
.section-title  {font-size: 32px;}
.content-section {margin-bottom: 40px;}
.section-title-noline  {font-size: 32px;margin-bottom: 40px;}
.section-title-no-line  {font-size: 32px;margin-bottom: 40px;}
.relation-title  {font-size: 30px;line-height: 32px;text-align: center;}
.relation-subtitle  {text-align: center;}
}

@media (min-width: 300px) and (max-width: 480px) {
/* Styles for small phones */
.iframe-trigger {
  width: 360px !important;
  height: 650px !important;
}
.page-maintitle {font-size: 28px !important;}
.image-wrapper  {height: 58vh;}
.section-title  {font-size: 32px;margin-bottom: 40px;}
.content-section {margin-bottom: 40px;}
.section-title-noline  {font-size: 32px;margin-bottom: 40px;}
.section-title-no-line  {font-size: 32px;margin-bottom: 40px;}
.relation-title  {font-size: 30px;line-height: 32px;text-align: center;}
.relation-subtitle  {text-align: center;}
}
