/**
* Template Name: Minimal
* Template URL: https://templatemag.com/minimal-bootstrap-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

html, body {
  background-color: #f2f2f2;
  height: 100vh;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}

.contact-button {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin: 0 auto;
  display: block!important;
  color: #f2f2f2;
  max-width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  position: relative;
  border: 1px white solid;
  text-align: center;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.contact-button:hover {
  background-color: white;
  color: #333
}

.contact-button:hover a {
  color: #333
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #f2f2f2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-decoration: none;
  outline: 0;
  transition: ease-in-out 0.2s;
}

a:hover {
  color: #333;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: #1a1a1a no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 90vh;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  margin-top: 150px;
  color: white;
  font-size: 70px;
  font-weight: 700;
}

#headerwrap h3 {
  color: white;
  font-size: 30px;
  font-weight: 100;
  font-family: 'EB Garamond', serif;
  font-style: oblique;
}

#headerwrap .logo {
  text-align: left;
  margin-left: 20px;
  margin-top: 15px;
}

/* Footer Wrap */
#f {
  background: #1a1a1a;
  text-align: center
}

#f h3 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

#f i {
  font-size: 8px;
  color: #fff;
  padding: 3px;
}

#f p {
  font-size: 20px;
  color: #f2f2f2;
}

#f img {
  text-align: center;
}

/* Copyrights */
#copyrights {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  background: #222222;
  height: 10vh;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#copyrights a {
  color: #f0ad4e;
}

#copyrights p {
  margin-bottom: 5px;
}

.credits {
  color: #999;
}
