@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');
@import url("https://fonts.googleapis.com/css?family=Metal+Mania");

@font-face {
    font-family: "Booter - Zero Zero";
    src: url("Fonts/Booter - Zero Zero.woff") format("woff"),
         url("Fonts/Booter - Zero Zero.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: Raleway;
    
}
html{
	scroll-behavior: smooth;
	overflow-y: scroll;
}
html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}
  body {
    position: relative;
    padding-top: 50px;
    background-color: #f0f0f0;
  }
  .parallax {
          /* The image used */
          background-image: url("../img/w.jpg");

          /* Set a specific height */
          min-height: 150px; 

          /* Create the parallax scrolling effect */
          background-attachment: fixed;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          
        }
#navbar {
  overflow: hidden;
  background-color: #f0f0f0;
  align-items: center;
  z-index: 1;
  padding-left: 550px;

}

#navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


.btn-right {
	position: relative;
	left: 90%;
}
.footer-o {
	
	
	color: white;
	background-color: #f9f9f9;
	
}
.clr-f {
	color: black;
	font-weight: 800;
}

.ftr-header {
	margin-bottom: 20px;
}

.ftr-des {
	padding: 20px 20;
}
.inp-s {
	width: 59%;
}
.ftr-last {
	padding: 20px;
	margin-top: 20px;
}
.b{
 color: black;
}
.w{
 color: white;
}
.g{
	
background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
}
.g1{
background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
}
.g2{
	background: linear-gradient(90deg, rgba(252,0,255,1) 50%, rgba(0,212,255,1) 100%);	
}
.g3{
	background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
	color: white;
}
dd {
	font-size: 15px;
}
dd a:hover{
text-decoration: none;
color: skyblue;
}
nav
{
	box-shadow:4px 10px 10px rgba(0, 0, 0, .1);
	text-transform: uppercase;
	font-style: bold;
	font-family: 'Montserrat', sans-serif;
	background-color: rgba(255, 255, 255, 0.9);
	height: 70px;
}

nav ul li{
	padding-right: 30px;
}
.content {
	width: 90%;
	margin: 4em auto;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	color: white;
	font-family: Quicksand;
}
nav .bar::before{
	content: '';
	display: block;
	height: 5px;
	background: rgb(216, 57, 84);
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: scale(0,1);
	transition: transform ease-in-out 250ms;
}
nav .bar:hover::before{
 transform: scale(1,1);
}
#navbar li{
	list-style: none;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
#nav{background-color: rgba(255, 255, 255, 0.9);
height: 70px;
}
.shadowimg{
	box-shadow:4px 10px 10px rgba(0, 0, 0, .1);
}
.shadows{
	box-shadow:10px 0px 0px rgba(0, 0, 0, .1);
}
.sb1{
	font-size: 25px;

}
.sb:hover{
	
	border-radius: 30%;
	background-color: #f0f0f0;

}
#sec1{
height: 100%;
width: 100%;
background-color: #f0f0f0;
color: white;
padding-top: 100px;
}
#sec2{
height: 100%;
width: 100%;
background-color: #f0f0f0;
color: white;	
padding-top: 100px;
}
#sec3{
height: 100%;
width: 100%;
background-color: #f0f0f0;
color: white;
padding-top: 100px;
}
.b-g{
color:#414347;
}
.dropdown-item{
	margin: 5%;
}
@media only screen and (max-width: 768px) 
{
	.navbar-brand span {
  display: none;
}
.navbar-brand:after {
  content: ' N C W-H';
}
	#nav{background-color: rgba(255, 255, 255, 0.9);
		height: 130px;

	}
#navbarNavDropdown{background-color: rgba(255, 255, 255, 0.9); width:100px;}
#mwk{
	margin-top: 50px;
}
#cardrow{
  margin-left: 2%;
}
#navbar a{
  display: none;
}
.text-center1{margin-left: -110%;}

}

