﻿
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');

html,
body {
    height: 100%;    
font-family: 'Droid Serif', serif;

}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */


.img
{
    height:100%;
    width:100%;
    opacity:1;
    position: absolute;
}


.all
{

    position: absolute;
	top:50px;
	width:100%;
}


.logo
{

	   margin:auto;
	   position:relative;
	   z-index:9999;

	   
}

.carousel {
    height: 100%;
}

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

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

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

.text {
    font-family: 'Droid Serif', serif;
    font-size: 6vw;
    color:#23408e;    
	margin-top:100px;
    text-align:center;

}


.text2 {
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    color:#8a2022;   
    text-align:center;
}




