/*
* Theme Name: Booster
* File name: style.css
* Theme URL: booster.mordorthemes.com
* Description: Booster - Coming Soon Template
* Author: Mordorthemes
* Author URL: http://www.mordorthemes.com
* Support: support@mordorthemes.com
* Version: 1.0
*/

/*------------------------------------------------------

	CSS Table Of Contents: 

	1. NORMALIZE.CSS FOR RESETS
	2. FOUNDATION.CSS FOR RESPONSIVE FRAMEWORK
	3. FONT-AWESOME CSS FOR ICONS
	4. ANIMATE.MIN.CSS FOR ANIMATIONS
	5. OWL.TRANSITIONS.CSS FOR TRANSITIONS ON OWL CAROUSEL
	6. LAYOUT.CSS YOU CAN CUSTOMIZE
		
---------------------------------------------------------*/

@import url("normalize.css"); /* NORMALIZE FOR RESET CSS */
@import url("foundation.css");  /* FOUNDATION FRAMEWORK CSS */
@import url("font-awesome.css"); /* ICONS CSS */
@import url("animate.min.css"); /* ANIMATIONS FRAMEWORK CSS */
@import url("owl.transitions.css"); /* TRANSITIONS CSS FOR OWL CAROUSEL */
@import url("layout.css"); /* CUSTOM CSS YOU CAN MODIFY */

#main_heading {
	padding:90px 0px 40px 0px;
	width: 100%;
	/*text-align: center;*/
	font-family:'Open Sans', sans-serif;
}

h1.main_heading{
	font-size:56px;
	font-weight:400;
	text-align:center;
}

h2.main_heading{
	font-size:40px;
	font-weight:600;
	text-align:center;
}

h3.main_heading{
	font-size:35px;
	font-weight:600;
	text-align:center;
}
h4.main_heading{
	font-size:30px;
	font-weight:500;
	text-align:center;
}
h5.main_heading{
	font-size:25px;
	font-weight:400;
	text-align:center;
}
h6.main_heading{
	font-size:20px;
	font-weight:300;
	text-align:center;
}
button{
	background: none;
    border: none;
    padding: 10px;
    outline: 2px solid white;
    color: white;
}
button:hover {
    background: white;
    color: black;
	font-weight: 600;
}
p.main_heading{
	font-size:20px;
	font-weight:400;
}

.mtop_50 {margin-top:50px;}
.mtop_15 {margin-top:15px;}
.mbottom_10 {margin-bottom:10px;}
.mbottom_0 {margin-bottom:0px;}
.mtop_0{margin-top: 0px;}
.social{margin:10px 0px 0px;}
	
.social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 7px 10px 0;
    text-align: center;
    border: 1px solid #fff;
}

.social a i {
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:hover { color: #4b9ec9;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
