/*!
 * Start Bootstrap - Thumbnail Gallery (https://startbootstrap.com/template-overviews/thumbnail-gallery)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-thumbnail-gallery/blob/master/LICENSE)
 */


.position , .sname{
	
	text-align:center;
	color:black;
	 font-size: 1.3em;
	
}


a{
	
	text-decoration:none !important;
}

a:visited { text-decoration: none !important; }
a:focus { text-decoration: none !important; }
a:hover, a:active { text-decoration: none !important; }

body{
	background-color:white !important;
	
	
}
h1{
	margin :0px !important;
}

.bormem{
border: 3px solid black;
box-shadow: 5px 10px #888888;
    margin-bottom: 1em;
}

   a:hover {
 cursor:pointer;

}

.inact{
   pointer-events: none;
   cursor: default;
}

.alumniwelcome{
background:url("../images/CIUG_w.jpg") fixed ;
	background-size:cover;
	width:100%;
	height:250px;
	margin-bottom:100px;
	
}
.alumniwelcome h1{
font-family: 'EB Garamond', serif;
font-size:100px;
}

@media (max-width: 480px){
.alumniwelcome h1{

font-size:68px;
}
}