@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
	background-color: #452A4C;
	border-bottom: 2px solid white;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
	color: #452A4C;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #452A4C;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}

@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}

/* General */
h3, h4, p {
	font-family: 'Lato', sans-serif;
}

section {
	padding: 80px 0;
}

section h3 {
	color: black;
	font-size: 4em;
	text-align: center;
	font-family: 'Sue Ellen Francisco', cursive;
	font-weight: 700;
}

section p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

section hr {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #1B7085;
	margin-bottom: 60px;
}

#logoNavbar {
	width: 100px;
}

/* Intro section */
#intro {
	background-color: #DE6526;
	background-image: url("../img/intro.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

#intro h2 {
	text-align: center;
	color: white;
	font-size: 5em;
	padding: 25vh 20%;
}

/* Our products */
#products {
	text-align: center;
}

#products .col-4 {
	padding: 0 20px;
	border: 1px solid rgba(173,173,173,0.2);
}

#products h4 {
	text-align: center;
	font-weight: 400;
	margin-top: 10px;
}

#products p{
	margin-top: 20px;
	margin-bottom: 30px;
}

#products a {
	color: white;
	background-color: #1B7085;
	padding: 10px 20px;
	border-radius: 5px;
}

/* About */
#about {
	background-color: #452A4C;
	border-top: 10px solid #DE6526;
	color: white;
}

#about h3 {
	color: white;
}

#about hr {
	border-top: 4px solid white;
}

#about .material-icons {
	font-size: 6em;
	text-align: center;
}

/* Supporters */
#gallery_supporters {
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0px 0px 29px 0px rgba(173,173,173,1);
}

#gallery_supporters .col-2 {
	border: 2px solid white;
	padding: 10px;
}

#gallery_supporters img {
	max-height: 100px;
	margin: auto;
	display: block;
}

/* Contact */
#contact {
	background-color: #FAFAFA	;
}

#contact label {
	color: gray;
	font-size: 0.8em;
}

#submit {
	margin-top: 20px;
	background-color: #452A4C;
	border-color: #452A4C;
	padding: 10px 30px;
}

/* Footer */
#footer {
	border-top: 10px solid #452A4C;
	background-color: #1B7085;
	color: white;
	padding-bottom: 0px;
}
#footer #logo{
	margin-top: -35px;
}
#footer ul {
	list-style: none;
}
#footer ul li{
	margin-left: 0px;
}
#footer ul li a{
	text-decoration: none;
	color: #452A4C;
}
#footer #social_media{
	width: 30px;
}


footer {
	margin: 10px 0;
}
