/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');






body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  color: #3a50a8;
  font-size: 32px;
  
}

img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  float:left;
  padding: 26px;
  border: none;
  margin: auto;
  
}



dl{
  color:#3a50a8;
  max-width: 75%
}
dl a{
  color:#3a50a8;
  max-width: 75%;
  text-decoration: none;
}
dd{
  max-width:75%;
}
dd a {
  text-decoration: none;
}

fieldset {
  background: #ddd;
  color:#3a50a8;
}
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
input[type=text], input[type=email], textarea{
  width: 100%;
  border: 2px solid #3a50a8;
  border-radius: 4px;
}
input[type=submit] {
  background-color: #3a50a8;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  
}

* {
  box-sizing: border-box;
}
.employment {
  max-width:  width:75%;
}

/*grey box used on profile and contact page*/
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  max-width: 75%;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
/* adds top padding on profile text */
.col-75-center {
  float: left;
  width: 75%;
  margin-top: 50px;

}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, .col-75-center, .container, input[type=submit] {
    width: 100%;
    max-width:100%;
    margin-top: 0;
  }
}

/*for top navigation*/
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #6d6e72;
  
  top: 0;
  width: 100%; 
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background: #ddd;
  color: black;}

ul.topnav li a.active {background-color: #3a50a8;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px){
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}






.navbar {
  overflow: hidden;
  background-color: #6d6e72;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align:center;
  
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

.navbar a.active {background-color: #3a50a8;}


/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}



.topmenu {
  max-width: 1050px;
  background-color: #6d6e72;
  color: white;
  align-content: center
}
