@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap&subset=latin-ext');

html,body{width:100%;height:100%;}
nav{position:fixed;background-color:transparent;box-shadow:none;z-index:9;transition:background-color 0.5s;}
	nav img{width:80px;}
	nav ul li a{font-family:"Ubuntu";color:#fff;font-size:16px;outline:none;}

nav.scroll{background-color:rgba(0,0,0,0.8);}

.dropdown-content{width:auto!important;background-color:#1E2428;}
	.dropdown-content li a{color:#fff;}
	.dropdown-content li a:hover,
	.dropdown-content li a:focus,
	.dropdown-content li a:active{background-color:#BA001B;}

.section{width:100%;height:auto;padding:100px 0;}
	.section.white{background-color:#fff;}
	.section.red-darken{background-color:#b71c1c;}

.wrapper-black{width:100%;height:100%;background:rgba(0,0,0,0.8) url(../img/brilliant.png);}
.row{margin-bottom:0;}
.parallax img{max-width:2000px;}

.title{font-family:"Ubuntu";text-transform:uppercase;}
	.section.white .title{color:#BA001B;}
.supra-title{margin:0;font-family:"Ubuntu";font-size:20px;font-weight:500;}
	.section.white .supra-title{color:#000;}
.txt{font-family:"Oxygen";font-size:18px;}
	.txt.justify{text-align:justify;}

.btn{box-shadow:none;}
	.btn.red.darken-4{background-color:transparent!important;border:2px solid #b71c1c;color:#b71c1c;}
	.btn.red.darken-4:hover,
	.btn.red.darken-4:focus,
	.btn.red.darken-4:active{background-color:#b71c1c!important;color:#fff;box-shadow:none;}

	.btn.grey.lighten-5{background-color:transparent!important;border:2px solid #eceff1;color:#eceff1;}
	.btn.grey.lighten-5:hover,
	.btn.grey.lighten-5:focus,
	.btn.grey.lighten-5:active{background-color:#eceff1!important;color:#000;box-shadow:none;}

footer{width:100%;height:auto;padding:50px 0;background-color:#1E2428;}
	footer h5{margin:15px 0 0 0;font-size:12px;color:#fff;}
	footer h4{margin:10px 0;font-size:25px;color:#b71c1c;}
	footer .txt{color:#fff;font-size:16px;}
	footer .social a{margin:0 5px;display:inline-block;width:50px;height:50px;border:2px solid #b71c1c;text-align:center;line-height:50px;color:#b71c1c;font-size:20px;border-radius:50%;transition:all 0.3s;}
	footer .social a:hover,
	footer .social a:focus,
	footer .social a:active{background-color:#b71c1c;color:#fff;}
	footer .social a:first-child{margin-left:0;}
	footer h6{font-family:"Ubuntu";font-size:16px;color:#fff;}
		footer h6 a{color:#b71c1c;}

@media(max-width:600px){
	footer{text-align:center;}
}