@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*
$yellow-l: #FFBD1F;
$yellow-d: #EBA600;
$yellow-n: #9F7000;
*/
.btn, .btn-y-smr, .btn-y-md, .btn-w-md, .btn-w-bd {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  border: none;
  outline: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn-round, .btn-y-r, .btn-w-r {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}

.btn-y-r {
  border: none;
  outline: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: green;
}

.btn-y-r:hover {
  background: #3cc53c;
  color: #FFFFFF;
}

.btn-w-r {
  border: 0.1rem solid #777777;
  outline: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #808080;
  background: transparent;
}

.btn-w-r:hover {
  background: #777777;
  color: #FFFFFF;
}

.btn-y-smr, .btn-y-md {
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  background: green;
}

.btn-y-smr:hover, .btn-y-md:hover {
  background: #3cc53c;
  color: #FFFFFF;
}

.btn-y-md {
  border: 0.1rem solid #3cc53c;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  border-radius: 0;
}

.btn-w-md {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  background: #FFFFFF;
  color: #000000;
}

.btn-w-md:hover {
  background: #eeeeee;
  color: #000000;
}

.btn-w-bd {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  background: transparent;
  font-weight: bold;
  color: #FFFFFF;
  border: 0.1rem solid #FFFFFF;
}

.btn-w-bd:hover {
  background: #FFFFFF;
  color: #000000;
}

.jumbotron {
  width: 50%;
}

.jumbotron .jumbotron-title {
  max-width: 80%;
  background: green;
  padding: 1rem 1.5rem;
  font-weight: bold;
  color: #000000;
  border-left: 0.8rem solid #FFFFFF;
}

.jumbotron .jumbotron-tagline {
  font-size: 1.6rem;
  color: #FFFFFF;
}

.sub-title {
  color: #666666;
}

.main-title {
  color: #B3B3B3;
  font-weight: bold;
}

.y-main-title {
  color: green;
}

.topic-header {
  position: relative;
  padding-left: 1.5rem;
}

.topic-header .sub-title {
  font-size: 1.5rem;
}

.topic-header .main-title {
  font-size: 3.2rem;
}

.topic-header::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0;
  height: 3rem;
  width: 0.2rem;
  background: green;
}

.topic-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.4rem;
  background: green;
}

.sub-header {
  color: #B3B3B3;
  position: relative;
  padding-bottom: 0.8rem;
}

.sub-header h4 {
  font-size: 2.2rem;
}

.sub-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 5rem;
  height: 0.2rem;
  background: green;
}

.active-page {
  color: #FFFFFF;
}

.page-header {
  position: absolute;
  top: 60%;
  left: 1rem;
}

.page-header .y-main-title {
  font-weight: bold;
  font-size: 3rem;
}

.page-header .sub-title {
  font-weight: 500;
  color: #B3B3B3;
}

.card {
  border: none;
  height: 100%;
  width: 100%;
}

.card .card-entry-info {
  color: #666666;
  font-size: 1.3rem;
  text-align: left;
}

.card .card-entry-info i {
  margin: 0 0.5rem;
}

.card .card-entry-info i:nth-child(1) {
  margin-left: 0;
}

.card .card-entry-info i::before {
  color: green;
}

.card .card-img-top-small {
  height: 30rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.card .card-body {
  background: #262626;
  border: 0.1rem solid #666666;
  border-top: none;
  border-bottom: 0.2rem solid green;
  padding: 2rem 1rem;
}

.card .card-body .card-sub-title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #B3B3B3;
}

.card .card-body .card-title {
  color: #B3B3B3;
  font-size: 2rem;
  text-align: center;
}

.card .card-body .card-text {
  color: #B3B3B3;
  text-align: justify;
  font-size: 1.3rem;
}

.accordion {
  margin: 4rem 0;
  font-family: "Raleway", sans-serif;
}

.accordion button.btn.btn-link.collapsed i, .accordion button.btn-link.collapsed.btn-y-smr i, .accordion button.btn-link.collapsed.btn-y-md i, .accordion button.btn-link.collapsed.btn-w-md i, .accordion button.btn-link.collapsed.btn-w-bd i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion button.btn.btn-link i, .accordion button.btn-link.btn-y-smr i, .accordion button.btn-link.btn-y-md i, .accordion button.btn-link.btn-w-md i, .accordion button.btn-link.btn-w-bd i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion .item {
  margin-bottom: 2rem;
  background: #292929;
}

.t-p {
  color: #B3B3B3;
  padding: 4rem 3rem;
  font-size: 1.4rem;
  border: 0.2rem solid #232323;
}

.t-p:hover {
  color: #B3B3B3;
}

.accordion .item .item-header h2 button.btn.btn-link, .accordion .item .item-header h2 button.btn-link.btn-y-smr, .accordion .item .item-header h2 button.btn-link.btn-y-md, .accordion .item .item-header h2 button.btn-link.btn-w-md, .accordion .item .item-header h2 button.btn-link.btn-w-bd {
  background: #292929;
  color: #B3B3B3;
  border-radius: 0px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  line-height: 4rem;
  padding: 1rem;
  padding-left: 2rem;
  border-left: 0.2rem solid green;
}

.accordion .item .item-header h2 button.btn.btn-link:focus, .accordion .item .item-header h2 button.btn-link.btn-y-smr:focus, .accordion .item .item-header h2 button.btn-link.btn-y-md:focus, .accordion .item .item-header h2 button.btn-link.btn-w-md:focus, .accordion .item .item-header h2 button.btn-link.btn-w-bd:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #B3B3B3;
}

.accordion .item .item-header h2 button.btn.btn-link:hover, .accordion .item .item-header h2 button.btn-link.btn-y-smr:hover, .accordion .item .item-header h2 button.btn-link.btn-y-md:hover, .accordion .item .item-header h2 button.btn-link.btn-w-md:hover, .accordion .item .item-header h2 button.btn-link.btn-w-bd:hover {
  color: #B3B3B3;
}

.accordion .item .item-header h2 button.btn.btn-link:active, .accordion .item .item-header h2 button.btn-link.btn-y-smr:active, .accordion .item .item-header h2 button.btn-link.btn-y-md:active, .accordion .item .item-header h2 button.btn-link.btn-w-md:active, .accordion .item .item-header h2 button.btn-link.btn-w-bd:active {
  color: #B3B3B3;
}

.accordion .item .item-header {
  background: transparent;
  padding: 0;
  margin: 0.2rem;
}

.accordion .item .item-header h2 button {
  color: #FFFFFF;
  font-size: 2rem;
  padding: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}

.accordion .item .item-header h2 i {
  float: right;
  font-size: 3rem;
  color: green;
  background-color: #333333;
  width: 6rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
}

.projects {
  padding-bottom: 5rem;
}

.projects .project-card {
  margin-bottom: 2rem;
}

.projects .card .card-sub-title {
  color: #666666;
}

.projects .card .card-title {
  text-align: left;
}

.projects .card .col-md-4 {
  overflow: hidden;
}

.projects .card .col-md-4 img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  max-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.projects .card .card-body .project-btn {
  margin-top: auto;
}

header {
  border-top: 0.2rem solid green;
  font-size: 1.4rem;
  text-align: center;
  background: #333333;
}

header .widgets a {
  color: #FFFFFF;
  margin-right: 0.5rem;
}

header .widgets .left-widget {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .widgets .left-widget a:nth-child(2) {
  margin-left: 1rem;
}

header .widgets .left-widget i {
  color: green;
}

header .widgets ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .widgets ul li {
  display: inline-block;
  padding: 1rem;
}

nav {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #404040;
  padding-right: 2rem !important;
  font-size: 1.6rem;
}

nav a.navbar-brand {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF !important;
}

nav a.navbar-brand img {
  max-height: 8rem;
}

nav a.navbar-brand .main-title {
  display: inline-block;
}

nav .dropdown {
  padding: 0 !important;
}

nav .dropdown .dropdown-menu.show {
  background: #333333;
  margin: 0 !important;
  padding: 0;
  border: 0.1rem solid #FFFFFF;
}

nav .dropdown .dropdown-menu.show li a {
  border-radius: 0;
  padding: 1rem 0;
}

nav .collapse .active, nav .collapse ul li a:hover {
  background: green !important;
  color: #FFFFFF !important;
}

nav .collapse ul {
  margin-left: auto;
}

nav .collapse ul li a {
  display: inline-block;
  font-size: 1.4rem;
  color: #B3B3B3 !important;
  font-weight: bold;
  padding-inline: 2rem !important;
  border-radius: 2rem;
}

nav .collapse ul li a:hover {
  color: #FFFFFF;
}

.carousel {
  position: relative;
}

.carousel .carousel-control-prev span {
  background: #000000 !important;
  height: 4rem;
  width: 4rem;
}

.carousel .carousel-control-prev span:before {
  content: "\27A4";
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%) rotateY(180deg);
          transform: translate(-50%, -55%) rotateY(180deg);
}

.carousel .carousel-control-next span {
  background: #000000 !important;
  height: 4rem;
  width: 4rem;
}

.carousel .carousel-control-next span:before {
  content: "\27A4";
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.carousel .carousel-item-bg {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}

.carousel .carousel-item-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.carousel .carousel-item-bg .container {
  height: 100%;
  position: relative;
}

.carousel .carousel-item-bg .jumbotron {
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.carousel .carousel-item-bg .jumbotron .jumbotron-title {
  font-size: 2.5rem;
}

.carousel .carousel-item-bg .jumbotron h1 {
  font-size: 5rem;
  font-weight: bold;
}

.carousel .carousel-item-bg .jumbotron span a:nth-child(2) {
  margin-left: 2rem;
}

.owl-carousel .item img {
  width: 100%;
  max-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.ad-banner {
  background: green;
}

.ad-banner .owl-carousel .item a img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.ad-banner .owl-carousel .item a img:hover {
  opacity: 1;
}

.gallery-heading {
  background: url("/images/bg4.jpg") no-repeat;
  height: 40rem;
  background-position: top right;
  background-size: cover;
  margin-bottom: 5rem;
  position: relative;
}

.gallery-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.gallery-heading .container {
  position: relative;
  height: 100%;
}

.gallery .col-md-3 {
  padding: 0.5rem;
}

.gallery img {
  max-width: 100%;
}

.gallery .caption {
  color: #B3B3B3;
  font-size: 1.4rem;
  margin: 0.5rem;
}

.sl-overlay {
  background: #262626;
}

.sl-wrapper .sl-navigation button {
  color: #FFFFFF;
}

.sl-wrapper .sl-close {
  color: #FFFFFF;
}

.welcome {
  background-image: url("/images/welcome-bg.jpg");
  position: relative;
  z-index: 11;
  overflow-x: hidden;
}

.welcome:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.welcome .container {
  color: #B3B3B3;
  font-size: 1.4rem;
  padding: 3rem 1rem;
}

.welcome .container .description-text {
  text-align: justify;
}

.welcome .container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.welcome .container .col-lg-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.welcome .container .col-lg-8 .topic-header {
  margin-bottom: 3rem;
}

.welcome .container .col-lg-8 a.btn-y-md {
  margin-top: 2rem;
}

.about {
  background: #262626;
  overflow-x: hidden;
}

.about .container {
  padding: 5rem 1rem;
  color: #B3B3B3;
  text-align: justify;
}

.about .container .sub-header {
  margin-bottom: 2rem;
}

.about .container .description-text {
  margin: 1rem 0;
  font-size: 1.4rem;
}

.about .container [class*="col-lg-"] {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about .container [class*="col-lg-"] span {
  margin: 1rem 0;
}

.about .container [class*="col-lg-"] span a:nth-child(2) {
  margin-left: 2rem;
}

.about .container .col-lg-4 {
  padding: 1rem 0.5rem;
  position: relative;
}

.about .container .col-lg-4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.2);
  border: 0.1rem solid #B3B3B3;
  z-index: 10;
}

.about .container .col-lg-4 img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.bod {
  background: url("/images/bg1.jpg");
  position: relative;
}

.bod:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.bod .container {
  padding: 5rem 1rem;
  z-index: 15;
}

.bod .container .topic-header {
  margin-bottom: 5rem;
}

.choose-us {
  background: url("/images/choose-us.png") no-repeat;
  background-position: left top;
  position: relative;
}

.choose-us:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  z-index: -1;
}

.choose-us .container {
  padding: 5rem 1rem;
  z-index: 10;
}

.latest-news {
  background: url("/images/choose-us.png") no-repeat;
  background-position: right bottom;
  position: relative;
}

.latest-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  z-index: -1;
}

.latest-news .container {
  padding: 5rem 1rem;
}

.latest-news .container .topic-header {
  margin-bottom: 3rem;
}

.latest-news .container .col-md-4 {
  margin: 2rem 0;
}

.latest-news .container .card {
  border: none;
}

.latest-news .container .card-body {
  border: none;
  background: #333333;
  padding: 2rem 2rem;
}

.latest-news .container .card-body .card-sub-title {
  margin: 1rem 0;
}

.latest-news .container .card-body .card-entry-info {
  margin: 1rem 0;
}

.csr {
  padding: 2rem 2rem;
  color: #B3B3B3;
  font-size: 1.3rem;
  text-align: justify;
}

.csr .row {
  padding: 1rem;
  margin: 2rem 0;
}

.csr .row [class*="col-"] {
  margin: 1rem 0;
}

.csr .row img {
  max-width: 100%;
}

.certificate {
  padding: 5rem 1rem;
}

.certificate .topic-header {
  margin-bottom: 5rem;
}

.certificate .row {
  margin: 2rem 0;
}

.certificate .row .certificate-name {
  margin: 2rem 0;
  position: relative;
}

.certificate .row .certificate-name a {
  font-size: 1.4rem;
  color: #B3B3B3;
}

.certificate .row .certificate-name::before {
  content: "✔";
  font-size: 2rem;
  margin-right: 1rem;
  color: #3cc53c;
}

.career {
  padding: 5rem 1rem;
  color: #B3B3B3;
  font-size: 1.3rem;
}

.career p {
  text-align: justify;
}

.career img {
  max-width: 100%;
}

.career form .form-group {
  margin: 1rem 0;
  padding: 0;
}

.career form .form-group .form-control {
  font-size: 1.2rem;
}

.career form .form-group input[type="file"].form-control {
  height: 100%;
  max-width: 20rem;
}

.career form .form-group input {
  height: 4rem;
}

.contact-us {
  padding: 5rem 1rem;
  font-size: 1.3rem;
}

.contact-us .topic-header {
  margin-bottom: 2rem;
}

.contact-us .sub-header {
  margin: 1rem 0;
}

.contact-us .sub-header h5 {
  font-size: 1.7rem;
}

.contact-us input {
  margin-top: 1rem;
  height: 4rem;
}

.contact-us input::-webkit-input-placeholder {
  font-size: 1.2rem !important;
}

.contact-us input:-ms-input-placeholder {
  font-size: 1.2rem !important;
}

.contact-us input::-ms-input-placeholder {
  font-size: 1.2rem !important;
}

.contact-us input::placeholder {
  font-size: 1.2rem !important;
}

.contact-us textarea {
  margin-top: 1rem;
}

.contact-us textarea::-webkit-input-placeholder {
  font-size: 1.2rem !important;
}

.contact-us textarea:-ms-input-placeholder {
  font-size: 1.2rem !important;
}

.contact-us textarea::-ms-input-placeholder {
  font-size: 1.2rem !important;
}

.contact-us textarea::placeholder {
  font-size: 1.2rem !important;
}

.contact-us .list-group {
  margin-top: 2rem !important;
}

.contact-us .list-group .list-group-item {
  color: #B3B3B3 !important;
  background: transparent !important;
  border-bottom-color: green !important;
}

.contact-us .list-group .list-group-item i {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: green;
}

.contact-us button[type="submit"] {
  margin-top: 1rem;
}

footer {
  position: relative;
  width: 100vw;
  background: url("/images/footer.png") no-repeat;
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  z-index: -1;
}

footer .container-fluid {
  min-height: 35rem;
  padding: 5rem 1rem 1rem 0;
}

footer nav {
  padding-left: 0 !important;
  background: none !important;
}

footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

footer .social-links a {
  color: #FFFFFF;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  background: #000000;
  margin-right: 0.5rem;
}

footer .text-desc {
  color: #B3B3B3;
  font-size: 1.3rem;
}

footer .footer-heading {
  color: #FFFFFF;
  padding: 1rem 0;
  border-bottom: 0.2rem solid #444;
  position: relative;
}

footer .footer-heading h3 {
  font-size: 1.5rem;
}

footer .footer-heading::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 5rem;
  height: 0.3rem;
  background: green;
}

footer p {
  padding: 1rem;
}

footer p a {
  color: #c0c0c0;
  font-size: 1.3rem;
}

footer p a:hover {
  color: green;
}

footer p .date {
  display: block;
  color: #666666;
}

footer ul li {
  padding: 1.5rem 1rem;
  border-bottom: 0.1rem dashed #666666;
}

footer ul li a {
  color: #B3B3B3;
  font-size: 1.3rem;
}

footer ul li a:hover {
  color: #666666;
}

footer .footer-band {
  width: 100vw;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: green;
}

footer .footer-band p {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}

@media (max-width: 992px) {
  html {
    font-size: 60%;
  }
  .jumbotron {
    width: 100%;
  }
  header .widgets .left-widget {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .widgets .right-widget {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header nav .collapse ul {
    width: 100%;
  }
  header nav .collapse ul li {
    width: 100%;
  }
  header nav .collapse ul li a {
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 50%;
  }
  .gallery .caption {
    font-size: 1.8rem;
  }
}

body {
  min-height: 100vh;
  width: 100vw;
  font-family: "Raleway", sans-serif;
  background: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=main.css.map */