/* Style the body */
body {
  font-family: "Hind", sans-serif;
  margin: 0;
}
html {font-size: 20px; }
h1 {font-size: 2.25rem;}
h2 {font-size: 1.875rem;}
p {font-size: 1rem;}

/* Buttons */
.button {
  background-color: #082247; /* URI Blue */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
/* --LOGO AND HEADER-- */
/* Top Bar - URI Logo */
.sitelogo{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-size: 275px auto;
          }
.topbar{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    background-color: #082247;
    width: 100%;
    justify-content: flex-start;
    position: fixed;  }
.header {
display:flex;
  background: #ffff;
  overflow: hidden;
  color: white;
	justify-content: center;
}
.globalbanner-wrapper {
    position: relative;
    width: 100%;
    min-height: 45px;
    background-color: #002147;
    background-image: url(graphics/campus-screen.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 500px;
    color: #fff;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
}
/* -- NAVIGATION BAR -- */
/* Style the top navigation bar */
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002147;
    font-size: large;
    font-weight: 100;
    
}

.nav-item {
  color: white;
  text-decoration: none;
    padding: 10px;
}

.nav-item:hover {
  background-color: #e4bd3d;
}
.dropdown {
  position: relative;
  display: inline-block;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #002147;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
    margin-top: 9px;
}

.dropdown-content .dropdown-item {
  color: white;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content .dropdown-item:hover {
  background-color: #68ABe8;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
.navbar {   
    flex-direction: column;
  }
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
.navbar {   
    flex-direction: column;
  }
}
/* -- FOOTER -- */
/* Flexible Footer */
.flex-footer { 
  box-sizing: border-box;
  overflow: hidden; 
  display: flex;
  background-size: auto 500px;
  background: #082247; 
  background-image: url("/graphics/campus-screen.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20px;
  height: 200px;
  flex-direction: column;
  color: white;
}
.flex-footer a{
  color: white;
  text-decoration: none;
  font-weight: 500;}
.flex-footer a:hover{text-decoration: underline;}
          
.flex-footer ul{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
          }
.footer-item-left {
  flex: 50%;
  align-self: flex-start;}
.footer-item-right {
  flex: 50%;
  align-self: flex-end; 
  position: relative;  
  bottom: 120px;}
  
  
/* -- PAGE CONTENT -- */
/* Main column */
.contentstyle {
    background-color: #ffffff;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    flex-basis: 70%;
      margin-left: 20%;
      margin-right:20%;
          }
.contentstyle a{ color:#082247;}

/* Feature Bar */

.feature-wrapper{
    padding-top: 20px;
    width: 100%;
    z-index: 2;
}
.feature-img{
    float: right;
    padding-right: 10%;
    z-index: 2;
    margin-top: -40px;

    }
.feature-img img{ 
    border-color:white;
    border-style: solid;
    border-width: 1px;
    border-radius: 1%;
    box-shadow: 0 0 6px 4px #D3D3D3; 
    z-index: 2;
}
.featurebar{
    flex-wrap: wrap;
    flex-direction: row; 
    background-color: #68ABe8; 
    color: #082247; 
    padding-left: 20px; 
    padding-right: 20px;
    padding-top: 20px; 
    padding-bottom: 20px;
    z-index: 1;
    width: 100%;
    position: static;
    }

.feature-content{
    color:#082247;
    width: 60%;
    margin-right:10%;
	margin-left:21%;
	margin-top: 30px;
	margin-bottom: 30px;}

.featurebar a{
    color: white;
    }

    @media screen and (max-width: 800px){.featurebar{flex-direction: column;}
        .feature-text-left{flex:60%;}
        .feature-img-right{flex:40%;}}
/*Content Box */ 
.contentbox{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #efefef;
  padding: 20px;
  border-radius: 3px;}
  
.flex-item-left {
  flex: 50%;
  align-self:flex-start;}
.flex-item-right {
  flex: 50%;}
          
@media screen and (max-width: 800px) {
.contentbox {   
  flex-direction: column;}
.flex-item-right, .flex-item-left {
  flex:100%; }}
  
.content-single-col{
  flex-direction: column;
  background-color: #efefef;
  padding: 20px;
  border-radius: 5px;
    position: relative;
}

.content-blog{
    display: flex;
    flex-direction: column;
    background-color: #efefef;
    padding: 20px;
    border-radius: 3px;  
}
.content-blog h1{font-size: 1.75rem;}
.content-blog h2{font-size: 1.25rem;}

