﻿html {
    height: 100%;
    box-sizing: border-box;
}


body {
    position: relative;
    margin: 0;
    /*padding-bottom: 6rem;*/
  
    height: 100%;
}


img {
    max-width: 100%;
    height: auto;
    margin: 5px 5px 5px 5px;
    border-radius: 10px;
}

.no-rounded-corners {
    border-radius: 0 !important; /* No rounded corners */
}
h3 a {
    font-size: 24px;
}
/*blue*/
.txt-primary {
    color: #337ab7;
}
/*yellow*/
.txt-warning {
    color: #f0ad4e;
}
/*red*/
.txt-danger {
    color: #d9534f;
}
/*black*/
.txt-black {
    color: #000;
}
/*green*/
.txt-success {
    color: #5cb85c;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}



.feather-edge {
    position: relative;
    border: 10px solid transparent;
    background-clip: padding-box;
    /* Use a linear gradient to create a feathered border effect */

    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-image-slice: 1;
}
.feather-image {
    border-radius: 20px; /* Adjust the value for desired feathering */
}
.support-header > a {
    color: #337ab7;
    padding: 0 5px;
    font-size: x-small
}

footer a.footer {
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 5px;
}



.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.footer-line {
    background-color: lightgray;
    width: 100%;
    min-height: 100px;
    color: black;
    padding-bottom: 15px;
    padding-top:1px;
    text-align: center;
    font-size: 10px;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
}


.infobody {
    margin-left: 0px;
    margin-right: 0px;
}


    .footer-line h1 {
        font: normal normal normal 22px/1.4em DINLight, sans-serif;
        text-decoration: underline;
        color: black;
    }

    .footer-line a {
        color: black;
    }

.footer-logo {
    margin-top: 35px;
}

.blockNav {
    margin: 12px 0px 0;
    text-align: center;
    max-width:350px;
}



/* Larger Screens only */
@media only screen and  (min-width: 1199px) {
/*Typography*/

    h4 {
        font-family: Verdana,Tahoma,Geneva,sans-serif;
        margin: 0;
        font-weight: 300;
        font-size: 24px;
        display: inline-block;
        width: 100%;
        line-height: 40px;
        color: #ffffff;
        background-color: black;
    }

    h5 {
        font-family: Verdana,Tahoma,Geneva,sans-serif;
        margin: 0;
        font-weight: 300;
        font-size: 36px;
        line-height: 50px;
        display: inline-block;
        width: 100%;
        color: #fff;
        background-color: #059ca9;
    }

    h1 {
        font-family: Verdana,Tahoma,Geneva,sans-serif;
        margin: 0;
        font-weight: 300;
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-family: Verdana,Tahoma,Geneva,sans-serif;
        color: #000065;
        margin: 0 0 0px;
        line-height: 30px;
        font-size: 30px;
        font-weight: 400;
    }

    h3 {
        font-family: Verdana,Tahoma,Geneva,sans-serif;
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }

    .fix-top {
        position: fixed;
        z-index: 4000;
        top: 0;
        width: 100%;
    }
    .sliderwidth {
        width: 730px;
    }
} /* Close Larger screens only */
   
/* Smaller screens only */
@media only screen and  (max-width: 749px) {


h4 {
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 28px;
    display: inline-block;
    width: 100%;
     line-height: 25px;
   color: #ffffff;
    background-color: black;
}

h5 {
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
     line-height: 25px;
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #059ca9;
}

h1 {
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
}

    h2 {
        font-family: Verdana, Tahoma, Geneva, sans-serif;
        margin: 10px 0 8px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.35;
    }

h3 {
    font-family: 'robotoslab', sans-serif;
    font-size: 8px;
    line-height: 8px;
    font-weight: bold;
}

    .sliderwidth {
        width: 100%;
        height: auto;
    }

} /* Close Smaller screens only */



