body {
    background-attachment: fixed;
    background-color: #8E2333;
    color: white;
    font-family: Nunito, sans-serif;   
    
}

.bodyBlog {
    background-color: white;
    color: black;
    font-family: Nunito, sans-serif;
}


.navbar-header {
    background-color: white;
    border-bottom-color: #8E2333;
    border-bottom-width: 1px;
    border-bottom-style: solid;

}

.navbar {
      border-bottom-color: #8E2333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

h1 {
    font-size: 56px;
    padding-top: 50px;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-weight: 300;
}

.nopadding {
    padding: 0;
}

p {
    font-size: 1.2em;
    font-weight: 300;
}

.btn {
    background-color: #558ED5;
}

.container {
    margin-left: 0;
} 

.row1 {
    margin-top: 6.5em;
    margin-bottom: 3em;
}
.row1howitworks {
    margin-top: 3em;
}

.row2 {
    margin-top: 3em;
}

.oneColumn {
    margin-top: 2.2em;
    margin-bottom: 2.2em;
}

#logosmall, #logosmall2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logoblog {
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto
}


/*.fullWidth {
    width: 100%;
    position:absolute;
    left:0;
    right:0;
    height: 15em;
    margin-top: 3.6em;   
} */

input, textarea {
    color: black;
}

#contactForm {
    font-size: 125%;
}

#skyline {
    width: 100%;
}

        .bg {
            background: url("../images/Hamburg_Jumbo.jpg") no-repeat center center;
            background-size: cover;
            position: fixed;
            width: 100%;
            height: 520px; /*same height as jumbotron */
            top:0;
            left:0;
            z-index: -1;
            margin-top: 30px;
            
        }

        .jumbotronBlog {
            height: 520px;
            color: white;
            text-shadow: #444 0 1px 1px;
            background:transparent;
            padding-top: 3em;
            padding-left: 2em;
        }

        .bg1 {
            background: url("../images/rsz_hamburg2.jpg") no-repeat center center;
            background-size: cover;
            position: fixed;
            width: 100%;
            height: 600px; /*same height as jumbotron */
            top:0;
            left:0;
            z-index: -1;
            margin-top: 50px;
            border-bottom-color: white;
            border-bottom-width: 1.5px;
            border-bottom-style: solid;
        }

        .jumbotronBlog1 {
            height: 600px;
            color: white;
            text-shadow: #444 0 1px 1px;
            background:transparent;
            padding-left: 2em;
            margin-top: 50px;
        }

.row1blog {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #8E2333;
    color: white;
    padding-left: 2em;
    padding-top: 0.6em;
    padding-bottom: 1em;
       border-top-color: white;
            border-top-width: 1.5px;
            border-top-style: solid;
}

.row2blog {
    margin-top: 7em;
    padding-left: 1em;
    padding-right: 1em;
}

.row3blog {
     padding-left: 1em;
    padding-right: 1em;
}

.lead {
    font-size: 200%;
}

.location {
    font-weight: bold;
    color: #8E2333;
}

.lightfonts {
    font-weight: 300;
}

.personalInfo {
    display: table-cell;
    vertical-align: bottom;
}

.blogimg {
    margin: 0.5em;
    box-shadow: 1px 1px 2px #888888;
    float: right;
    border-style: solid;
    border-color: black;
    border-width: thin;   
}

.blogEntry {
    font-family: 'Nunito', sans-serif;
    font-size: 120%;
    font-weight: 300;
}

.secondheading {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: white;
    color: #8E2333;
      padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2em;
    text-align: left;
}

.row3index {
    margin-top: 15em;
    text-align: center;
}
    
.relative {
    position: relative;
}

.secondheading {
    text-align: center;
}

.btnmenu {
    text-align: center;
    align-content: center;
    align-items: center;
}

.pushdown {
    height: 100px;
}

.pushdown2 {
    height: 150px;
}

#fulllogo {
    margin-top: 50px;
}

.whiteborder {
    border-style: solid;
    border-width: 1.5px;
    border-color: white;
}

.strong {
    text-transform: uppercase;
}

.hiw {
    font-size: 1.5em;
}

.frame {
    background-color: lightgray;
    color: black;
    padding: 10px;
    font-size: 1.3em;
    font-weight: 300;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

.small {
    font-weight: 300;
    font-size: 70%;
}


/*
hover effects
*/

        .hvr-grow-shadow {
          display: inline-block;
          vertical-align: middle;
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-property: box-shadow, transform;
          transition-property: box-shadow, transform;
        }
        .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
        }

        /* Glow */
        .hvr-glow {
          display: inline-block;
          vertical-align: middle;
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-property: box-shadow;
          transition-property: box-shadow;
        }
        .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        }

/*
hover effects end
*/

.arrowdown {
  padding-top: 420px;   
    font-size: 300%;
}

.arrowdown1 {
  padding-top: 200px;   
}

.footer {
  position: relative;
  height: 50px;
    margin-top: 70px;
    font-size: 0.8em;
    text-align: center;
    opacity: 0.5;
} 

.linkfooter {
    color: white;
}

.linkfooter2 {
    color: black;
}

.linksilver {
    color: silver;
}

.fixedElement {
    position:fixed;
    z-index:100;
    width: 23%;
}

.marginBottom {
    margin-bottom: 50px}

.p-terms {
    font-size: 85%;
}

/*Tooltip */
        #tooltip
        {
            text-align: center;
            color: #fff;
            background: #111;
            position: absolute;
            z-index: 100;
            padding: 15px;
        }

            #tooltip:after /* triangle decoration */
            {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #111;
                content: '';
                position: absolute;
                left: 50%;
                bottom: -10px;
                margin-left: -10px;
            }

                #tooltip.top:after
                {
                    border-top-color: transparent;
                    border-bottom: 10px solid #111;
                    top: -20px;
                    bottom: auto;
                }

                #tooltip.left:after
                {
                    left: 10px;
                    margin: 0;
                }

                #tooltip.right:after
                {
                    right: 10px;
                    left: auto;
                    margin: 0;
                }
/* End Tooltip */

/* Socia-Buttons */

                ul.share-buttons{
                  list-style: none;
                  padding: 0;
                }

                ul.share-buttons li{
                  display: inline;
                }
/* End Socia-Buttons */
