@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,700);

body, html {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  background: #000E1B;
  color: #3a3a3a;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	color: #488999;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 10px;
}
h1 {
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding: 22px;
}
h2 { 
	font-weight: 700;
	color: #FFFFFF;
	text-transform: capitalize;
}
h3 {	
	font-weight: 400;
	color: #fff;
}

h1 { font-size: 45px;}
h2 { font-size: 55px;}
h3 { margin-bottom: 54px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}

p {
	
	font-weight: normal;
}

.bg {
	background: url(../images/bg.jpg)  no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100%;
	position: relative;
	text-align:center;
}


.bg-color
 {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

