/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Start of Custom CSS */
/* General Rules for Elements throughout the page */
* {
  background: #E1F2DA;
}
header {
  margin: 0.694% 0% 0.694% 0%;
  width: inherit;
}
h1 {
  font-family: adobe-caslon-pro, Georgia, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  width: inherit;
  border-bottom: 1.5px solid black;
  padding: 15px 0px 10px 0px;
}
h2 {
  font-family: adobe-caslon-pro, Georgia, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.125rem;
  text-align: center;
}
p {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
/* Setting the main container for the 6-column structure */
main.cols-6 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 0rem;
}
  
main.cols-6 section {
  padding-right: 1rem;
  margin-bottom: 1rem;
  }
  
main.cols-6 section.extrapadding {
  padding-right: 4rem;
  }
  
main.cols-6 section.nopadding {
  padding: 0;
  }
/* width for 1-6 column struture within the main container */
main.cols-6 section.col1 {
  width: 16.66%;
  }
  
main.cols-6 section.col2 {
  width: 32.221%;
  }
  
main.cols-6 section.col3 {
  width: 50%;
  }
  
main.cols-6 section.col4 {
  width: 66.66%;
  }
  
main.cols-6 section.col5 {
  width: 83.33%;
  }
  
main.cols-6 section.col6 {
  width: 100%;
  }
/* Rules for Nav */
#nav1 {
  text-align: right;
  }
#nav2 {
  text-align: center;
  padding: 0px;
  }
#nav3 {
  text-align: left;
  padding-left: 1rem;
  }
  #nav1, #nav2, #nav3 {
    font-family: adobe-caslon-pro, Georgia, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
  }
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
#landing-banner {
  padding: 0px;
  position: relative;
}
#banner-image {
  position:absolute;
  top: 0;
  left: 0; 
  
}
/* Rules for Quote on Landing Page */
 #big-type {
  font-family: adobe-caslon-pro, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.563rem;
  color:#fff;
  background: transparent;
  border-bottom: none;
  position:absolute;
  top: 265px;
  left: 0;
  padding-left: 6.944%;
  padding-right: 6.944%;
  box-sizing: border-box;
}
/* Portrait Sits on the Left of Screen */
#intro-portrait {
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
#intro-text {
  box-sizing: border-box;
  padding-right: 5%;
}
.intro-title {
  text-align: left;
}
#border {
  border-bottom: 1.5px solid black;;
}
.section-header {
  padding-top: 1.5%;
}
.section-subheader {
  text-align: center;
}
/* Rules for making images spread */
#image1 {
  justify-content: left;
}
#image2 {
  justify-content: center;
  padding: 0px;
}
#image3-container {
  padding-right: 0px;
}
#image3 {
  justify-content: right;
  padding-right: 0px;
  width: 100%;
}
#imagecontainer {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  margin: 0px;
  padding: 0px;
}
/* Rules for button */
.button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  text-align: center;
  padding-top: 0.809%;
  padding-bottom: 0.809%;
  border: 1.5px solid black;
  width: 15%;
  margin: 0 auto;
}
.button:hover {
  border: 1.5px solid #fff;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.button:hover a {
  text-decoration: none;
  color: white;
  background: black;
}
.full-image {
  max-width: 50%;
}
 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* phone screen */
@media screen and (max-width: 357px) {
  main {
    flex-wrap: wrap;
  }

  main.cols-12 {
    display: flex;
    flex-wrap: none;
  }

  main.cols-6 section.col1,
  main.cols-6 section.col2,
  main.cols-6 section.col3,
  main.cols-6 section.col4,
  main.cols-6 section.col5,
  main.cols-6 section.col6 {
    width: 100%;
  }
/* tablet screen */
@media screen and (max-width: 768px) and (min-width: 358px) {
  main {
    flex-wrap: wrap;
  }

  main.cols-12 {
    display: flex;
    flex-wrap: none;
  }

  main.cols-6 section.col1,
  main.cols-6 section.col2,
  main.cols-6 section.col3,
  main.cols-6 section.col4,
  main.cols-6 section.col5,
  main.cols-6 section.col6 {
    width: 50%;
  }
}
}