/* Mobile first */

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html,body {
  height: 100%;
}

p {
  margin-bottom: 0.75em;
}

.page-content {
  padding-top: 100px;
}

header {
  background: white;
  position: fixed;
  z-index: 10;
  width: 100%;
}

.hide-desktop {
  display: block;
} 

body.contact p {
  margin-bottom: 2em;
}

.hide-mobile {
    display: none;
}

body {
  width: 100%;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: white;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6, p, input, span, li, small {
  letter-spacing: 0.03em;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.wrapper {
  width: 100%;
  height: 100%;
  padding: 1.5em;
  position: relative;
}

#landing h1 {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  width: 90%;
  font-size: 1.8em;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0,0,0,0.3);
}

#landing h1 br {
    display: none;
  }
  

img.logo {
  width: 100%;
  max-width: 200px;
  height: auto;
}

img#toggle {
  position: absolute;
  top:2.5em;
  right: 1.5em;
  width: 32px;
  height: auto;
  cursor: pointer;
}

.ui.grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

img#close {
  position: absolute;
  top:2.5em;
  right: 2em;
  width: 24px;
  height: auto;
  cursor: pointer;
}

section#landing {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 5;
  top:0;
  left: 0;
  background-position: center;
}

.landing-content {
  position: absolute;
  z-index: 10;
  color: white;
  bottom: 1.5em;
  left: 1.5em;
}

#navigation {
  position: absolute;
  top:2.5em;
  right: 3em;
}

#navigation ul li {
  display: inline;
  list-style-type: none;
  margin-left: 2.5em;
  font-size: 1.4em;
  font-weight: normal;
}

#navigation ul li a {
  opacity: 0.75;
   -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

input[type=submit] {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#navigation ul li.current-menu-item a {
  opacity: 1;
}

#navigation ul li a:hover {
  opacity: 1;
}

#overlay {
  display: none;
  position: absolute;
  background: rgb(0, 114, 206);
  color: white;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 15;
  padding: 1.5em;
}

#overlay img.logo {
  margin-bottom: 4em;
}

#overlay small {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: inherit;
  padding-bottom: inherit;
}

#overlay ul {
  padding-left: 0;
  font-size: 1.4em;
  margin-bottom: 3em;

}

#overlay ul li {
  list-style-type: none;
    margin-bottom: 0.25em;
    }

#overlay ul li a {
  color: white;
  font-weight: 300;
     -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}


#overlay ul li a:hover {
  opacity: 0.4;
}

#overlay ul li.current-menu-item a {
  opacity: 0.4;
}

.under {
  margin-top: 100%;
  position: relative;
}

.full-page {
  background-position: center center;
  height: 260px;
}

.full-page div {
  height: 260px;
}

.full-page-proper {
  background-position: center center;
  height: 260px;
}

.full-page-proper div {
  height: 260px;
}

 /* (img px height / img px width x 100) = padding-bottom % */
#slideshow div, #slideshows div  { 
  position:absolute; 
  width:100%; 
  background-size:cover; 
  -webkit-transition:opacity 1s; 
  transition:opacity 1s 
}

.js #slideshow div, .js #slideshows div { 
  opacity:0 
}

.js #slideshow .show, #slideshow .show { 
  opacity:1 
}

.js #slideshows .show, #slideshows .show { 
  opacity:1 
}

span.ajax-loader {
  display: none !important; 
}

.copy {
  color: rgb(0, 114, 206);
}

a {
  color: rgb(0, 114, 206);
}

.copy h1 {
  margin-bottom: 0;
}

.copy p {
  font-size: 1.3em;
  line-height: 1.3em;
}

.copy .content {
  padding: 1em 0;
}

.content ul {
  font-size: 1.3em;
  line-height: 1.3em;
  padding-left: 0;
  list-style-type: none; 
  width: 90%;; 
  text-indent: 0; /* key property */
  margin-left: 1em; /* key property */
  margin-top: 0;
}


.content ul li {
  margin-bottom: 1em;
  }
  
 .content ul li:before {
  content: '\2013';
  position: absolute;
  margin-left: -20px;
}
  
  .contact-form {
    margin: 2em 0;
  }
  
  .contact-form input, .contact-form textarea {
    width: 100%;
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid rgb(0, 114, 206); 
    outline: none;
    color: rgb(0, 114, 206);
    font-weight: 200;
    letter-spacing: 0.06em;
  }
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 114, 206, 0.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 114, 206, 0.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 114, 206, 0.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 114, 206, 0.5);
}

.contact-form input[type=submit] {
  background: rgb(0, 114, 206);
  color: white;
  cursor: pointer;
  margin-bottom: 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none !important;

}

div.wpcf7-response-output {
    margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.06em;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
}

.ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .wide.column, .ui.stackable.grid > .column.grid > .column, .ui.stackable.grid > .column.row > .column, .ui.stackable.grid > .row > .column, .ui.stackable.grid > .column:not(.row), .ui.grid > .stackable.stackable.row > .column {
  padding: 1rem 0 1rem 0 !important;
}


