#header {
background-color: transparent; 
/*opacity: 0.8;
filter: alpha(opacity=80); *//* For IE8 and earlier */
}

body {
  /* Location of the image */
  background-image: url(Spring2018May.jpg);
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #464646;
}
/*body {
    background-image: url("Spring2017.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;   
} */

p  {
    color:black;
    background-color: LightBlue;
    border-radius: 10px; 
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    background-color: LightBlue;
    border-radius: 10px; 
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
}
li {
    color: black;
    background-color: LightBlue;
    /* opacity: 0.7;*/
    /* filter: alpha(opacity=70);  For IE8 and earlier */
}
.resume .two_third {
    background: none repeat scroll 0 0 LightBlue;
    color: black;
    background-color: LightBlue;
}
ul.contactsidebarList li {                                       
    color: black;
    background-color: LightBlue;
}
.sf-menu li a {
    color: black;
    background-color: white;
}
.sf-menu li ul li a {
    color: black;
    background-color: white;
}

.flex-control-nav a {
    display: none;
}

/*
.sf-menu ul {
padding : 10px,5px,10px,5px;
}

 */