/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 @import url(https://fonts.googleapis.com/css?family=Libre+Baskerville|Montserrat&display=swap);

html {
	background:#222222;
}

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

h1,
h2,
h4 {
	color:#fff;
	font-family: 'Libre Baskerville', sans-serif;
}

h3 {
	color:#fff;
	margin:0;
	font-weight:500;
	font-family: 'Libre Baskerville', sans-serif;
	font:italic;

}

h1 a {
	color:#fff;
}

h1 a:hover {
	color:#fff;
}

p {
	color:#fff;
	margin:2% 0 2%;
}

span {
	color:#ccc;
}

#caret {
	color:#fff;
}
@media screen and (min-width:830px) {
	#logo > .logo {
			 width: 400px;
	}
}
/*************************/
.logo{
	max-width: 100%;
	height: auto;
	width: auto;
	margin-bottom: 20px;
}
.header{
	font-size: 35px;
}
#intro p {
	color:#fff;
	font-size:16px;
	line-height:36px;
}



/***********************
HOVER EFFECTS
***********************/

#logo:hover {
	text-decoration:none;
}

a {
	color:#337eb8;
	font-weight:500;
}

a:hover {
	color:#ccc;
	text-decoration:underline;
}
.link:hover{
	color: #ccc;
}
#alert a {
	font-weight:bold;
	margin-bottom: 20px;
}

#alert{
	font-size:25px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;

}


/*************************/

#footer {
    position: relative;
    bottom: 0;
    margin:8% 0 0;
		width: 100%;
}

#footer p {
	line-height:145%;
}

.link:hover {
	text-decoration:underline;
}

.nav-footer {
	margin:0 0 2%;
}

.intro-footer a, .intro-footer p {
	color:#fff;
	font-size: 17px;
	margin-top:10px;
	line-height:9px;
}

#twitter, #facebook {
	font-size:18px;
	text-decoration:none;
}

#facebook {
	color:#4967ab;
	font-size: 20px;
}

#facebook:hover {
	color:#3b5fb0;
}

#twitter {
	color:#53c2e5;
	font-size: 20px;

}

#twitter:hover {
	color:#3ca6c4;
}

/*************************/

.full {
	/*background:url('../img/bg2.png');*/
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
