* {
    font-family: "webfont";
    box-sizing: border-box;
  }

  body, html {
    background-color: #F4F2EE;
  }

  a:link {
    text-decoration: none;
  }

.jumbotron {
    background-image: url("../images/TopImage.png");
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    margin: 0;
}

.jumbotron .vertical-center {
    margin: 0;
    padding-right: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jumbotron h1,p {
    font-family: thinfont;
}

.errormessage {
    display: block;
    padding-left: 50%;
    padding-top: 100px;
    transform: translate(-25%, 0);
}

.jumbotron .horizontal-center {
    margin: 0;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.jumbotron .vertical-center h1 {
    color: white;
    text-align: center;
    text-shadow: 1px 1px 5px black;
}

.jumbotron .vertical-center p {
    color: white;
    text-align: center;
    text-shadow: 1px 1px 5px black;
}

.jumbotron a {
    color: white;
    text-decoration: none;
}

.jumbotron a:visited {
    color: white;
}

.jumbotron h1 {
    color: white;
    text-shadow: 2px 2px 5px black;
}

.jumbotron h2 {
    color: white;
    text-shadow: 2px 2px 5px black;
}

.jumbotron p {
    color: white;
    text-shadow: 2px 2px 5px black;
}


@media (max-width: 768px) {
    .jumbotron {
        background-image: url("./images/TopImageNarrow.png");
        background-position: 0% center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 200px;
    }

    .jumbotron h1 {
        font-size: 7vw;
    }

    h2 {
        margin-left:4px;
        margin-right:4px;
      }
      
    .jumbotron p {
        font-size: 4vw;
    }

    .jumbotron a {
        font-size: 4vw;
    }
}

.snapshot { 
    display: flex;
    align-items: center;
}

.snapshot img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.snapshot .headerBlock {
    margin-left: 10px;
    margin-top: 10px;
    vertical-align: top;
}

.headerBlock h2 {
    margin-top: 0;
    text-align: left;
}

.linkButton {
    background-color: gray;
    padding: 14px;
    color: white;
    text-decoration: none;
    width: 200px;
    display:inline-block;
    margin-top: 10px;
    text-align: center;
}
.linkButton a {
    color: white;
    text-decoration: none;
}

.linkButton a:link {
    color: white;
}
    
.linkButton a:visited {
    color: white;
}

.wideLinkButton { 
    padding-left: 40px; 
    padding-right: 40px;
    margin-left: 40%;
    border: none;
}

footer {
    background: linear-gradient(to left, #75BF46, #0056A3);
    bottom: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .middle {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.top-nav {
    background: linear-gradient(to left, #75BF46, #0056A3);
    color: black;
    padding: 8px;
}

.top-nav .logo {
    transition: height 0.25s ease-out;
}

.top-nav a {
    color: white;
}

.body-content {
    margin-top: 50px;
    padding: 0;
}

@media (max-width: 768px) {
    .top-nav {
    }

    .top-nav .logo {
        transition: height 0.25s ease-out;
    }

    .body-content {
        margin-top: 68px;
        padding: 0;
    }

  .menu {
    margin-top: 60px;
  }
  .top-nav a {
    color: black;
}}

.darken {
    background-color: #00000099;
}

input, textarea { padding: 12px;}

.SocialLogo { margin: 10px;}

.SocialLogo a {
    font-family: 'socialfont';
    font-size: 40px;
}

.SocialLogo img {
    width: 32px;
}

.roundedBorder {
    margin-top: 30px;
    object-fit: cover;
    padding: 0;
}

.roundedBorder img {
    border-radius: 50%;
    margin: 0;
    border: 2px solid #3B8B73;
}

.aboutOwner {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer a:link {
    text-decoration: none;
    color: white;
}
footer a:visited {
    text-decoration: none;
    color: white;
}
footer a:hover {
    text-decoration: none;
    color: white;
}
footer a:active {
    text-decoration: none;
    color: white;
}

footer p {
    color: white;
}

@font-face {
    font-family: 'webfont';
    src: url('./fonts/SourceSansPro-Regular.ttf');
    font-weight: normal;
    font-style: normal
  }

@font-face {
    font-family: 'thinfont';
    src: url('./fonts/SourceSansPro-Light.ttf');
    font-weight: normal;
    font-style: normal
  }

@font-face {
    font-family: 'socialfont';
    src: url('./fonts/sociallogos-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    background-color: white;
}

.blogentry {
    border-radius: 8px;
    border: 1px solid #e0e0ef;
    background-color: white;
    margin-top: 20px;
}

.blog-container img {
    border-radius: 8px 8px 0 0;
}

.blog-container h1,h2,h3,p {
    margin: 10px;
}

.blog-container h1 {
    font-size: 16px;
}

.blogheader {
    position: relative;
}
.blogheader img {
    width: 100%;
    margin-left:0px;
}

.blogheader h1 {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: white;
    font-size: x-large;
    font-family: thinfont;
    text-shadow: 1px 1px 5px black;
}

.Comment {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #ddddbf;
    background-color: #ffffd5;
}

.ImageFill {
    width: 100%;
}

.blogContent {
    padding: 10px;
}

.affiliatelink {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #3B8B73;
    width: 256px;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}

.affiliatelink img {
    width: 150px;
}

.affiliatelink h3 {
    background-color: #3B8B73;
    color: white;
    padding: 10px;
    margin: -10px -10px 10px -10px;
    border-radius: 8px 8px 0 0;
}

@media (max-width: 768px) {
    .blogentry {
        border: 0;
        background-color: transparent;
        padding: 0;
        margin-top: 0;
    }

    .blog-container img {
        border-radius: 0;
        padding: 0;
    }

    .container {
        margin: 41px 0 0 0;
        background-color: white;
    }

    .col-md-8 { 
        padding: 0;
    }

    .spacer {
        margin-top: 20px;
    }
}
.placeholder {
    margin: 0 auto;
    min-height: 300px;
    background-color: white;
    border-radius: 10px;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 304px;
    height: 220px;
    position: relative;
}
