/*
 * Globals
 */

/* 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%;

  background-color: #E9E4D7 !important;
    font-family: "Roboto";
    font-size: 1rem;
    line-height: 1.65;
    color: #000000;
}

#back{
    -webkit-animation: rotating 20s linear infinite;
    transform-origin: 50% 50%;
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150%;
}

#back-div{
    width: 150%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

}

img{
    padding: none !important;
    margin: none !important;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}

.row {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
}

h2 {
    font-size: 1em !important;
    font-style: italic;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
}

h3 {
    font-size: 1.3em !important;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 700 !important;
}

h4 {
    font-size: 0.7em !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.italic{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
}

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

.right{
    float: right !important;
}

.left{
    float: left !important;
}
/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  } 
}

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

h3 {
  font-size: 1em !important;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  font-weight: 700 !important;
  white-space: nowrap !important;
}
.logo{
  width: 100% !important;
}
}

.logo{
  width: 220px;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


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

main{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.link:hover{
  outline: none;
  text-decoration: underline;
  color: #000000 !important;
}