/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 @import url('https://fonts.googleapis.com/css?family=Kalam');
 
 *,html,body{
	 font-family: 'Kalam', cursive;
 }
 
html,
body {
    height: 100%;
	
	background:#CCC;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.prolink {
	 
	margin-top:10px;
	
}

.prolink:hover { 
	

}

.page {min-height:100vh;

background:#FFF; -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 22px 0px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 22px 0px rgba(0, 0, 0, 1);
}

.page h2 {background:#393185;color:#FFF; margin:10px 0px; padding:10px;-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;}

.page h2>i {color:#F0F0F0;display:inline-block; width:40px;}

.embed-responsive-1by1{
   padding-bottom: 100%;
}
.navbar-nav>li>a {
    color:#000 !important;
	font-size:larger;
    line-height: 45px;
	font-weight:bold;
	-webkit-transition: background-color 500ms linear,color 300ms linear;
    -ms-transition: background-color 500ms linear,color 300ms linear;
    transition: background-color 500ms linear,color 300ms linear;
}
.navbar-nav>li>a:hover {
	color:#FFF !important;
	background:#393185 !important;
	

}

.navbar-brand{
	height: 75px !important;
	padding:0;
	margin:0;
	
	
}
.navbar-brand img{
	
	height:100%; 
	


	
}

.navbar-brand h1{margin:0;display:inline-block; height:80px  }


