﻿@charset "UTF-8";

.navbar {
  background-color: rgba(50,56,127) !important;
 }
.navbar ul {
  font-size: 1.25rem !important;
}
.navbar ul li ul{
  background-color: rgba(50,56,127) !important;
}
.dropdown-item{
  color: white !important;
}
.navbar ul li a:hover {
  background-color: #303F9F !important;
}
body {
  background-image: url(images/409175.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width:600px) {
	.navbar ul li ul{
  		background-color: rgba(50,56,127,.8) !important;
	}
}