


body {background: rgb(233, 230, 211);font-size: 100%;font-family: "Ubuntu",sans-serif;height: 100%;}


strong {

  font-weight: 700;
}

.container {
    background-image:url(../svg/palm-trees.svg);
    min-height: 100%;
    position: relative;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 30px;
    padding-bottom: 50px;
    /* border-radius: 100px; */
    /* margin-bottom: 80px; */
}






h1 {font-weight: 700;color: rgb(166, 46, 33);font-size: 40px;padding-bottom: 25px;text-align: center;}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: #4e4e4e;
    line-height: 1.5;
    text-align: center;
    }

h3 {font-size: 20px;
    line-height: 2;
    color: #ffffff;
    text-decoration: underline;
    text-underline-position: under;

  }

a[href^="mailto"] {

  color: red;
}

a:visited {
  color: #000000;
}



p {font-size: 20px;font-weight: 400;color: #4e4e4e;line-height: 1.5;}

.all-buttons   {
    margin: 25px auto 20px auto;
    background-color: #f38e31;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 45px;
    color: #eff0f8;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    border-width: 0px;
    width: 70%;
    text-decoration: none;
    cursor: pointer;
    }


button.md-trigger {background-color: #444444;border-radius: 0px;font-size: 14px;}


.applyNow {text-align: center;}



button:hover {

    background-color: #984b04;
    -webkit-transition:  0.5s; /* Safari */
    transition: 0.5s;

}


button:focus{

  outline-color: #7b2ab9;


}


footer {
  background-color: #bab8a9;
  position: relative;
  text-align: left;
  padding: 15px 0px 15px 10px;
  /* margin-top: 50px; */
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1100px; */
  text-align: center;
}

footer a, footer p {

  color: #000000;
  line-height: 1.5;

}

.logoStrap {position: relative; padding-bottom: 88px;
  /*display: none;*/
}

.logoStrap img {

width: 100%;

}


.menuBar {
  padding: 12px;
  background-color: #3a2abb;
  position: fixed;
  width: 100%;
  height: 18px;
  z-index: 1000;
}

.menuBar a {

  text-decoration: none;
}


.menuBar a:hover {

color: #f4e842;
transition: 0.5s;


}

.socialIcons  {float: right;font-size: 25px;position: relative;bottom: 4px;margin-right: 16px;}


/*.socialIcons img {

      width: 50px;
    position: relative;
    bottom: 2px;


}*/


.innerMenu {max-width: 800px;margin: 0 auto !important;/* position: fixed; */}

.innerMenu a {

  padding: 5px 10px 5px 0;
  color: white;


}


.contentStrap {
  width: 85%;
  position: relative;
  padding: 40px 0 40px 0;
  margin-left: auto;
  margin-right: auto;
  }

  .imageTop img {max-width: 80%;}


  .imageTop {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }


.imageMob {display: none;}

  .contentStrap {
      /* background-color: rgb(1, 33, 82); */
  }

.innerContent {max-width: 800px;margin: 0 auto !important;padding: 20px 30px 20px 30px;}
.iframeContent {max-width: 1050px;margin: 0 auto !important;padding: 1%;text-align: center;}



.innerContent a {

  font-weight: 700;
  color: #f20404;
}

.innerContent a:hover {

  color: #2d5086;
transition: 0.5s;
}

.logos {

text-align: center;
  position: relative;
    padding-top: 75px;
}

.logos img {

  padding: 5px;
  max-width: 250px;

}

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

button {width: 100%; max-width: 250px;}
.container {top: 20px; border-radius: 50px;}
.logos {width: 100%;}
.logos img {max-width: 200px;margin-right: auto;margin-left: auto;}
.imageTop img {max-width: 80%;}
.contentStrap {padding-bottom: 0px;}
footer {top:0px;}
h1 {font-size: 33px;}
}



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

    h1 {
        font-size: 35px;
    }

    .imageTop img {
        max-width: 80%;
    }

    .imageTop {
        position: relative;
        top: 30px;
    }

    .container {
        background-image: url(../svg/palm-trees.svg);
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 30px;
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;

    }

    .contentStrap {
        width: 98%;
    }
}


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

h1 {font-size: 28px;}
}
