@charset "UTF-8";
/* CSS Document */

/*Main CSS*/

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf") format("woff2"),
url("./fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf") format("woff");
}

body{margin: 0px; padding: 0px;}

.header-wrapper{width: 100%; min-height: 150px; max-height: 175px; margin-left: auto; margin-right: auto; border: 1px solid #000;}
.headerleft-container{width: 70%; height: 100px; float: left;}

.leftHeaderTitle{width: 100%; height: auto; font-family: arial; font-weight: bold; font-size: 30px; margin-top: 15px;}
.leftHeaderTitle a{text-decoration: none; color: #000;}
.leftHeaderSubtitle{width: 100%; height: auto; margin-top: 5px; font-family: arial; font-weight: bold;}
.leftHeaderSubtitle1{width: 100%; height: auto; margin-top: 5px; font-family: arial;}

.headerright-container{width: 25%; height: auto; float: left;}

.UoGLogo{width: 100%; height: auto;}
.UoGLogo img{height: 100%; width: 100%;}


.headernavBar{width: 100%; height: 30px; padding: 10px 5px 10px 5px; background-color: #000; color: #fff; float: left; text-align: center;}
.headernavBar a{color: #fff; text-decoration: none; font-family: arial; font-weight: bold;}

.wrapper{width: 95%; height: auto; margin-left: 2.5%; margin-right: 2.5%; margin-top: 5px; float: left;}

.box{width: 100%; height: auto;}
.box-img{width: 100%; min-height: 50px; max-height: 1000px; margin-left: auto; margin-right: auto; margin-top: 10px;}

.projectName{width: 98%; height: auto; margin-left: auto; margin-right: auto; margin-top: 10px; text-align: center; text-decoration: none; font-weight: bold;}


/*Projects Page Properties*/
.projectTile{width: 15%; height: 250px; border: 1px solid #000; float: left; margin: 5px;}
.projectImage{width: 90%; height: 175px; border: 1px solid #000; margin-left: auto; margin-right: auto; margin-top: 10px;}
.projectTitle{width: 90%; height: auto; margin-left: auto; margin-right: auto; margin-top: 10px; text-align: center; font-family: arial; font-weight: bold; border: 1px solid #000;}


.projectColumnLeft{width: 70%; min-height: 200px; max-height: auto; float: left; background-color: #ff0;}
.projectColumnRight{width: 30%; height: auto; float: left;}

.card{width: 90%; height: auto; margin-left: auto; margin-right: auto; border: 1px solid #ccc; margin-top: 10px; background-color: #fff; border-radius: 10px; margin-bottom: 10px;}
.card-header{width: 100%; height: auto; border-top-left-radius: 10px; border-top-right-radius: 10px; background-color: #ccc; text-align: center; font-weight: bold; font-family: arial; font-size: 20px; padding: 10px 0px 10px 0px;}
.card-img {width: 80%; height: 90px; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px;}
.card-img img{height: 100%; width: 100%;}



/*Equipment Propertis*/
.equipmentWrapper{width: 100%; height: 150px; border: 1px solid #000;}



/* Footer Elements */
.footer-wrapper{width: 100%; height: auto; background-color: #000; color: #fff; float: left; padding: 15px 0px 15px 0px;}
.footer-wrapper a{color: #fff; text-decoration: none; font-size: 12px;}
.footer-wrapper a:hover{color: #ff0; text-decoration: underline; font-size: 12px;}

.bottom-footer{width: 100%; height: auto; font-size: 10px; color: #fff;}



/*Share Buton Properties*/
/** Social Button CSS **/

.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.1em 0.6em;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.2em;
	text-decoration: none;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.hackernews  { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }