html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ''; clear: both; height: 0; }
html { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit}
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden;}

/* Custom Styles Start Here */

html {
  font-family: 'Roboto', sans-serif;
  background-color: #e6e6e6;
  scroll-behavior: smooth;
}

/* Header */

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background-image: linear-gradient(to right, #fff, #ABF7B1);
  position: fixed;
  width: 100%;
}

nav a {
  padding: 15px 10px;
  text-decoration: none;
  color: black;
  transition-duration: 0.4s;
  border-radius: 20px;
}

nav a:hover {
  background-color: white;
  border-radius: 20px;
  opacity: 50%;
}

nav a:active {
  background-color: transparent;
  opacity: 90%;
}

nav img {
  height: 100%;
  width: 120px;
}

.topNav {
  margin-right: 20px;
}

/* Wrapper */

.wrapper {
  max-width: 1000px;
  margin: auto;
}

.stretchImage {
  padding-top: 70px;
  width: 100%;
}

/* Title Section */

.title {
  text-align: center;
  font-family: 'EB Garamond', serif;
}

/* Main Section */

main {
  background-color: #f5f5f5;
  margin: 20px;
}

.wogsa2022Content h2 {
  margin: 0;
}

.wogsa2022Content {
  background-color: #f5f5f5;
  padding: 40px;
  box-shadow: 2px 2px 10px #888888;
}

.groupPhoto {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tbMain {
  display: flex;
  justify-content: space-between;
}

.taylorBarnes {
  background-color: #f5f5f5;
  padding: 40px;
  box-shadow: 2px 2px 10px #888888;
}

.taylorBarnes h2 {
  margin: 0;
}

.eventPairings {
  display: none;
}

.eventPairings h2 {
  margin: 20px 0px;
}

.pairingsButton {
  background-color: #4CAF50;
  border: solid 1px #4CAF50;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
}

.pairingsButton:hover {
  background-color: #f5f5f5;
  color: #4CAF50;
  border: solid 1px #4CAF50;
}

/* Pairings Table */

.divTable{
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableCell {
	display: table-cell;
	padding: 5px 10px;
}

.divTableHeading {
	background-color: #dddddd;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.divTableRowTop {
	border-top: 1px solid #999999;
}

/* Sponsors Section */

.footerPhoto {
  width: 100%;
}

.sponsors {
  background-color: #f5f5f5;
  padding: 40px;
  box-shadow: 2px 2px 10px #888888;
}

.sponsors h2 {
  margin: 0px 0px 20px 0px;
}

.sponsors li {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.sponsors ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 220px;
}

/* Contact Section */

.contactImage {
  width: 100%;
}

.contact {
  background-color: #f5f5f5;
  padding: 40px;
  box-shadow: 2px 2px 10px #888888;
}

/* Responsive Design */

.icon {
  display: none;
}

.xIcon {
  display: none;
}

@media screen and (max-width: 800px) {
  nav {
    display: block;
  }
  .topNav {
    margin-right: 0px;
  }
  nav img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .topNav a {display: none;}
  .topNav a.icon {
    float: right;
    display: block;
    padding: 25px 20px;
    border-radius: 0;
  }

  .topNav.responsive {
    position: relative;
    top: 70px;
    background-image: linear-gradient(to right, #fff, #ABF7B1);
    color: white;
  }
  .topNav.responsive a.icon {
    display: none;
  }
  .topNav.responsive a.xIcon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px 20px;
    border-radius: 0;
  }
  .topNav.responsive a {
    float: none;
    display: block;
    text-align: left;
    border-radius: 0;

  }

  .tbMain {
    flex-direction: column;
  }

  .pairingsButton {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 700px) {
  .sponsors ul {
    max-height: 700px;
  }
}