/* Styles */ 

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,700,700italic,400italic,900,900italic);

body {
	font-family:"Lato", Helvetica Neue;
}


/* Hide Scroll */	
html,
body {
	overflow:hidden;
	overflow-y:scroll;
	}
	
.html,body::-webkit-scrollbar {
	display:none;
	}
	
.header-container {
	background-color:#df7a1c;
	padding-top:40px;
	padding-bottom:40px;
	background:url('../images/header.png') no-repeat;
	background-position:center center;
	background-size:cover;
}

.header-container img {
	height:50px;
}
	
.navbar-default {
	background:#404040;
	border:none;
	border-radius:0;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
	font-family:'Roboto Slab',serif;
	font-size:16px!important;
}

.navbar-default .navbar-nav>li>a:hover {
	background:#2d2d2d;
	color:#fff;
}

/* Main Styles */ 

.buttons-container img {
	background-color:#df7b1d;
	border:2px solid #ae5400;
	border-radius:4px;
}

.buttons-container img:hover {
	cursor:pointer;
	background-color:rgba(222, 122, 29, 0.87);
	text-decoration:none;
}

.phone-container img{
	max-width:90%;
}

.box-feature i {
	float:left;
	padding-right:5px;
}

h2 {
	margin-bottom:22px;
}

.ro-logo {
	height:150px;
}


footer {
	padding-top:40px;
	padding-bottom:30px;
	color:#fff;
	margin-top:40px;
	background:#404040;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#fff;
}	
	
	
@media (min-width: 768px) and (max-width: 991px)  { 

.buttons-container {
			text-align:center;
}
		
.buttons-container img{
			height:50px;
}

}


@media only screen and (min-width:768px) {
	
	
	
}


@media only screen and (max-width:767px) {
	
.header-container {
	padding-top:10px;
	padding-bottom:15px;
}


.buttons-container {
	text-align:center;
}

footer {
	text-align:center;
}	
	

.header-container img {
	height:40px;
}
	
	
	
}

@media screen and (max-width:500px) {
	
	.phone-container {
		width:100%;
		text-align:center;
	}
	
	.phone-container img {
		width:90%;
		margin:auto;
	}
	
	.buttons-container {
		text-align:center;
	}

	.buttons-container img {
		margin-bottom:10px!important;
		height:50px;
	}
	
}
