/* Media queries */
@media screen and (min-width: 1140px) {
  .container {
    max-width: 1200px;

    /*center it*/
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1140px) {
  .container {

  }
}

@media screen and (max-width: 791px) {
  #main-heading-and-cta h1 {
    font-size: 48px !important;
  }
  #menu-icon {
    display: inline-block !important;
    color: white;
    font-size: 25px;
    position: absolute;
    top: 55px;
    right: 15px;
  }

  #main-menu {
    display: none;
    width: 100%;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    margin-top: 15px;
  }

  #main-menu ul li {
    display: block;
  }
  .big-button {
    font-size: 14px !important;
    padding: 10px !important;
    border-radius: 5px !important;
  }

}

@media screen and (min-width: 792px) {
  #main-menu {
    display: block !important;
  }
}

/* UNIVERSAL STYLES */

.container {
  max-width: 1100px;

  /*center it*/
}

body {
  margin: 0;
  padding: 0;
  font-family: arial;
}

.big-button {
  color: white;
  padding: 20px;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: bold;
}

.big-button:link {
  background-color: red;
  color: white;
}

.big-button:hover {
  background-color: orange;
  color: black;
}

/* SECTION 1 */
#section-1 {
  background-image: url(../assets/background1.jpg);
  min-height: 595px;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-size: 100% 100%;
}

header {
  padding-top: 0px;
}

.dropdown ul{
  background-color: rgb(33, 37, 41);
}

.dropdown .dropdown-item{
  color: rgb(155, 157, 159);
}

#main-heading-and-cta {
  padding-top: 145px;
  text-align: center;
}


#main-heading-and-cta h1 {
  color:white;
  font-size: 72px;
  font-weight: bold;
}

#big_button:hover {
  background-color: orange;
}

/* Section 2 */

#section-2 {
  background-color: rgb(0, 0, 0);
  min-height: 1000px;
  color: white;
  margin-bottom: 0;
}

.title-box {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}

.title-box h2 {
  margin-top: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.title-box .line {
  width: 90px;
  height: 5px;
  background-color: rgba(255, 255, 255, 50%);
  margin-left: auto;
  margin-right: auto;
}

.title-box p {
  font-size: 20px;
}

.video1{
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


#footer-text {
  margin: auto;
}

.contact-logos {
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  background-color: white;
}
