/* - - - - - - - - - - - - - - - - - - - - -

 Title : Stylesheet for CollegeNET
 Author : 
 URL : https://eval.uog.edu

 Last Updated : 06/24/2019 - Vani

- - - - - - - - - - - - - - - - - - - - - */

/* - - - Fonts - - - */
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,600';
@import 'https://fonts.googleapis.com/css?family=Nunito:400,800';

/* font site branding */
h1,
h2,
h3,
h4,
h5 {
    text-transform: none !important;
}

h3 {
	font-family: 'Roboto Slab', serif !important;
	font-size: 24px !important;
	font-weight: bold !important;
	line-height: normal !important;
	color: #046a38 !important; /* triton green */
}

body, p {
	font-family: 'Nunito', sans-serif !important;
	font-size: 15px !important;
	line-height: 20px !important;
	color: #000 !important;
}

label {
	font-family: 'Nunito', sans-serif !important;
	font-size: 16px !important;
	color: #000 !important;
}

/* login button */
button {
	font-family: 'Nunito', sans-serif !important;
	font-size: 16px !important;
	color: #fff !important;
	background-color: #046a38 !important;
	border: none !important;
	padding: 10px 20px !important;
	margin-top: 10px !important;	
	text-align: center !important;
	text-decoration: none !important;
	display: inline-block !important;
	border-radius: 2px !important;
}

button:hover {
	text-decoration: none !important;
	transition: all 0.5s ease-in-out !important;
	opacity: .9 !important;
}

/* fixed width for the uog logo */
img {
	max-width: 300px !important;
}