/*
travel.css the CSS sheet for the travel page, used to create this website.
Copyright 2019 Fabian Hoeltke
*/


body {
    font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
}

header {
  margin: 0;
  color: white;
  background-image: url('img/eastCoast/missionLookoutCropped.jpeg');
  background-color: #cccccc;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30% 0 26% 0%;
  margin-bottom: 30px;
  max-height: 100vh;

}
.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  padding: 0 0.5em 0 0.5em;
}

.hey {
  font-size: 300%;
  margin: 50px 0px 0px 0px;
  padding: 0 0.5em 0 0.5em;
}
.fabian {
  font-size: 630%;
  font-family: "gotham rounded", sans-serif;
}

h2 {
    margin-top: 1em;
    padding-top: 1em;
    color: #333;
    padding-bottom: 0.5em;
    border-bottom: 2px solid rgb(204, 225, 245);
}

a {
    color: #555;
    text-decoration: none;
}

main {
    max-width: 60em;
    margin: 0 auto;
    line-height: 1.5;
    padding: 0 1em;
}

.imageMap {
    margin-top: 10px;
    padding-top: 10px;
}

img.groupPicture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

/* Galleria itself is very ugly. Made it more adaptive to my site*/

.galleria{
    max-width: 820px;
    height: 450px;
    background: #FFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.galleria-theme-classic {
    position: relative;
    overflow: hidden;
    background: #FFF;
}

.galleria-theme-classic .galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #FFF;
    margin: 0 5px 0 0;
    border: #FFF;
    float: left;
    cursor: pointer;
}
.galleria-theme-classic .galleria-info-link {

    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #2960c9;
}
.galleria-theme-classic .galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #000;
}
.galleria-theme-classic .galleria-info-text {
    background-color: #FFF;
    padding: 12px;
    display: none;
    zoom: 1;
}

/* guide */
.eastCoastGuide {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

/* video */
iframe {
  border: 0px;
}

.video{
    margin-top: 30px;
    padding-bottom: 30px
}
.videoiframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Go Back to main page button */

.goBack {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.goBack a{
    margin-bottom: 1em;
    padding: 1em 1.5em 1em 1.5em;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out;
}

.goBack a:hover {
  box-shadow: 0px 5px 10px rgb(204, 225, 245);
}

/* CSS for the footer */

footer {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: rgb(232, 243, 253);
}

.landing{
  text-align: left
}
.landing a {
  margin-left: 105px;
}
.socialMedia img {
  max-width: 40px;
}
.socialMedia table {
  width: 150px;
  table-layout: fixed;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
footer p {
  color: #555;
  text-align: center;
}
