/* @font-face {font-family: 'Gugi'; src: url('../fonts/Gugi-Regular.ttf');}
@font-face {font-family: 'Montserrat'; src: url('../fonts/MontserratAlternates-Regular.ttf');}
@font-face {font-family: 'Play'; src: url('../fonts/Play-Regular.ttf');}
@font-face {font-family: 'Alternian'; src: url('../fonts/orwurm-alternian.ttf');}
@font-face {font-family: 'TrollType'; src: url('../fonts/trolltype.ttf');}
@font-face {font-family: 'Roboto'; src: url('../fonts/Roboto-Medium.ttf');} */
@import url('https://fonts.googleapis.com/css2?family=Play&family=Roboto&display=swap');
/*
    font-family: 'Montserrat';

    font-family: 'Gugi';

    font-family: 'Play';
*/
:root  {
    font-size: 16px;
}

html, body {
  margin:0;
  padding: 0;
  background-image: url("../pictures/moobackgrounds-water12.jpg");
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
}

main.container {
  max-width:1600px;
  width: 90%;
  min-width: 320px;
  margin-top: 0;
  top:0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: url("../pictures/river.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #7CA2A2;
  font-family: 'Play', sans-serif;
}

h2.homeinfo {
}

article {
  width:90%;
  margin: auto;
}

article.flexpage {
    display:flex;
    flex-direction: column;
    margin: auto;
}

footer {
  text-align: center;
}

footer p.footer {
  font-size: 7.5pt;
  font-family: monospace;
  font-weight: lighter;
}

div.rowFlex {
    display: flex;
    flex-direction: row;
}

div.rowFlex p {
    padding: auto;
}

ul {
    list-style-position: inside;
    padding: 0;
    max-width: 650px;
    margin: auto;
}

ul li {
    padding-bottom: 4px;
    text-align: left;
}

picture {
    width:100%;
}

source, img {
    width: 90%;
    max-width: 500px;
}

.imageRight {
    float: right;
}

.imageLeft {
    float: left;
}

.standardSizeImage {
    width: 400px;
    height: 300px;
}

.centrePosition {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
}

.linkToForm {
    font-size: 2rem;
    border: 2px solid black;
    border-radius: 3px;
    width: 400px;
    margin: auto;
    background-color: var(--navBgCol);
    color: white;
    text-decoration: none;
    padding: .5rem;
    margin-bottom: .5rem;
}

.linkToForm:hover {
    transition: .1s;
    background-color: var(--navBgHover);
    text-decoration: underline;
}

.journeyLink {
    padding: 2px;
    text-decoration: underline;
    background-color: #3E5151;
    border: solid 2px #000000;
    border-radius: 5px;
    color: #ffffff;
}

#membershipForm {
    margin: auto;
    margin-bottom: 5px;
    padding: 1px 5px;
    max-width: 500px;
}

picture {
    margin: 5px;
}

div.labelPair {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 300px;
    margin: auto;
    margin-bottom: 5px;
}

hr  {
    width: 90%;
    margin: auto inherit;
    border: 1px solid black;
}

button#submit  {
    color: white;
    border: none;
    background-color: #228822;
    font-size: 1.5rem;
    margin: 1rem;
    border-radius: 3px;
    padding: 12px;
}

button#submit:hover  {
    transition: all .2s ease;
    transform: scale(1.02);
    cursor: pointer;
}

@media screen and (max-width: 820px) {
    main.container {
        width: 100%;
    }
}
