/* site colors */
/* red #d02c2f 
   grey #6d6e71 */
/* light red #FF7467
   light blue #99AAE0
   blue #304674 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  word-spacing: 2px;
  letter-spacing: 0.8px;
}

.carousel-indicators li {
  background-color: grey;
  margin: 15px 5px -45px 5px;
}

.iconSection {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 20px auto 10px auto;
}

.iconsIn {
  width: 33%;
  float: left;
  text-align: center;
}

.iconsIn img {
  width: 100%;
  height: auto;
}

p.text-muted {
  font-size: 9pt;
}


div.footerContactInfo {
  font-size: 7spt;
  margin: 7px 0 0;
}

#drinksStrip {
  background-image: url("../IMG/drinksStrip.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}

#media .container {
  background-color: white; 
  padding: 20px 40px;
}

.text-uppercase.blue-text {
  font-size: 11pt;
}

.fa.fa-envelope-o.fa-2x {
  color: #304674;
}

p.grey-text.text-left {
  font-size: 10pt;
}

p {
  font-family: "Raleway", sans-serif;
}

h5.mt-4.mb-3 {
  font-family: "PT Serif", serif;
  margin: 0 0 15px 0;
  font-size: 17pt;
  font-weight: 400;
}

div.ourBrandscard {
  border: none;
}

div#ourBrandsTitle {
  padding: 200px 0 0;
}

p.card-text {
  font-size: 12pt;
}

.card-body img {
  width: 99%;
  height: auto;
}

.card-body .btn {
  margin: 20px 0 0;
}

.card-body h5.card-title {
  font-size: 22pt;
  font-family: "PT Serif", serif;
  font-weight: 500;
}

.btn-success,
.btn, .fields button {
  background-color: #304674;
  border: none;
  color: white;
  font-size: 9pt;
  text-transform: uppercase;
}

.btn-success:hover,
.btn:hover,
.btn-success:focus,
.btn:focus, .fields button:hover, .fields button:focus {
  background-color: #515254;
  border: none;
  color: white;
}

.form-control {
  font-size: 0.8rem;
}

h3.modal-title {
  font-size: 15pt;
}

h2 {
  font-family: "PT Serif", serif;
  font-weight: 500;
  color: #d02c2f;
  font-size: 24pt;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

h2.sectionTitle {
  margin: 5px 0 0 -15px;
}

.hero p {
  color: #6d6e71;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  min-height: 1000px;
  background-image: url("../IMG/beach.jpg");
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  /* background: linear-gradient(to left, #ba7453, #d1a984); */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

header {
  background-color: #d02c2f;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}

nav {
  display: grid;
  grid-template-columns: auto auto;
  min-height: 9vh;
  color: white;
  align-items: center;
  justify-content: space-between;
  margin: 0 6%;
}

header nav ul {
  color: white;
  display: flex;
  list-style: none;
  margin: 5px 0 0 0;
  font-size: 12pt;
  cursor: pointer;
}

header nav ul li a {
  color: white;
  text-decoration: none;
  word-spacing: -3px;
}

header nav ul li a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

#logo {
  width: 230px;
  margin: 5px 0 0 0;
}

#media .container {
  margin: 0 auto 0;
}

header nav ul li {
  padding: 0 10px;
}

div.partOfHamburger {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 8px 0;
}

div.hamburger {
  justify-self: end;
  display: none;
}

section {
  display: flex;
  flex-wrap: wrap-reverse;
  width: 100%;
  /* max-width: 1600px; */
  float: none;
  margin: 0;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  top: 200px;
  background-color: rgb(255, 255, 255, 0.9);
  padding: 0;
}

.frontText {
  width: 32%;
  float: left;
  padding: 0;
}

.hero .imageContainerMain {
  width: 65%;
  float: left;
  margin: 0 0 0 3%;
  padding: 5px 0 0;
}

.hero {
  /* position: absolute;
    top: 380px;
    left: 6%; */
  z-index: 10;
  padding: 30px 35px 5px 35px;
  /* border: 1px solid #6d6e71; */
}

.hero::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
}

.hero h1 {
  color: black;
}

.carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  max-width: 1200px;
}

#ourBrands {
  margin: 400px 0 300px 0;
}

#homeSection {
  margin: 0 0 500px;
}

.rounded-circle {
  width: 140px;
  height: auto;
}

#media {
  margin: 100px 0 180px;
  background-color: #efefef;
  min-height: 750px;
  padding: 45px 0 0;
}

section.team-section.text-center {
  top: 40px;
}

#teamRidge {
  border: 1px solid #d02c2f;
  padding: 50px 0;
  border-radius: 30px;
  width: 70%;
  margin: 0 auto;
}

#ourTeam {
  margin: 0 0 350px;
}

#ourTeamTitle {
  margin: 0 0 370px;
}

.mediaText {
  margin: 15px 0 30px;
}

#mediaTitle .container {

}

#mediaTop {
  margin: -100px 0 0;
  padding: 0 0 60px;
}

/* Footer */
.footerContactInfo .legal {
  margin: 10px 0 0;
  font-size: 7pt;
}

.footerContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 3px 0 0 0;
}

.footerLeft,
.footerRight {
  width: 50%;
}

.footerLeft p,
.footerRight p {
  font-size: 9pt;
}

.footerContact {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.site-footer {
  padding: 90px 5px 0 5px;
  border: none;
  width: 100%;
  margin: 0 auto;
  color: #6d6e71;
  background: #f1f1f1;
  height: 80px;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1100;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(128, 128, 128, 1);
  -moz-box-shadow: 0px 0px 3px 1px rgba(128, 128, 128, 1);
  box-shadow: 0px 0px 3px 1px rgba(128, 128, 128, 1);
}

.site-footer .row.row-content {
  max-width: 1200px;
  margin: -80px auto 0;
}

.site-footer .row.row-content a {
  font-size: 8pt;
  color: #6d6e71;
  cursor: pointer;
}

.site-footer .row.row-content a {
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 9pt;
}

footer .icon-white {
  color: white;
  padding: 3px 0 0 2px;
  margin: -5px 0 0 0;
  background-color: #304674;
}

.footerContact,
.footerContactInfo {
  margin: 0 0 30px;
}

.footerContactInfo {
  font-size: 8pt;
  margin: -15px 0 0 0;
}

@media only screen and (min-width: 2200px) {
  nav {
    margin: 0 25%;
  }

  #media {
    min-height: 650px;
  }
}

@media only screen and (max-width: 1268px) {

  .slider {
    height: 120vh;
  } 

  .iconSection {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 600px;;
  }

  .hero .imageContainerMain {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 5px 0 0;
  }

  .hero .frontText {
    width: 100%;
    float: left;
  }

  #media {
    min-height: 600px;
  }
}

@media only screen and (max-width: 950px) { 
 .site-footer .row div a i span, .site-footer .row div div div p, div.footerContactInfo {
   font-size: 8pt;
 }

 .footerContactInfo .legal {
  margin: 15px 0 0;
  font-size: 6pt;
}

#media {
  min-height: 500px;
}

} 

@media only screen and (max-width: 800px) {
  #firstRowTeamSection {
    display: block;
  }

  nav {
    margin: 0 3%;
  }

  header nav ul {
    font-size: 11pt;
  }

  header nav ul li {
    font-size: 10pt;
    word-spacing: 1px;
    padding: 6px 8px 0 8px;
  }

  #logo {
    width: 190px;
  }

}

@media only screen and (max-width: 680px) {
  header nav,
  header #nav {
    display: block;
  }

  .navLogoContain {
    width: 100%;
    margin: 20px 0;
  }

  header nav ul li,
  header #nav ul li {
    font-size: 8pt;
    padding: 0 6px;
  }

  nav #logo,
  #nav #logo {
    width: 180px;
    float: left;
    margin: 0 200px 0 10px;
  }

  nav #navigator,
  #nav #navigator {
    float: left;
  }

}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 20pt;
  }

  .footerContactInfo .legal {
    margin: -11px 0 0;
    font-size: 5pt;
  }

  #media {
    min-height: 440px;
  }

  nav {
    min-height: 8vh;
  }

  h2.sectionTitle {
    margin: 5px 0 0 14px;
  }

  div.col-sm-12.col-md-6 {
    margin: 30px 0;
  }

  #ourBrands {
    margin: 270px 0 0;
  }

  .card.ourBrandscard .card-body .card-title {
    margin: -30px 0 15px;
  }

  #ourBrands .container { 
    margin: 0;
  }
  
  div#ourBrandsTitle {
   padding: 0 0 150px;
  }

  #ourTeam {
    margin: 0 0 220px;
  }

  .navLogoContain {
    width: 100%;
    margin: 10px 0 5px;
  }

  header nav ul {
    display: flex;
    flex-direction: row;
    padding: 5px 0 10px
  }

  section {
    top: 120px;
  }

  .slider {
    height: 1200px;

  }

  #homeSection {
    margin: 0;
  }

  .container {
    margin-bottom: 40px;
  }

  div#mediaTop {
    margin: 0 0 80px;
  }

  #media {
    margin: 0 0 120px;
  }

  #media div h2.sectionTitle {
    margin: 5px 0 0 -15px;
  }

  div#ourTeamTitle {
    margin: 0 0 300px;
  }

  #media .container {
    margin: 0 0 -200px;
  }

  .site-footer a span {
    display: none;
  }

  .footerLeft p, .footerRight p {
    display: none;
  }

  .site-footer .row.row-content a {
    width: 25px;
    height: 25px;
    margin: -10px -10px 0;
    padding: 0 0 15px;
  }

  .footerContainer {
    margin: -20px 0 0 0;
  }

  .footerLeft, .footerRight {
    width: 50%;
    padding: 4px 0 0 5px;
    float: left;
  }

  .footerContact {
    margin: 10px 0 0;
  }

  .fa.fa-envelope-o.fa-2x {
    margin: -20px 0 0 5px;
  }

  .site-footer {
    padding: 5px;
    height: 45px;
  }

  .site-footer .row.row-content {
    margin: 0;
  }

  .site-footer .row.row-content .footerLeft a,   .site-footer .row.row-content .footerRight a {
    width: 20px;
    height: 20px;
    margin:  0 0 -10px;
    padding: 0 0 15px;
  }

  .btn-social-icon > :first-child {
    font-size: 1em;
    line-height: 25px;
  }

  div.footerContactInfo {
    font-size: 7pt;
    margin: -9px 0 0 0;
  }

  .site-footer .row div.col-4:nth-of-type(1) {
     width: 10%;
     max-width: 10%;
  }


  .site-footer .row div.col-4:nth-of-type(2) {
    width: 40%;
    max-width: 40%;
  }


  .site-footer .row div.col-4:nth-of-type(3) {
    width: 50%;
    max-width: 50%;
  }

  .col-4 {
    flex: 3;
  }

  .iconSection {
    width: 100%;
    margin: 20px auto -30px;
  }

}

