h1 {
    margin-top: 20px;
    font-size: 83px;
}

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    color: white;
}

.img-feature {
    padding: 0 !important;
    margin: 0 !important;
    width: 110%;
}

.col-5 {
    margin-top: 5px;
}

.col {
    margin: 0px !important;
    padding: 0px !important;
}

@media only screen and (max-width: 1012px) {
    .img-feature {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        height: auto !important;
        margin-top: 10px;
        overflow: visible;
    }
}
.caption-twoWords {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    color: white;
}

.caption > p {
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;
    color: white;
    font-size: 300%;
    font-weight: bold;
    text-shadow: 3px 0px 4px rgb(46, 46, 46);
}

.caption-twoWords > p {
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;
    color: white;
    font-size: 300%;
    font-weight: bold;
    text-shadow: 3px 0px 4px rgb(46, 46, 46);
}


.pointedList{
    list-style-image: url("img/dotBullet.png");
}
p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, a , li, ul {
    font-family: 'Open Sans', sans-serif;
}

.custom-black {
    color: black !important;
}

.custom-nav-space-beetween-elements {
    margin-left: 32px;
}

.custom-own-margin-down-mainpage {
    margin-bottom: 25px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.shadowForBox {
    box-shadow: 1px 1px 3px grey;
}

.custom-container-fluid90per {
    width: 90% !important;
}

.custom-info-paragraph {
    font-size: 18px;
}

p,ul,li {
    color: #707070;
}
h3{
    color: #707070;
}

h4 {
    margin-top: 10px;
    color: #707070;
}

.font-feature {
    font-size: 60%;
}


.langBtn{
    background-color: gray;
    border-radius: 5px;
    border: none;
}
a {
    text-decoration: none;
    display: inline-block;
    opacity: 1;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1,);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.interactiveBlock:hover {
    opacity: .7;
    transform: scale(1.05, 1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.nav-tabs {
    margin-bottom: 20px;
    border-color: #707070;
}

.nav-tabs > .nav-item > .nav-link {
    color: #707070 !important;
    background-color: transparent !important;
    border-radius: 0px;
    margin-bottom: 0px;
}

.nav-tabs > .nav-item > .active {
    color: #FFFFFF !important;
    background-color: #343434 !important;
    border-radius: 0px;
    border-color: #343434;
    margin-bottom: 0px;
}

.custom-form {
    border-style: none solid none none !important;
    padding-right: 10px !important;
    border-width: 1px;

}

.custom-form > input {
    vertical-align: text-top;
    margin: 2px;
    background-color: #F6F6F6;
    color: #707070;
    width: 100%;
    border: none;
}

.custom-form > textarea {
    vertical-align: text-top;
    margin: 2px;
    background-color: #F6F6F6;
    color: #707070;
    width: 100%;
    border: none;
}

.custom-form > .submit {
    margin: 10px 0 0 0;
    width: 120px;
    padding: 5px;
    background-color: #31C5F4;
}

.shop-link-amazon > h4 > a:link {
    color: #ff9900;
}

.shop-link-amazon > h4 > a:visited {
    color: #ff9900;
}

.shop-link-ebay > a:link > h4 {
    color: #86b817;
}

.shop-link-ebay > a:visited > h4 {
    color: #86b817;
}

.shop-link-feeby > a:link > h4 {
    color: #DD1A5B;
}

.shop-link-feeby > a:visited > h4 {
    color: #DD1A5B;
}

.shop-link-carowall > a:link > h4 {
    color: black;
}

.shop-link-carowall > a:visited > h4 {
    color: black;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}


