* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

html {
  background-color:#ffffff;
  background-image: url("../images/welcome-bg2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.main {
    background-color:transparent;
}

/* OVERLAY WELCOME */
/*
.center {
display: block;
text-align: center;
width:75%;
margin-left:auto;
margin-right:auto;
background-color: rgba(255, 0, 0, 0.0);
padding: 10% 0;
position: relative;
}

.center2 {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
*/

.header {
  grid-area: 1 / 1 / 1 / 1;
}

/* WELCOME SPLASH - MOBILE */

.frame {
    padding-top:25%;
    margin-left:auto;
    margin-right:auto;
    height: 100%;     /* equals max image height */
    width: 100%;
    border: 0 solid red;
    white-space: nowrap;
    text-align: center;
    background: rgba(255, 0, 0, 0.0);
}

.logo {
    margin-left:auto;
    margin-right:auto;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img {
    background: transparent;
    vertical-align: middle;
    max-height: 50%;
    max-width: 50%;
}

/* WELCOME SPLASH END */

/* GRID LAYOUT END */

html {
  font-family: 'Merriweather', serif;
}

/* FONTS, LINKS */

p {
    font-weight:300;
}

p.weygandt {
  text-align:right;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight:600;
/*  font-stretch: ultra-expanded; */
  letter-spacing: 3.4px;
  color: #555555;
  padding: 0 5px 0 0;
}

p.welcome {
    font-weight:400;
    font-size: .5em;
}

p.instruct-sml {
 font-size: 9px;
 color: #47476b;
 font-style: oblique;
}

h1 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight:500;
    padding: 15px 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight:600;
    color: #eccd13;
    padding: 0;
}

.break {
  display: block;
}
.bold {
  font-weight: bold;
  color:#800020;
}

.oblique {
  font-style: oblique;
}

a.nav:link {
  text-decoration: none;
  font-weight:normal;
}
a.nav:visited {
  color:#888;
  text-decoration:none;
  font-weight:normal;
}
a.nav:hover {
  color:#ffffff;
}

/* FONTS, LINKS END */

/* RESPONSIVE DROPDOWN MENU */

.menubar {

    width:507px;
    margin-left:auto;
    margin-right:0;
    text-align: right;
    background-color: rgba(0,0,0,0);
}

.topnav {
    overflow: hidden;
    background-color: inherit;
}

.topnav a {
    float: left;
    display: block;
    color: #990033;
    text-align: right;
    padding: 2px 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight:500;
    background-color: inherit;
}

.active {
    background-color: inherit;
    color: #990033;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    text-align: center;
    font-size: 14px;
    font-weight:500;
    border: none;
    outline: none;
    color: #990033;
    padding: 2px 5px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 2px 5px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

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

  p.weygandt {
    text-align:center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight:600;
    letter-spacing: 2px;
    color: #555555;
    padding: 0 5px 0 0;
  }

  .menubar {
    width:100%;
    background-color:#FFC47D;
  }
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 649px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* RESPONSIVE DROPDOWN END */

/* CONTAINERS ETC */

.header2 {
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    color: #0000ff;
    padding: 10px 10px;
    text-align: center;
}

/* DESKTOP GRID LAYOUT 1024 min */

@media only screen and (min-width: 800px) {


/* DESKTOP WELCOME */
/*
.center {
display: block;
text-align: center;
width:25%;
margin-left:auto;
margin-right:auto;
background-color: rgba(255, 0, 0, 0.0);
padding-top: 20% 0;
position: relative;
}
*/

.frame {
    padding-top:10%;
    margin-left:auto;
    margin-right:auto;
    height: 100%;     /* equals max image height */
    width: 100%;
    border: 0 solid red;
    white-space: nowrap;
    text-align: center;
    background: rgba(255, 0, 0, 0.0);
}

.logo {
    margin-left:auto;
    margin-right:auto;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img {
    background: transparent;
    vertical-align: middle;
    max-height: 50%;
    max-width: 50%;
}
}

/* DESKTOP GRID LAYOUT 1024 min */

@media only screen and (min-width: 1024px) {


/* DESKTOP WELCOME */
/*
.center {
display: block;
text-align: center;
width:25%;
margin-left:auto;
margin-right:auto;
background-color: rgba(255, 0, 0, 0.0);
padding-top: 20% 0;
position: relative;
}
*/

.frame {
    padding-top:15%;
    margin-left:auto;
    margin-right:auto;
    height: 100%;     /* equals max image height */
    width: 100%;
    border: 0 solid red;
    white-space: nowrap;
    text-align: center;
    background: rgba(255, 0, 0, 0.0);
}

.logo {
    margin-left:auto;
    margin-right:auto;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img {
    background: transparent;
    vertical-align: middle;
    max-height: 50%;
    max-width: 50%;
}
/*
.center2 {
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
background-color: rgba(0, 255, 255, 0.5);
}
*/
/*
.center2 {
margin-left:auto;
margin-right:auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
*/

/* DESKTOP PRODUCER PAGE GRID END */

/* DESKTOP IMG, LABEL, MAP & DETAIL */

/* DESKTOP IMG, LABEL, MAP & DETAIL END */

}

/* DESKTOP GRID LAYOUT END */
