﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

.footer-custom {
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 30px !important;
    padding-bottom: 100px !important;
    padding-left: 10px;
    padding-right: 10px;
    position: relative !important;
}

.page-text{
    background-color: #fff !important;
}

.footer-links {
    line-height: 25px;
}


.footer-text{
    line-height: normal;
    font-size: 0.8em;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.logo {
    max-width: 100px;
    margin-left: 0px;
    margin-right: 10px;
    height: auto;
}

@media(max-width:767px) {
    .contentposition {
        margin-bottom:0px !important;
    }
}

@media(min-width:768px) {
    .contentposition {
        top: 5%;
        padding: 1%;    
        height:100%;
        min-height:800px;
    }
}



@media(max-width:767px) {
    .positionabsolute {
        margin-bottom: 0px !important;
        max-width: 100%;
        height: auto;
    }
}


@media(min-width:768px) {
    .positionabsolute {
        position: absolute;
        width:100%;
        height:102%;
        z-index:0;
    }
}





.rowheight100 {
    height:100%;
}

.img-overlay {
    position: relative;
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.2em;
    }
    p {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 992px) {
    h3 {
        font-size: 2.8em;
    }
    p {
        font-size: 1.0em;

    }
}


.item1 {
    height: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    background: rgba(69, 88, 180, 0.8);
    text-align: center;
    color: #FFF;
}


.item2 {
    height: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    background: rgba(36, 150, 50, 0.9);
    text-align: center;
    color: #FFF;
}

.item3 {
    height: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    background: rgba(163, 160, 27, 0.9);
    text-align: center;
    color: #FFF;
}

.item3 p {
    padding:10px;
}

.item4 {
    height: 100%;
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 1%;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    color: #FFF;
}

.item4-darker {
    height: 100%;
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 1%;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    color: #FFF;
}



.nav-tabs-custom {
    border-bottom: 0;

}

    .nav-tabs-custom > li {
        float: left;
        margin-bottom: 0;


    }

        .nav-tabs-custom > li > a {
            border-radius: 0;
            color: #fff;
            padding-top: 25px !important;
            padding-bottom: 25px !important;
            padding-left: 30px !important;
            padding-right: 30px !important;
            
        }

            .nav-tabs-custom > li > a:hover {
                color: #272727;
                background: #fff;
                border-color: #fff;
            }

        .nav-tabs-custom > li a.active {
            color: #555;
            cursor: default;
            background-color: #fff;

        }

    .navbar-bgcustom {
        background-color: #b8cceb;
    }

    .navbar-bgcustom .navbar-brand {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-bgcustom .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-bgcustom .navbar-nav .nav-link {
        color: #a7afb1;
    }

        .navbar-bgcustom .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
            color: rgba(0, 0, 0, 0.7);
        }

        .navbar-bgcustom .navbar-nav .nav-link.disabled {
            color: rgba(0, 0, 0, 0.3);
        }

        .navbar-bgcustom .navbar-nav .show > .nav-link,
        .navbar-bgcustom .navbar-nav .active > .nav-link,
        .navbar-bgcustom .navbar-nav .nav-link.show,
        .navbar-bgcustom .navbar-nav .nav-link.active {
            color: rgba(0, 0, 0, 0.9);
        }

    .navbar-bgcustom .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
    }

    .navbar-bgcustom .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-bgcustom .navbar-text {
        color: rgba(0, 0, 0, 0.5);
    }

        .navbar-bgcustom .navbar-text a {
            color: rgba(0, 0, 0, 0.9);
        }

            .navbar-bgcustom .navbar-text a:hover, .navbar-light .navbar-text a:focus {
                color: rgba(0, 0, 0, 0.9);
            }



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
