.sites h{ 
font-weight: 100; 
font-size: 40px; 
margin: 0px 0px 0px; 
float: left;
} 

/* Box styles */
.scrollbox {
border: none;
padding: 5px;
font: 24px/36px sans-serif;
width: 100%;
height: 300px;
overflow: scroll;
}

/* Scrollbar styles */
.scrollbox::-webkit-scrollbar {
width: 12px;
height: 12px;
}

.scrollbox::-webkit-scrollbar-track {
border: 1px solid #bd5d38;
border-radius: 10px;
}

.scrollbox::-webkit-scrollbar-thumb {
background: #bd5d38;  
border-radius: 10px;
}

.scrollbox::-webkit-scrollbar-thumb:hover {
background: #d18d74;  
}

.bullet{
  list-style-type:disc;
}

.sites{
  overflow: hidden;
  background-color: #025ea0;
  padding: 20px 25px;
  text-align: center;
}


.sites a {
  float: right;
  color: #868e96;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 18px; 
  border-radius: 4px;
}

.sites .dropdown:hover .dropbtn, .dropbtn:focus a:hover {
  background-color: #00213e;
  color: #757575;
}
.sites a:hover {
  background-color: #00213e;
  colo .password1r: #757575;
}
.sites .dropdown :hover {
  background-color: #00213e;
  color: #757575;
}
.briefcase{
  padding:100px 15px 200px;
}
.briefcaseimage{
  padding:10px 10px 10px;
}
.briefcaseimage .imgone{
  position:relative;
  float:left;
    max-width: 100%;
  height: auto;
  padding:10px;
  margin-bottom: 0.5rem !important;
  border-radius: 10% !important;
}
.briefcaseimage .imgtwo{
  position:relative;
  float:left;
    max-width: 100%;
  height: auto;
  padding:10px;
  margin-bottom: 0.5rem !important;
  border-radius: 10% !important;
}
.connectimg{
  padding:10px 10px 10px;
}
.diffuseimg{
  padding:100px 10px 60px;
}
.connect4images{
  padding:10px 10px 60px;
}
.diffuseimages{
  padding:10px 5px 60px;
}
.connect4images .imgone{
  position:relative;
  padding:10px;
  margin:1px 350px 10px;
    max-width: 50%;
  height: 50%;
  border-radius: 10% !important;
}
.connect4images .imgtwo{
  position:relative;
  margin:10px 400px 10px;
  padding:10px;
    max-width: 50%;
  height: 50%;
  border-radius: 10% !important;
}
.diffuseimg .imgone{
  position:relative;
  float:left;
    max-width: 100%;
  height: auto;
  padding:10px;
  
  margin-bottom: 0.5rem !important;
  border-radius: 10% !important;
}
.connectimg p{
    width:80%;
}
.connectimg .imgone{
  position:relative;
    max-width: 100%;
  height: auto;
  margin: 10px 110px 1px;
  padding:10px;
  margin-bottom: 0.5rem !important;
  border-radius: 10% !important;
}
.connectimg .imgtwo{
  position:relative;
  margin:10px 10px 1px;
  padding:10px;
    max-width: 100%;
  height: auto;
  border-radius: 10% !important;
}
.dropdown {
    overflow: hidden;
    display:inline;
    float:right;
    border-radius:4px;
    
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 18px;    
    border: none;
    outline: none;
    color: #868e96;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #025ea0;
    min-width: 160px;
    box-shadow: -10px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #868e96;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #fff;
}

.show {
    display: block;
}

.sites a:hover {
  background-color: #00213e;
  color: #757575;
}

a {
  text-decoration: none;
}


.sites .dropdownproject :hover {
  background-color: #00213e;
  color: #757575;
}



.dropdownproject {
    overflow: hidden;
    display: inline-block ;
    float:right;
    border-radius:4px;
    margin: 0px 15px;
}

.dropdownproject .dropbtnproject {
    cursor: pointer;
    font-size: 18px;    
    border: none;
    outline: none;
    color: #868e96;
    padding: 14px 30px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdownproject-content {
    display: none;
    position: absolute;
    
    background-color: #025ea0;
    min-width: 160px;
    box-shadow: -10px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdownproject-content a {
    float: none;
    color: #868e96;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdownproject-content a:hover {
    background-color: #fff;
}
.sites .dropdownproject:hover .dropbtnproject, .dropbtnproject:focus a:hover {
  background-color: #00213e;
  color: #757575;
}
.showproject {
    display: block;
}

.major {
	color:black;
	text-transform: uppercase;
	font-weight: bold;
}

a {
  text-decoration: none;
}


.sites .dropdownproject :hover {
  background-color: #00213e;
  color: #757575;
}


.column {
    float: left;
    margin-left: 10px;
}

/* Clear floats after the columns */
.rows {
     -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.column .title {
  color: black;
  margin: 0px;
  text-shadow: 0px 0px 0px black;
}

.image_frame {
    width: 600px;
    height: 200px;
}