/*
 * Globals
 */

h1 {
	font-weight: 500;
}
/* Links */
a:focus,
a:hover {
  color: #CAA162!important;
  text-decoration: none;}
a:link {
	color: #593B2E;
	text-decoration: none;}
a:visited {
	color: #593B2E;
	text-decoration: none;}

/*
 * Base structure
 */
html,
body {
  height: 100%; }

body {
  background-color: #fff;
  background-size: cover;
  color: #010202;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;}
 
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top; }

.cover-container {
  margin-right: auto;
  margin-left: auto; }

/* Padding for spacing */
.inner {
  padding: 30px; }

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px; }

.nav-masthead {
  text-align: center;
  display: block; }

.nav-masthead .nav-link {
  display: inline-block; }
  
  .style {
	width: 10.5%;
	height: auto;
	padding-top: 0px;
	text-align: center;
}

   .logo {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	top: 2%;
	right: 0%;
	left: 0%;}

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

@media all and (max-width: 480px) {
.style {
    width: 16%;}}

/*
 * Cover
 */
.cover {
  padding: 0 20px; }

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px; }

.cover-heading{
  font-weight: 500!important;
  text-transform: normal;
  letter-spacing: 0px;
  font-size: 4.1rem;
  margin-bottom: 5rem; }

@media (min-width: 768px) {
  .cover-heading {
    font-size: 4.2rem;
    letter-spacing: 0px;} }

.cover-copy {
  max-width: 500px;
  margin: 0 auto 3rem; }

/*
 * Footer
 */
.mastfoot {
  color: #010202;
  /* IE8 proofing */
  color: #010202;}
  
@media only screen and (min-width: 1690px) {
.mastfoot {font-size: 22px;}.cover-heading {
	margin-top: 2rem;}}
  
/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0; }
  .mastfoot {
    position: fixed;
    bottom: 0; }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle; }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */ }}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1060px; }}

@media only screen and (min-device-width : 1178px) and (max-device-width : 1690px) and (orientation : portrait) {
	.logo {width: 90%;}}

@media only screen and (min-device-width : 768px) and (max-device-width : 992px) and (orientation : portrait) {
	.cover-heading {margin-top: 4.5rem;font-size: 3.3rem;}}

@media only screen and (min-device-width : 300px) and (max-device-width : 767px) and (orientation : portrait) {
.masthead {
    position: fixed;
    top: 0; }
  .mastfoot {
    position: fixed;
    bottom: 0; 
    font-size: 15px;font-weight: 400;}
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle; }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */ }
.cover-heading {
    letter-spacing: 0px;
    font-size: 1.5rem;margin-top: 4rem;}}

    @media only screen and (min-device-width : 1000px) and (max-device-width : 1124px) and (orientation : portrait) {
.mastfoot {font-size: 35px;}
.style {width: 16%;}
.cover-heading {margin-top: 8.5rem;font-size: 4.3rem;}}
