﻿
/**********footer styling**********/
html, body {
    padding-bottom: 0;
    background: #252525;
    font-size: .75rem;
    color:white;
}
body{
    font-size:16px;
}

.navbar {
    border-radius: 0px !important;
}

#vfunLogo {
    max-height: 95%;
    /*position: absolute;*/
    /*left: 200px;*/
    /*top: 15px;*/
}

.footer {
    /*width: 1920px;*/
    background: #202020;
    /*1920 * 1080 Resolution*/
    /*height: 80px;*/
    /*height: 40px;*/
    /*width: 100%;*/
    /*display: inline-block;*/
    /*padding:0;*/
    /*margin:0;*/
    /*width:100%;*/
    /*1280 x 720 Resolution*/
    /*	height:27px;
	width: 1280px;*/
    border-top: 2px rgba(255,255,255,.125) solid;
    padding-bottom: 5px;
}


.poweredBy {
    /*margin:auto;*/
    /*text-align: center*/
    /*position: relative;*/
    /*margin-left: 900px;*/
}

#footerTxt {
    color: silver;
    /*padding-right: 10px;*/
    /*display: inline-block;*/
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-align:center;
}

#footerLogo {
    /*top: 7px;*/
    max-height: 35px;
}



.contactVariant {
    
    top:6px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-align:center;
    color: silver;
    
}

/**********footer styling**********/


/**********header styling**********/

.bg-dark {
    font-family: Georgia, serif !important;
    color: lightgray !important;
    padding: 0 !important;
    background: #101010 !important;
    
}



.nav-link:hover {
    color: #7d3a87 !important;
}


.navText {
    font-family: 'Poppins', sans-serif;
    color: whitesmoke;
    font-size: 15px;
    font-weight: 500;
    text-align:center;
    margin: 0 5px 0 5px;
}

/*.w-45{
    width:45% !important;
}*/

/**********header styling**********/

.rowcolor{
    border: dotted 3px green;
}

.colcolor{
    border:dotted 2px red;
}

.bg-blue{
    background:blue;
}



