/*
# Project Name        : Prof. J.N. Moorthy's Website
# Version             : 1.0
# Developed by        : Indian Institute Of Science Education and Research Thiruvananthapuram
# Language            : PHP
# Architecture        : MVC
# Software Dev Method : Agile
# File Name           : master.css
# File Type           : stylesheet
# File Location       : assets/styles/
# File Author         : Packiya Rajan S
*/

/* sample url : https://lmpixels.com/wp/breezycv-wp-lin/demo1-fw-dark/#about-me */


/* tags */

html{scroll-behavior: smooth;}
body{
    /* background-image: linear-gradient( to bottom right,  #e7b58e, #fff0d1, #ffffff, #ccffcc, #88c290 );
	background-attachment: fixed; */
}
a{ color: #E9698A;}
p{line-height: 1.8em;}

/* margin corrections */
.no_margin{margin: 0 !important;}
.no_padding{padding: 0  !important;}
.nano_padding{ padding: 6px !important;}
.justify{text-align: justify;}
.textindent{ text-indent: 3em; }
.vertical_spacer{width: 100%; height: 1em; clear: both;}

/* layouts */

.ks_top_bar{ height: 45px; width: 100%; background: #084979; color: #f2f2f2;}
.ks_main_content{font-size: 1.1rem !important;}




/* for tables and net books */

@media screen and (max-width: 1024px) {

}



@media screen and (max-width: 720px) {

}
