/*======GENERAL===== */

body{

	padding-top:50px;

	background: url('../img/texture.png') top left repeat; 
}


.navbar-brand {
  display: flex;
  align-items: center;
}


.navbar-brand>img {
  padding: 7px 14px;
}


h1{
	font-family:'graduate',cursive; 

}

h2{

	font-family: 'pacifico',cursive;
}


/*Title & Enroll*/
#title-enroll .jumbotron{
background: url('../img/mainBackground.png') 50% 0 no-repeat fixed;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
text-align: center;
color: white;
}


/*== What will you lern*/
#what-learn{
	text-align: center;
}

.wrap{
	padding-top: 30px;
	padding-bottom: 0px;
}


.header-section{
text-align: center;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;


}









/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: white;
    background-color: SteelBlue;
    border-color: white;
    outline: none;
    margin: 0px auto;
}


/*== COURSE TARGET*/
#course-target{
background-color: SteelBlue;
        color: white


}