/*-------------------------------------GENERAL------------------------------*/

@font-face {
  font-family: Lato-Regular;
  src: url(../fonts/WOFF/Lato-Regular.woff);
}

@font-face {
  font-family: Bebas;
  src: url(../fonts/WOFF/BebasNeue.woff);
}

@font-face {
  font-family: Latos-Black;
  src: url(../fonts/WOFF/Lato-Black.woff);
}

@font-face {
  font-family: Coco-Bold;
  src: url(../fonts/WOFF/CocoGothic-Bold.woff);
}

@font-face {
  font-family: Lato-Semibold;
  src: url(../fonts/WOFF/Lato-Semibold.woff);
}

@font-face {
  font-family: Lato-Thin;
  src: url(../fonts/WOFF/Lato-Thin.woff);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-size: 10pt;
}


h1 {
  font-size: 2em;
}


main {
  overflow: auto;
}
body { 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.contactPage{
    background: url(/www/images/icons/sbLogo-01.png) no-repeat center center fixed; 
}
body.contactPage{
    background-color: none;
}

/*-------------------------------------HOMEPAGE------------------------------*/

/*-------------------------------------NAV------------------------------*/
#info {float: left;}

#navLogo {
  width: 50%;
  margin-left: 15%;
  margin-top: 15%;
}

#center {
  text-align: center;
}

.mainNav {
  background-color: #03007B;
  color: white;
  padding: 3%;
}

.mainNav ul {
  text-align: center;
  padding: 0 5%;
}

#dropbtn {
  float: left;
  vertical-align: middle;
}

#right {
  float: right;
}

.mainNav a:hover {
  color: #44C7F4;
}

.mainNav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2em;
}

.dropbtn {
  width: 10%;
  cursor: pointer;
}

.mainNav img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  float: left;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 4%;
}

.mainNav ul li {
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Lato-Regular;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
  background-color: #ddd
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
  display: block;
}

/*-------------------------------------FirstSection------------------------------*/

.mainLogoContainer {
  margin-top: 5%;
  text-align: justify;
  text-align: center;
}

.mainLogoContainer img {
  width: 40%;
  height: auto;
  margin: 10% 0;
}

.introContainer {
  background-color: #03007B;
  color: white;
  padding: 5%;
  margin: 0% 0 20% 0;
  width: 100%;
}

.introContainer img {
  display: none;
}

.introContainer p {
  font-family: Lato-Regular;
  font-size: 1.3em;
}

#introTitle {
  font-family: Latos-Black;
  font-size: 2.5em;
  margin-bottom: 2%;
}

/*-------------------------------------SecondSection------------------------------*/

.whyUs h1 {
  text-align: center;
  color: #03007B;
  font-size: 2em;
  font-family: Lato-Regular;
  margin-bottom: 10%;
}

.whyUs {
  text-align: center;
}

.whyUs img {
  width: 20%;
  height: auto;
}

.whyUs span {
  text-transform: uppercase;
  display: block;
  font-family: Lato-Regular;
  text-transform: uppercase;
  font-size: 1em;
  font-family: Lato-Regular;
}

.advantage {
  display: inline-block;
  text-align: center;
  height: auto;
  text-align: center;
  margin-bottom: 10%;
}

/*-------------------------------------FOOTER------------------------------*/

footer {
  background-color: black;
  padding: 5%;
  color: white;
  font-style: italic;
  font-size: 2em;
}

footer ul {
  display: inline-block;
  padding: 5%;
}

footer h2 {
  font-size: 2em;
  font-family: Bebas;
}

#leftFoot {}

#foot {}

/* The side navigation menu */

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 15px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sideInfo { font-size: 2.2em;}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.5em;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
  color: #44C7F4;
  text-decoration: underline;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px;
  margin-left: 50px;
}

.closebtn {
  text-decoration: none;
}

.serviceContent h2 {
  color: #03007B;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-top: 10%;
}

.serviceContent p {
  font-family: Lato-Regular;
  font-size: 1em;
  margin-top: 10%;
}

.serviceContent ul li {
  font-family: Lato-Regular;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 1em;
}

.serviceContent {
  padding: 5%;
  margin: 2%;
}

.serviceContent ul {
  margin-top: 2%;
}

.phoneNumber {
  color: #44C7F4;
}

.phoneNumber:hover {
  text-decoration: underline;
}

.contactContent {
  text-align: center;
  margin: 10% 0;
}

.firstContact h2 {
  font-size: 3em;
  font-family: Lato-Regular;
}

.firstContact {
  margin-top: 15%;
}

.secondContact {
  margin-top: 15%;
}

.contactContent h2 {
  margin-bottom: 5%;
}

.secondContact h2 {
  font-size: 3em;
  font-family: Lato-Regular;
}

.secondContact p {

  font-family: Lato-Regular;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin: 5% 0;
}

.contactContent p {
  font-size: 1.5em;
}

#nr {
  font-size: 3em;
}

#nrTwo {
  font-size: 3em;
}
#nrTwee {
  font-size: 3em;
}
#nrEen {
  font-size: 3em;
}
/* Create four equal columns that sits next to each other */

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
#imageUccle img { width: 30%;}
#firstimage {
  transform: rotate(-90deg);

}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
  #secondRow {
    margin-top: 10%;
  }
  footer {
    margin-top: 5%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
  #secondRow {
    margin-top: 20%;
  }
  footer {
    margin-top: 5%;
  }
}

@media only screen and (min-width: 500px) {
  footer {
    text-align: center;
  }
}

@media only screen and (min-width: 700px) {
  #maidPic {
    float: left;
    position: absolute;
    left: -1%;
    top: 23%;
  }
  #maidPic2 {
    float: right;
    position: absolute;
    right: 1%;
    top: 23%;
  }
  #mainLogo {
    width: 20%;
    height: auto;
    margin: 2% 0;
  }
  .mainLogoContainer {
    margin-top: 1%;
    overflow: auto
  }
  .introContainer img {
    display: inline-block;
    position: relative;
    width: 30%;
  }
  .introContainer {
    width: 100%;
    padding: 3%;
  }
  .introContainer p {
    width: 50%;
    margin: 0 25%;
    text-align: center;
  }
  footer {
    padding: 2%;
  }
  .serviceContent h2 {
    font-size: 2.3em;
    margin: 0;
  }
  .serviceContent ul li {
    font-size: 1.5em;
  }
  .serviceContent p {
    font-size: 1.5em;
    margin-bottom: 5%;
    margin-top: 1%;
  }
  .contactContent h2 {}

}

@media only screen and (min-width: 320px) and (max-width: 700px) {
  #mainLogo {
    width: 20%;
    height: auto;
    margin: 2% 0;
  }
  .mainLogoContainer {}
}

@media only screen and (min-width: 1000px) {
  #maidPic {
    float: left;
    position: absolute;
    left: -1%;
    top: 25%;
  }
  #maidPic2 {
    float: right;
    position: absolute;
    right: 1%;
    top: 25%;
  }
  .introContainer p {
    font-size: 1.5em;
  }
  .introContainer {
    margin-bottom: 5%;
  }
  #introTitle {
    font-size: 3em;
  }
  .introContainer img {}
  .whyUs h1 {
    font-size: 3em;
  }
  .whyUs span {
    font-size: 2em;
  }
  footer h2 {
    font-size: 2em;
  }
  footer li {
    font-size: 1.5em;
  }
  .mainNav {
    padding: 1%;
  }
  .firstContact {
    margin-top: 2%;
  }
  .secondContact {
    margin-top: 2%;
  }
  .contactContent h2 {
    margin-bottom: 1%;
  }
  .contactContent {
    text-align: center;
  }
}

@media only screen and (min-width: 1290px) {
  .introContainer img {
    right: 5%;
    top: 22%;
    width: 30%;
  }
}

@media only screen and (min-width: 1800px) {
  #maidPic {
    width: 22%;
    top: 30%;
  }
  #maidPic2 {
    width: 22%;
    top: 35%;
  }
  .introContainer p {
    font-size: 1.5em;
  }
  #introTitle {
    font-size: 6em;
  }
  footer ul {
    padding: 0;
  }
  .contactContent {
    margin: 5%;
  }
  .introContainer img {
    width: 25%;
  }
}

@media only screen and (min-width: 1400px) {
  .introContainer img {
    width: 25%;
  }
}

@media only screen and (min-width: 1900px) {
  #maidPic {
    width: 22%;
    top: 35%;
  }
  #maidPic2 {
    width: 22%;
    top: 35%;
  }
}

#copyRights {
  margin: 2% 0 1% 0;
  text-align: center;
}

#copyRights {
  margin: 2% 0 1% 0;
  text-align: center;
}
@media only screen and (max-width: 700px) { #imageUccle img {
    width: 30%;
}}