@charset "utf-8";
body {
    padding-top: 50px;

}
/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #0c4c91;
}

/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #ecf0f1;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
	background-color: #4A79AC;
	color: #fff;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(236,240,241,1.00);
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand {
	background-repeat: no-repeat;
	background-size: 19px auto;
	padding-left: 10px;
	background-position: 9% center;
	margin-left: 10px;

}

.h1 .text-center {
	color: #0C4C91;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 2rem;
}


.navbar.fixed-top.navbar-expand-lg.navbar-custom .navbar-brand {
}


nav ul {
    margin-left: 10px;
    margin-right: 20px;
}

nav li {
    margin-left: 10px;
    margin-right: 20px;
}




.bodytext {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.1rem;
}
.backgroundfill {
	background-color: #0C4C91;
}
.whitetext {
	color: #FFFFFF;
}
.graybackground {
	background-color: #F2F3F4;
}
.h3blue  {
	color: #0C4C91;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.h4blue {
	color: #0C4C91;
}
.block-center {
}
.bluebackground   {
	background-color: #0C4C91;
}
.h3white {
	color: #FDFCFC;
	text-align: center;
	font-weight: bold;
}
.h2blue {
}
bodybackground {
	background-color: #908E8E;
}

#hero {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#logo {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.greenbackground {
	background-color: #B7D388;
}
#camera {
	margin-left: 218px;

}

.phone {
	padding-top: 50px;
	padding-right: 0px;
}
#email {
	padding-top: 50px;
	padding-left: 400px;
}

.backgroundtexture {
	background-image: url(../images/Pattern2.png);



}
.center-block {
}
#camera {
}
#email {
}
.pwhite {
	color: #FCF7F7;
}
.h5blue {
	color: #0C4C91;
}

.h5blue {
}
tbody tr td {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
