/*
 * Globals
 */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 65em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
  font-family: Sansation-Light;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

@font-face {
  font-family: Sansation-Light;
  src: url(Sansation-Light.ttf);
}

html {
  background-image: url("back1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body {
  background-color: transparent;
}

p {
  font-family: Sansation-Light;
}

.cover p > strong {
  font-size: 1.25rem;
  font-weight: normal;
}

.nobr { 
  white-space: nowrap; 
}

.masthead-brand {
  margin-bottom: 30px;
}

.cover .col-sm > p {
  margin-bottom: 1.7rem;
}

.cover .col-sm > p > small {
  font-size: 70%;
}

@media all and (orientation: portrait) { 
  html {
    background-image: url('back2.jpeg');
  }
}

.social > a {
  margin-left: 10px;
}

.social > a > img {
  width: 32px;
}

.fa-whatsapp {
  color: #25d366;
  font-size: 120%;
  margin-right: 10px;
}

#school {
  position: absolute;
  right: 4%;
}

#school > img {
  width: 86px;
}

.masthead-brand > img {
  width: 40px;
}

@media (min-width: 400px) {
  .masthead-brand > img {
    width: 60px;
  }
}

@media (max-width: 336px) {
  #school > img {
    width: 65px;
  }
}