﻿/*=======================================
    GENERAL STYLES
==================================================*/
html, body {
    font-family:  GotuFont, MuktaFont, sans-serif ;
    font-size:14px;
	font-weight: 200;
    color: #636b6f;
    height: 100vh;
    margin: 0;
}
/*=======================================
    FONTS
==================================================*/
@font-face {
 font-family: GotuFont;
 src: url("/font/Gotu/Gotu-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: GotuFont;
 src: url("/font/Gotu/Gotu-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MutkaFont;
 src: url("/font/Mukta/Mukta-Light.eot") /* EOT file for IE */
}
@font-face {
 font-family: MutkaFont;
 src: url("/font/Mukta/Mukta-Light.ttf") /* TTF file for CSS3 browsers */
}
/*=======================================
    GENERAL STYLES
==================================================*/
.row {
    margin: 0;
}

a {
    color:#c00000;
    text-decoration:none;
    background-color:transparent
}
a:hover {
    color:#a00000;
    text-decoration:underline
}

.active a {
        color: red;
        text-decoration: none;
}
.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.h-screen {
    height: 100vh;
}

.bg-dark {
		background-color: #222222 !important;
}

/*=======================================
    FOOTER STYLES
==================================================*/
.footer1 {
    background-color:#111;
    color:#ccc;
    padding: 20px 0px 0px 0px;
    text-align:right;
}
.footer2 {
    background-color:#000;
    color:#ccc;
    padding:10px 50px 10px 0px;
    text-align:right;
}