/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
    color: #000;
}

.cover-container {
  max-width: 100%;
  background-image: url(/images/pexels-vividcafe-681335.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.info {
    margin: 0 auto;
    width: 35%;
    background-color: #ffffff;
}

.email-link {
    color: #000;
    text-decoration: none;
}

.email-link:hover {
    background-color: #f4ae95;
    color: #000;
    text-decoration: underline;
}

@media (max-width: 1200px) {
.info {
    width: 50%;
}
}
@media (max-width: 992px) {
.info {
    width: 70%;
}
}