﻿/* 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. */

* {
    scroll-behavior: smooth !important;
}

body{
    margin:0;
    display:flex;
    flex-direction:column;
    min-height:100vh;
}



html {
    scroll-behavior: smooth !important;
}

.new-container{
    padding:40px;
}

.pb-3 {
    padding-bottom: 0 !important;
}

.text-dark {
    color: #343a40 !important;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-brand img {
    width: 35px;
    margin-left: 10px;
}


    a {
        color: blueviolet;
    }

/*.hero-button {
    background-color: #5A3DEB;
    border-radius: 4px;
    color: rgb(255,255,255);
    font-size: 20px;
    font-weight: 500;
    outline: none;
    border: none;
    padding: .5em 1.5em;
}*/


.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
 
}





    .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%;
    }



    body {
        /* Margin bottom by footer height */
        /*margin-bottom: 60px;*/
        /*background-color: pink; alan
    background-image: radial-gradient(#1CB5E0,#000046); 
    color: white; ALAN, font color*/
        color: darkslategrey;
    }

    .text-center{
        padding:1rem;
    }

.pb-3 {
    padding: 0;
}

    footer {
        /*position: static;*/
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        margin-top:auto;
        padding-bottom: 45px;
        /*line-height: 60px;*/ /* Vertically center the text there */
        /*padding-bottom:20px;*/
    }

    .footer-container {
        display: flex;
        flex-direction: row;
        padding: 0 10px;
        border-top: solid 1px rgb(213, 211, 219);
        justify-content:space-between;
    }


    .copyright-container {
        text-align: center;
        padding-bottom: 5px;
        font-size: 16px;
    }

    #copywright-desktop{
        display:none;
    }



.sm-icon-container {
    width: 50%;
    padding: 15px 12px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .sm-icon {
        width: 30px;
    }

    .email-container {
        text-align: center;
        font-size: 14px;
        color: darkslategrey;
        margin:15px 0 0 10px;
    }

        .email-container a {
            font-size: 20px;
            color: darkslategrey;
            font-weight: 500;
            padding-bottom: 10px;
        }

        .email-container p {
            margin-top: 0;
            margin-bottom: 0;
        }

@media screen and (min-width:450px) {
    .sm-icon-container {
        padding: 15px 40px;
    }
}



    @media screen and (min-width:500px) {
        .sm-icon-container {
            padding: 15px 60px;
        }

        .email-container{
            margin:15px 0 0 30px;
        }
    }

@media screen and (min-width:550px) {
        footer{
            padding-bottom:25px;
        }
}

@media screen and (min-width: 576px) {

    .navbar-brand img {
        width: 35px;
        margin-right: 10px;
        margin-left: 0;
    }

    .email-container {
        margin: 15px 0 0 30px;
    }
}

@media screen and (min-width:600px) {

    footer{
        padding-bottom:0;
    }
    .sm-icon-container {
        padding: 15px 80px;
    }

    .copyright-container {
        font-size: 18px;
    }

    .email-container{
        margin:15px 0 0 80px;
    }
 }


    @media screen and (min-width:700px) {

        footer{
            padding-bottom:0;
        }

        .footer-container{
            padding:10px 50px;

        }
        .sm-icon-container {
            padding: 0 40px;
            margin: 0;
            width: 30%;
        }

        .copyright-container {
            font-size: 18px;
        }

        .email-container {
            margin:0;
            padding:0;
            width:30%
        }

        #copywright-desktop {
            display:block;
            margin:0;
            padding:0;
            width:30%
        }

        #copywright-mobile{
            display:none;
        }

        
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    @media screen and (min-width:900px){
/*        .sm-icon-container{
            padding:15px 70px;
        }*/

        footer{
            padding-bottom:0;
        }
    }

    @media screen and (min-width:992px) {

        .navbar-brand img {
            width: 35px;
            margin-bottom: 6px;
            margin-left: 10px;
        }

        .sm-icon-container {
            padding: 0 80px;
        }

        .copyright-container {
            font-size: 20px;
        }
    }

    @media screen and (min-width:1000px) {
        .sm-icon-container {
            padding: 0 80px;
        }
    }

    @media screen and (min-width:1200px) {

        .navbar-brand img {
            width: 35px;
            margin-bottom: 7px
        }

        .sm-icon-container {
            padding: 0 110px;
        }

        .email-container a {
            font-size: 20px;
        }
    }

        @media screen and (min-width:1300px) {
            .sm-icon-container {
                padding: 0 120px;
            }

            .email-container a {
                font-size: 20px;
            }
        }

    @media screen and (min-width:1400px) {
        .sm-icon-container {
            padding: 0 140px;
        }

        .email-container a {
            font-size: 20px;
        }
    }

    @media screen and (min-width:1600px) {
        .sm-icon-container {
            padding: 0 160px;
        }

        .email-container a {
            font-size: 20px;
        }
    }