	
	
	
	@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap%27);/**');
	
	
	body{
	    margin: 10;
	    font-size: 16;
	    font-family: 'Raleway',sans-serif;
	    font-weight: 400;
	    background-color: #282828;
	    
	}   
	
	
	body navbar{

    font-family: 'Raleway', sans-serif; 
    font-size: 50px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 800; 
    line-height: 26.4px; 
    letter-spacing: 2px;
    color: white;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    user-select: none;
    position:relative;
	}   
	a{
	    font-family: 'Raleway', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; 
	}
	body navbar{
	    font-family: 'Raleway', sans-serif; font-size: 37px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;
	    color: black;
	    text-align: center;
	    margin: 20px;
	    user-select: none;
	}  
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #906ac6;
    color: white;
	}
	.navbar-inverse .navbar-nav .dropdown .dropdown-menu 
	{
		font-family: 'Raleway', sans-serif; 
		background-color: #282828;
	}
	.navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a
	{
		font-family: 'Raleway', sans-serif; 
		background-color: #282828;
		color: white;
	    padding: 12px 16px;
	    text-decoration: none;
	    display: block;
	    text-align: left;

	}
	.navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:focus {
    background-color: #a1a0a0;
    color: white;
	}
	.navbar-inverse .navbar-nav > li > a .active
	{
	background-color: #906ac6;
    color: white;
	}
	.jumbotron {
	background-image: url('../images/title_bg.jpg'); 
	background-position: cover;
    color: black;
    padding: 100px 25px;
  }
  .container-fluid1 {
    padding: 60px 50px;
  }
   h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #906ac6;
    font-weight: 800;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #906ac6;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 2em;
    color: white;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  p {
    font-size: 15px;
    line-height: 2em;
    color: white;
    font-weight: 200;
    margin-bottom: 20px;
  } 
  .btn-lg {
      background-color: #906ac6;
      color: white;
    }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
