


body {background: rgb(218, 41, 28);font-size: 100%;font-family: "Cabin",sans-serif;height: 100%;}


strong {

  font-weight: 700;
}

.container {
      background-color: #ffffff;
      width: 90%;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: 30px;
      padding-bottom: 50px;
      border-radius: 100px;
      margin-bottom: 80px;
      -webkit-box-shadow: 40px 40px 0px 0px rgba(168,0,0,1);
      -moz-box-shadow: 40px 40px 0px 0px rgba(168,0,0,1);
      box-shadow: 40px 40px 0px 0px rgba(168,0,0,1);
}




h1 {font-weight: 700;color: rgb(218, 41, 28);font-size: 40px;padding-bottom: 25px;text-align: center;}

h2 {
    font-size: 18px;
    font-weight: 700;
    color: #ea0000;
    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: #80bd00;
}



p {font-size: 24px;font-weight: 400;color: #060e0f;line-height: 1.5;}

.all-button   {    margin: 25px auto 20px auto;
    background-color: #80bd01;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 18px;
    color: #eff0f8;
    font-family: inherit;
    font-weight: 700;
    border-width: 0px;
    width: 320px;
    text-decoration: none;
    cursor: pointer;

    }


.applyNow {text-align: center;}



button:hover {

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

}


button:focus{

  outline-color: #7b2ab9;


}


footer {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: #eeeeee;
  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: 100%;}


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


.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: 220px;margin-right: auto;margin-left: auto;}
.imageTop img {max-width: 225px;}
.contentStrap {padding-bottom: 0px;}
footer {top:0px;}
.logos img {width: 100%;}
h1 {font-size: 33px;}
}



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

    h1 {
        font-size: 35px;
    }

    .imageTop img {
        max-width: 225px;
    }

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

    .container {
        background-color: #ffffff;
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 0;
        padding-bottom: 50px;
        margin-bottom: 80px;
        border-radius: 0px;
    }

    .contentStrap {
        width: 98%;
        /* border-radius: 0px; */
    }
}


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

h1 {font-size: 28px;}
}
