	body {
	font-family: 'Roboto', serif;
	font-size:14px;
	font-style: normal;
	color:#686868;
	} 
	
	a{
	tex-decoration:none;
	border-0;
	}
	
	.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	}
	
	.center-content{
	display: flex; 
	justify-content: center; 
	align-items: center;
	}
	
	.private{
	pointer-events: none;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
    }
	
	#footer-nav{
	font-size: 14px;
	font-weight:600;
	text-decoration:none;
	color:#FFFFFF;
	transition: all .5s;
	}
	
	#footer-nav:hover{
	color: #e42023;
	}
	
	/*Responsive section title*/
	.section_title {
    font-family: 'Titillium Web', sans-serif;
	font-weight:200;
	/*font-size: 44px;
	font-size: 5.9vw;*/ 
	text-align: center;
	line-height: 65px;
	text-transform: uppercase;
	color: #111;
	}
	
	.section_title span {
	border-bottom: 1px solid #666;
	}
	
	@media (min-width: 344px) {  
	p.section_title {
	font-size:24px;
	margin-top: 20px;
	margin-bottom: 15px;} /*1rem = 16px*/
	}
 
	/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
	@media (min-width: 768px) {  
	p.section_title {
	font-size:24px;
	margin-top: 20px;
	margin-bottom: 15px;} /*1rem = 16px*/
	}
 
	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) { 
	p.section_title {
	font-size:28px;
	margin-top: 35px;
	margin-bottom: 30px;} /*1rem = 16px*/
	}
 
	/* Extra large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) {  
	p.section_title {
	font-size:35px;
	margin-top: 40px;
	margin-bottom: 30px;} /*1rem = 16px*/    
	}
	/*responsive section title*/
	
    .v-center {
    padding-top:10%;
    font-size:70px;
	}	
	
	a:active, a:focus {
	/* styling for any way a link is about to be used */
	outline:0px;
	}

	#section1 {
	background: #FFFFFF;
	/*padding-top:20px;*/
	}
	
	.clients{
		padding-left:0px;
		padding-right:0px;
		margin-top:5px;
		margin-bottom:5px;
	}