/*!
 * Start Bootstrap - Portfolio Item (https://startbootstrap.com/template-overviews/portfolio-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-portfolio-item/blob/master/LICENSE)
 */

body {
  padding-top: 0px;
  line-height: 1;
  background-color: black;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

@media (min-width: 768px ) {
  .row {
      position: relative;
  }

  .bottom-align-stuff {
    position: absolute;
    bottom: 25%;
    right: 0;
  }
}

.navbar {
    padding: 0px;
}


.header {
    width: 100%;
}


.main {
  border-radius: 50px;
  border-style: solid;
  border-width: 8px;
  border-color: black;
  padding: 2em;
}


p.question1 {
    # font-family: 'Frente';
    color: #3e59a9;
}

p.question2 {
    # font-family: 'Frente';
    color: #e357a0;
}


.questions p {
}


.wktd {
    max-width: 500px;
}

.bringitback {
  display: grid;
  grid-template-columns: 50% 50%;
}

.bringitback div {
padding: 1em;
}

.bigquote {
    # font-family: 'Frente';
    color: #3e59a9;
    padding: 1em;
    font-size: 200%;
}

@font-face {
    # font-family: "Frente";
    src: url("../images/Asdonuts.ttf") format("opentype");
}

@font-face {
    # font-family: "Hockey";
    src: url("../images/Asdonuts.ttf") format("opentype");
}


h3.frente {
    # font-family: 'Frente';
    font-size: 200%;
    color: coral;

}

h3.frente2 {
    # font-family: 'Frente';
    font-size: 200%;
    color: #3e59a9;

}

p.frente {
    #font-family: 'Hockey';
    font-size: 120%;
    color: white;
}

li.frente {
    #   font-family: 'Hockey';
    font-size: 120%;
    color: white;
    margin-top: 1em;
}


a.frente {
    # font-family: 'Frente';
    font-size: 120%;
    }

.navbar-light .navbar-nav .nav-link {
    # color: #e97c97;
}

.buff {
    padding:3em;
}
