@charset "utf-8";


body{
	font-family: 'Noto Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
	background-color: #3d0666;
	background-image: url("images/Web page background.jpg");
}

h1{
	font-family: 'Roboto' sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3d0666;
	font-size: 100px;
	text-shadow: 3px 2px 7px grey;
	
	
}

h3{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 40px;

}
.footer{
	width: 100%;
	text-align: center;
	height: auto;
	background: #222222;
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position:fixed;
	bottom: 0;
	padding-top:7px;
	padding-bottom: 3px;
	margin-top: 50px;
}

p{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: none;
	font-size: 25px;
}

li{
	font-size: 25px;
}

.container{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: cyan;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: cyan;
	background-color: white;
	
}

.row{
	width: 100%;
	padding-top: 20px;
	padding-bottom:20px;
	margin-top: 30px;
	margin-bottom: 40px;
	max-height: 1000px;
	
}

.fa-facebook {
  	
}

.fa-twitter { 
  
}

.fa-pinterest { 
}

.fa-linkedin{
	
}
.media-right{
	text-align: left;
	padding-left: 20px;
}

.media-left{
	padding-right: 20px;
}

#image-grid{

      margin:6px;
	padding: 10px;

}

.custom-col{

      padding:10px;
      overflow:hidden;

}


 .affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }

.center{
	padding: 100px 20px;
	vertical-align: middle;
	text-align: center;

}


.hscroll{
	width: 350px;
	overflow: scroll;
	
}