/* 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;
	}
	
.navbar-default {
	background-color: #ffffff;
	border-bottom: 5px solid #111c24;
	min-height: 100px;	
}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-family: "Ideal Sans SSm A","Ideal Sans SSm B","Ideal Sans",sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #111c24;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #3fb3ff;
}


/* Main Styles */ 

.buttons-container img {
	background-color:#002f86;
	border:2px solid #00256a;
	border-radius:4px;
}

.buttons-container img:hover {
	cursor:pointer;
	background-color:rgba(0,  48,  135, 0.71);
	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 {
	width:100%;
	padding-top:20px;
	margin-top:40px;
	background:#002f86;
	color:#fff;
	border-top:1px solid #005A43;
}

.footer-logo {
	font-family: "Mercury Text G1 A","Mercury Text G1 B","Mercury",serif;
	font-weight: 400;
	font-size: 40px;
}

footer a {
	color:#002f86;
}

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) {
	
	.navbar-nav {
		margin-top: 40px;
		
	}
	
}


@media only screen and (max-width:767px) {
	
.buttons-container {
	text-align:center;
	padding-bottom:10px;
	}
	
.navbar-header {
	height: 100px;
}

footer {
	text-align:center;
}
			
	
}

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

	footer {
		text-align:center;
	}

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


	
}
