* {
    box-sizing: border-box;
    margin: 0;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    top:0!important;
}

h1{
    font-size: 185%;
    font-weight: 700;
    letter-spacing:0.1em;
}

.bar-button{
    border-radius: 5px;
    background-color: red;
    box-shadow: 1px 0 7px 0 white;
}

@media (min-width: 510px) {
    h1 {
        font-size: 300%;
    }
    p.bottom-reference{
        font-size: 1.5em;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 400%;
    }
    p.bottom-reference{
        font-size: 2.2em;
    }
}

@media(max-width: 425px){
    div#Successful .page h2{
        font-size: 2em;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    div#Ideas .page{
        font-size: 75%;
    }
    div#Ideas .page h2{
        font-size: 300%;
    }
}

main{
    margin-top: 3.5em;
}

ul{
    list-style-type:none;
}

em{
    color: gray;
    font-family: 'Merriweather', serif;
    font-size:130%;
    text-align:center;
    text-shadow: 1px 1px 1px #B5B5B5;
    letter-spacing: 0.010em;
}

a{
    text-indent: 0;
}

.figure-center{
    display: flex;
    align-items: center;
    justify-content: center;
}



 .page h2{
     font-size: 2.5em;
     color: white;
     text-shadow: 0.05em 0.05em 0.05em black;
     font-weight: 400;
     letter-spacing: 0.1em;
 }

.jumbotron {
    height: 35em;
    color: white;
    text-shadow: 0.1em 0.1em 0.1em black;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

#home-jumbotron.jumbotron{
    position : relative;
    background-image: url("../Images/businessman_960_720.jpg");
}

.page.jumbotron{
    background-color: lightgrey;
}

.jumbotron.decision{
    background-image: url("../Images/business-background_960_720.png");
}

.jumbotron h3{
    font-size: 1.4em;
    text-shadow: none;
}
#Decision img{
    height: 375px;
    width: 100%;
}

/* Style tab links */
.tab-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.tab-link:hover {
    background-color: #777;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.0em;
    padding-right: 1.0em;
    color: white;
}

.navbar-dark .navbar-nav .nav-link:focus{
    color: white;
}

    /* Style the tab content*/
.tab-content {
    color: black;
    display: none;
}

.post{
    color: black;
    font-family: 'Ubuntu', sans-serif;
    text-indent: 20px;
    font-size: 100%;
    text-align:justify;
}

div.post h2{
    color: #121712;
    font-family: 'Merriweather', serif;
    font-size:180%;
    text-align:center;
    text-shadow: 2px 2px 2px #B5B5B5;
}

.row figure img{
    max-width: 100%;
    padding: -24px;
    box-shadow: 0 1em 0.9rem rgba(0, 0, 0, 0.15);
}

.spacer{
    height: 13em;
}

.half-spacer{
    height: 6em;
}

.spacer-vertical{
    max-width: 5em;
}

.reference{
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 0.10em;
}

.icon img{
   max-width: 50%;
}

span{
    text-shadow: none;
}

.bottom-reference{
    text-shadow: none;
    color: black;
    font-size: 1em;
    letter-spacing: 0.05em;
}

.Video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:35em;
    object-fit: cover;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../Images/businessman_960_720.jpg");
    background-size: cover;
    width: 100%;
    height: 35em;
    opacity: 0.2;
}

#google_translate_element,.skiptranslate{
    width: 6.7rem;
    color: #343a40;
    margin-left: 2rem;
    height: 0;

}

.skiptranslate.goog-te-gadget{
    color: #343a40;
}

.goog-logo-link,.goog-te-banner, .goog-te-banner-frame.skiptranslate{
    display: none;!important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #747272;
    text-decoration: none;
}

.goog-te-gadget .goog-te-combo {
    color: wheat;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding: 8px !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    line-height: 2rem !important;
}

.goog-te-gadget .goog-te-combo option {
    color: #6c757d;
}

#goog-gt-tt.skiptranslate {
    display: none !important;
}

.goog-text-highlight {
    background-color: inherit !important;
    box-shadow: none !important;
}

table.skiptranslate{
    opacity: 0;
}

span{
    color: gray;
    font-family: 'Merriweather', serif;
    font-size: 130%;
    text-align: center;
    text-shadow: 1px 1px 1px #b5b5b5;
    letter-spacing: 0.010em;
}

h2:before {
    content: ' ';
    display: block;
    background-color: red;
    width: 5px;
    margin: 2px 0 2px 10px;
}