/*
 * Akula Styles for FORUM
 */



 /* Spacing */

section {
	padding: 125px 15px 125px 15px;
}

i {
	margin-top: 50px;
}



/* Sections customization */

#blackquote
{
	padding-top: 40px;
	padding-bottom: 20px;
}

#offer {
	
}

#conviction {
	padding-bottom: 0px;
}

#profit {
	
}

#guarantees {
	padding-bottom: 0px;
}

#call-to-action {
	padding-top: 200px;
	padding-bottom: 250px;
}

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #212529;
	color: #dee2e6;
}

#footer a {
    text-decoration: none;
    color: #dee2e6;
}

#footer a:hover {
    color: #3498db;
}


/* Typography */

.display-1, h1, h5 {
	font-weight: bold;
}

h1:first-letter {
	color: #dc3545;
	font-size: 1.1em;
}

h2:first-letter {
	color: #dc3545;
	font-size: 1.1em;
}

h5:first-letter {
	color: #dc3545;
	font-size: 1.1em;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
	.display-1 {
		font-size: 3rem;
	}

	#header {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	.display-1 {
		font-size: 4rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.display-1 {
		font-size: 4rem;
	}

	#header {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}
	

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	.display-1 {
		font-size: 5rem;
	}

	#header {
		padding-top: 250px;
		padding-bottom: 250px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#header {
		padding-top: 275px;
		padding-bottom: 275px;
	}
}

.parallax { 
	padding-top: 150px;
	padding-bottom: 150px;

    /* The image used */
    background-image: url("/img/slide_3.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}