* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}
html {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background {
  /* Full height */

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-secondary {
  /* background-image: url("images/emily_main.jpg"); */
  background-color: rgb(61, 62, 63);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  min-height: 500px;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

/* .backgroundImage {
  background-image: url("images/background-secondary.jpg");
  border: none;
  height: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
} */

.background-image {
  /* background-image: url("images/emily_main.jpg"); */
  background-color: rgb(61, 62, 63);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; 
  /* height: calc(100vh - 50px);  */
  min-height: 500px;
  /* overflow-y: scroll; */
  background-attachment: fixed;
  position: fixed;
}


button {
  cursor: pointer;
  box-shadow: 3px 3px 2px grey;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  padding-left:2px;
  padding-right:2px;
}

ul {
  list-style-type: none;
}

.input-button {
  cursor: pointer;
  box-shadow: 3px 3px 2px grey;
  width: 100px;
}
.input-box {
  background-color:lightyellow;
  box-shadow: 3px 3px 2px grey;
  width: 180px;
  height:25px;
  padding:5px;
 
}

.gallery-container {
  height: calc(100vh - 200px);
  min-width: calc(100vw - 14px);
  /* background-color:grey; */
  display: flex;
  flex-flow:row wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
  padding-left: 7px;
  padding-right: 7px;
}

/* .gallery-container a{
  min-width: 100px;
} */
.gallery-image-thumb-container {
  max-height:450px;
  max-width: 300px;
  /* background-color: white; */
  border-radius: 10px;
  /* padding:10px 10px; */
  transition: .5s;
  padding-bottom: 20px;
}

.gallery-image-thumb-container:hover {
  filter: grayscale(75%);
  transform: scale(1.1);
}


.gallery-descriptions{
  font-family: 'Fondamento', cursive;
  text-align: center;
  font-weight: 300;
  color:white;
  size: 1.2em;
  }


.font-Fondamento {
    font-family: 'Fondamento', cursive;
}

.thumb-label {
font-family: 'Fondamento', cursive;
text-align: center;
font-weight: 300;
color:white;
font-size: 1.5em;
}

.gallery-title {
font-size: 4.0em; 
color:white;
}

.title-name {
  font-family: 'New Tegomin', serif;
  font-size: 60px;
  color: rgb(211,211,211)
}

.title-buttons {
  width:300px; 
  height:100px;
  border-radius:10px;
  background-color: rgb(211,211,211);
  padding:10px;
  box-shadow: 7px 9px #888888;
}

.title-buttons-font {
  text-align: center;
  font-size: 33px;
  color:black;
}

.media-size-spacer {
  height:1px;
}

.font80 {
  font-size: 80px;
}

.indexButtonGallery {
  max-width:300px;
  height:300px;
  border-radius:10px;
  background-color: black;
  box-shadow: 7px 7px 5px #454443;
}

.indexButtonGallery img {
  width:300px;
  height:240px;
  object-fit: scale-down;
}

.indexButtonGallery p {
  text-align: center;
  font-size: 33px;
  color:white;
}

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

  .indexButtonGallery {
    max-width:175px;
    height:175px;
    border-radius:10px;
    background-color: black;
    box-shadow: 7px 7px 5px #454443;
  }

  .indexButtonGallery img {
    width:175px;
    height:140px;
    object-fit: scale-down;
  }

  .indexButtonGallery p {
    text-align: center;
    font-size: 18px;
    color:white;
  }

  .thumb-label {
  font-weight: 100;
  color:lightgoldenrodyellow;
  font-size: 1.0em;
  }
  .gallery-title {
  font-size: 2.0em; 
  }
  .title-name {
    font-family: 'New Tegomin', serif;
    font-size: 25px;
    color: rgb(211,211,211)
  }
  .title-buttons {
    width:100px; 
    height:30px;
    border-radius:3px;
    background-color: rgb(211,211,211);
    padding:10px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 3px 6px #888888;
  }
  .title-buttons-font {
    font-size: 14px;
    color:black;
  }
  .font80 {
    font-size: 40px;
  }
  .font12Small {
    font-size: 14px;
  }
  .media-size-spacer {
    height:20px;
  }
}

.bottom-aligner {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  width: 0px;
}

.gallery-java{
  margin: 10px 10px;
  display: flex;
  flex-flow:row wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
}

.gallery-java-large{
  margin: 10px 10px;
  display: flex;
  flex-flow:row wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
}

.gallery-java img {
  transition: .5s;
  padding:10px;
  width:300px;
  }

.gallery-java-large img {
  transition: 1s;
  padding:10px;
  width:600px;
  }

.gallery-java img:hover {
  filter: grayscale(75%);
  transform: scale(1.1);
}

.gallery-java-large img:hover {
  filter: grayscale(25%);
  transform: scale(1.1);
}

.gallery-image1 {
  order: 1;
  flex-grow: 1;
  /* height:300px; */
  width: 300px;
  /* background-color: grey; */
  padding:10px;
}

.gallery-image2 {
  order: 2;
  flex-grow: 1;
  /* height:300px; */
  width: 864px;
  height: auto;
  max-width: 900px;
  /* background-color: rgb(71, 255, 141); */
  padding:10px;
}

.gallery-image3 {
  order: 1;
  flex-grow: 1;
  /* height:300px; */
  width: 500px;
  /* background-color: grey; */
  padding:10px;
}

.gallery-iframe-container {
  display: flex; 
  width: 100%; 
  height: 100%; 
  flex-direction: column; 
  background-color: rgb(61,62,63); 
  overflow: hidden;
}

.gallery-iframe { 
  flex-grow: 1;
  border: none; 
  margin: 0; 
  padding: 0; 
}


.video-embed {
  width: 100%;
  height: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

/* .videoWrapper object, */
.videoWrapper-embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Person-Select {
  width:200px;
}
.selector{
  box-shadow: 3px 3px 2px rgb(247, 186, 186);
}

body {
  /* background-image: url("images/emily_main.jpg"); */
  background-color: rgb(61, 62, 63);
  width: 100vw;
  display: flex;
  flex-direction: row;
  background-attachment: fixed;
  /* height: 90%; */
  /* overflow: scroll; */
}

.main-page{
  padding-bottom: 20px;
}

.wrapper-main{
  /* min-height: calc(100vh - 160px); */
  /* min-width: calc(100vw - 20px); */
  /* width: 900px; */
  margin: 0 auto;
  background-color: rgb(61, 62, 63);

  overflow:scroll;
  overflow-x:hidden;
  /* overflow: scroll; */
  /* padding: 50px; */
}

.wrapper-main-index{
  min-height: calc(100vh - 160px);
  min-width: calc(100vw - 20px);
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  /* padding: 50px; */
}

.wrapper-main-gallery {
  min-height: calc(100vh - 200px);
  min-width: calc(100vw - 20px);
  margin: 0 auto;
  /* padding: 10px; */
  /* background-color: white; */
}

.wrapper-main-words {
  width: 100%;
  margin: 0 auto;
  background-color: #333;
}

header {
  /* width: calc(100% - 30px); */
  width: 100%;
  min-height: 60px;
  padding: 0 15px;
  /* background-color: #FFF; */
  /* opacity: 0.5; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer {
  width: 100%;
  height: 60px;
  /* background-color: #FFF; */
  /* opacity: 0.5; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-header-main {
  /* width: 100%; */
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-size-adjust: auto;
}

.header-logo {
  height: 35px;
  width:70px;
  padding-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .header-logo img {
  width: 100%;

 } */

.footer-logo {
  width:248px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.nav-header-main img {
  height: 100%;
  width: 70px;
  padding-right: 5px;
}

.nav-header-main ul {
  height: 100%;
  /* width: 750px; */
}

.nav-header-main ul li {
  list-style: none;
  float: left;
  height: 100%;
  text-size-adjust: 70%;
}
.nav-header-main ul li :hover {
  
  font-weight: bold;
  color:#baf3a7e5;
  
}
.nav-header-main ul li a {
  display: block;
  height: 100%;
  padding: 0 10px;
  border-radius: 6px;
  /* line-height: 48px; */
  font-family: arial;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}

.header-login {
  height: 60%;
  display: flex;
  flex-direction: row;
  /* width: 200px; */
  color: white;
 float: right;
}

.header-login form {
  height: 100%;
  /* width: 450px; */
}

.header-login form input {
  height: 100%;
  width: 160px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  background-color: #F6F6F6;
  float: left;
  margin-left: 8px;
  font-family: arial;
}

.header-login form button {
  height: 100%;
  padding: 0 10px;
  border: none;
  border-radius: 4px;
  background-color: #FFF;
  margin-left: 8px;
  font-family: arial;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

.header-button {
  height: 100%;
  /* padding: 0 10px; */
  border: none;
  border-radius: 4px;
  background-color: #FFF;
  margin-left: 8px;
  font-family: arial;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

.header-signup {
  height: 100%;
  width: 70px;
  padding: 0 6px;
  border: none;
  border-radius: 4px;
  margin-left: 8px;
  font-family: arial;
  font-size: 13px;
  line-height: 36px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
}

main {
  padding-top: 20px;
}

.section-default {
  min-height: calc(100vh - 200px);
  min-width: calc(100vw - 20px);
  border-radius: 6px;
  /* background-color: #FFF; */

}
.section-default-words {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background-color: #FFF;
}

.login-status {
  text-align: center;
  font-size: 36px;
  font-family: arial;
  color:white;
}

h1 {
  text-align: center;
  font-size: 26px;
  font-family: arial;
  color: #111;
}

.fa {
  padding: 2px;
  font-size: 40px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 5px;
}

.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
/* signup.php */

.form-signup {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 200px;
}

.form-signup input {
  width: calc(100% - 5px);
  height: 30px;
  padding: 0 15px;
  margin-bottom: 6px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #F6F6F6;
  float: left;
  font-family: arial;
}

.form-signup button {
  display: block;
  height: 35px;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  background-color: #333;
  font-family: arial;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
.signuperror {
  padding-top: 14px;
  font-family: arial;
  font-size: 16px;
  color: red;
  text-align: center;
}

.signupsuccess {
  padding-top: 14px;
  font-family: arial;
  font-size: 16px;
  color: green;
  text-align: center;
}

.form-error {
  color: red;
}

.form-success {
  color:green;
}

.input-error {
  /* box-shadow: 0 0 5px red; */
  box-shadow: 3px 3px 2px red;
  border: 4px solid red;
  border-radius: 4px;
}

.form-message {
  font-family: arial;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

/* form {
  margin: 0 auto;
  padding-top: 20px;
  width: 300px;
} */



/* form input, select, textarea {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0 15px;
  margin-bottom: 6px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #F6F6F6;
  float: center;
  font-family: arial;
} */

div.a {
  width: 100%;
  background-color: #e6f5ff;
  padding: 20px;
  word-wrap: normal;
  font-family: serif;
}
div.b {
  width: 100%;
  background-color: #ffe6f2;
  padding: 20px;
  word-wrap: normal;
  font-size: 20px;
}
div.c {
  width: 100%;
  background-color: #ccffcc;
  padding: 20px;
  word-wrap: normal;
}

.form-input-email {
  margin: 0 auto;
  width: 300px;
  height: 20px;
  padding: 15px 2%;
  box-shadow: 3px 3px 2px grey;
  font-family: arial;
  /* border: 2px solid #CCC;
  border-radius: 4px; */

  /* float: center; */

}

.p-font12{
  font-size: 1.2em;
}

.font-tangerine {
  font-family: "Tangerine", serif;
  text-align: center;
  text-shadow: blue;
  font-weight: 700;
 }



form textarea {
  margin: 0 auto;
  padding: 6px 5%;
  width: 300px;
  height: 100px;
  resize: none;
  font-family: arial;
}

.form-textarea {
  margin: 0 auto;
  padding: 6px 5%;
  width: 500px;
  height: 200px;
  resize: none;
  font-family: arial;
  box-shadow: 3px 3px 2px grey;
  /* border: 2px solid black;
  border-radius: 4px; */

}

.form-contact {
  margin: 0 auto;
  padding-top: 20px;
  width: 300px;
}

.column {
  float: left;
  width: 45%;
  padding: 10px;
  
}
.column-center-words {
  float: right;
  width: 100%
}


.main-text-h1 {
  font-size: 2.0em; 
  color:white;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }

  /* Mobile: logo toggles menu, nav links hidden until open */
  .nav-header-main {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .header-logo {
    cursor: pointer;
  }
  .header-logo:hover,
  .header-logo:focus {
    outline: 2px solid rgba(186, 243, 167, 0.6);
    outline-offset: 2px;
  }
  .nav-header-main .nav-menu,
  .nav-header-main ul.nav-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #333;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 100;
  }
  .nav-header-main .nav-menu li {
    float: none;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .nav-header-main .nav-menu li a {
    display: block;
    padding: 14px 15px;
    font-size: 16px;
    height: auto;
  }
  .nav-header-main.nav-menu-open .nav-menu,
  .nav-header-main.nav-menu-open ul.nav-menu {
    display: flex !important;
  }

  .header-logo {
    height: 20px;
    width:50px;
    padding-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-header-main ul li a {
    display: block;
    height: 100%;
    padding: 0 10px;
    border-radius: 6px;
    /* line-height: 48px; */
    font-family: arial;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
  }

  .header-login {
    height: 60%;
    display: flex;
    flex-direction: row;
    /* width: 200px; */
    color: white;
   float: right;
  }
  
  .header-login form {
    height: 100%;
    /* width: 450px; */
  }
  
  .header-login form input {
    height: 100%;
    width: 80px;
    padding: 2px 2px;
    border: none;
    border-radius: 4px;
    background-color: #F6F6F6;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    font-family: arial;
  }
  
  .header-login form button {
    height: 100%;
    padding: 2px 2px;
    border: none;
    border-radius: 2px;
    background-color: #FFF;
    margin-left: 2px;
    margin-right: 2px;
    font-family: arial;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    text-align: center;
  }

  .main-text-h1 {
    font-size: 1.5em; 
    color:white;
  }

  main {
    padding-top: 0px;
  }

  footer {
    width: 100%;
    height: 20px;
    /* background-color: #FFF; */
    /* opacity: 0.5; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-logo {
    width:124px;
    height: 25px;
    justify-content: center;
    align-items: center;
  }

  .gallery-container {
    height: calc(100vh - 120px);
    min-width: calc(100vw - 14px);
    /* background-color:grey; */
    display: flex;
    flex-flow:row wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    padding-left: 7px;
    padding-right: 7px;
  }

}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.columns {
  column-count: 2;

}

.left-side{
  width: 50%;
  background-color: white;
  float: left;
  height: 500px;

}

.right-side{
  width: 50%;
  background-color:  yellow;
  float: right;
  height: 500px;
}

.image {
  padding: 5px;
 
}


/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 50%;
  height: 500px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 50%;
  height: 500px;
  /* background-color: #f1f1f1;
  padding-left: 20px; */

}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* RESET PASSWORD */

.form-resetpwd {
  margin: 0 auto;
  width: 280px;
}

.form-resetpwd input {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0 15px;
  margin-bottom: 6px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #F6F6F6;
  float: left;
  font-family: arial;
}

.form-resetpwd button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

.p-forgetpwd {
  display: block;
  padding: 10px 0;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-family: arial;
  color: #111;
}



.very-specific-design {
  width: 200px;
  height: 100px;
  padding: 20px;
  text-align: center;
  background: white;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -30%);
  transform-origin: center center;
}

.scaleable-wrapper {
  padding: 20px;
  resize: both;
  position: relative;
  background: #666;
  height: 100px;
}

.ui-resizable-se {
  width: 10px;
  height: 10px;
  background: orange;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bigred {
  color: red;
  font-size: 5rem;
}

/* Email styling */

.email-p {
  padding-top: 16vh;
  margin-bottom: 10px;
  text-shadow: 0px 5px #295C7F;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
}

.email-contact-form {
  width: 400px;
  margin: 0 auto;
}

.email-input {
  width: 94%;
  height: 40px;
  padding: 0 3%;
  margin-top: 10px;
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 3px 0px 0px #bdd5e6;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #000000;
}

.email-textarea {
  width: 94%;
  height: 200px;
  padding: 10px 3%;
  margin-top: 10px;
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 3px 0px 0px #bdd5e6;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  resize: none;
}

.email-button {
  display: block;
  width: 40%;
  height: 40px;
  margin: 10px auto 0;
  border: none;
  border-radius: 4px;
  background-color: #295C7F;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  box-shadow: 0px 2px 2px 0px #abcce2;
  cursor: pointer;
}

.email-button:hover {
  box-shadow: 0px 3px 0px 0px transparent;
  position: relative;
  top: 3px;
}

/* input:focus, textarea:focus {
  box-shadow: 0px 3px 0px 0px transparent;
  position: relative;
  top: 3px;
} */

.slide-body {
  min-height: 500px;
  display: grid;
  place-items: center;
}

.slider {
  height: 500px;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.slide-track {
  display: flex;
  width: calc(2000px *6);
  animation: scroll 300s linear infinite;
}

.slide-track:hover {
  animation-play-state: paused;
}

.slide {
  height: 500px;
  width: 2000px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.slide img {
  width: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-2000px * 6));
  }
}


.gallery-upload {
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  background-color: #F2F2F2;
}

.gallery-upload h2 {
  font-family: Catamaran;
  font-size: 28px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

.gallery-upload form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.gallery-upload form input {
  width: 220px;
  height: 30px;
  margin-top: 10px;
  padding: 0 15px;
  border-radius: 100px;
  box-shadow: none;
  border: 1px solid #ccc;
}

.gallery-upload-file-input {
  padding-top: 8px !important;
  background-color: #fefefe;
}

.gallery-upload form button {
  width: 120px;
  height: 30px;
  margin-top: 10px;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  background-color: #4EADFF;
  color: #fff;
  font-weight: 700;
}

.ftp-gallery-links h2 {
  font-family: Catamaran;
  font-size: 28px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}


.ftp-gallery-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}

.ftp-gallery-container a {
  width: 400px;
  margin: 20px 10px 0;
}

.ftp-gallery-container a:hover {
  opacity: 0.8;
}

.ftp-gallery-container a div {
  width: auto;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ftp-gallery-container a h3 {
  font-family: Catamaran;
  font-size: 20px;
  font-weight: 700;
  color: white;
  padding-top: 16px;
  line-height: 26px;
}

.ftp-gallery-container a p {
  font-family: Catamaran;
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding-top: 4px;
  line-height: 20px;
}