/*----------------------------------------------------------------------------- 
[SNHU HTML Class] Screen Stylesheet 

version:   1.0 
date:      15/11/2018 
author:    [Denys Zayets] 
email:     [denys.zayets@snhu.edu] 
website:   [your domain] 
version history: [location of file] 

/* Remove padding and margin */ 

*  
    { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/*------------------------ BODY ------------------------*/
body 
    { 
    font: 62.5%/1.5  "PTSans", Tahoma, Verdana, sans-serif; 
    text-align:center; 
} 

}

.hero-image {
  background-image: url("images/bg.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/*------------------------ HOME CALL TO ACTION BUTTON ------------------------*/

.home-button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:18px;
	padding:18px 60px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.home-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.home-button:active {
	position:relative;
	top:1px;
}

/*------------------------ FONTS ------------------------*/

h1 
    { 
    font-size: 2em; 
} 

h2 
    { 
    font-size: 1.5em;     
} 

h3 
    { 
    font-size: 1.7em; 
} 

h4 
    { 
    font-size: 1em;     
} 

h5 
    { 
    font-size: 0.8em;     
} 

p 
    { 
    font-size: 1.5em;     
}

/*------------------------ FONTS ------------------------*/


/*------------------------ FONTS ------------------------*/


/*------------------------ FONTS ------------------------*/


/*------------------------ FONTS ------------------------*/