/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./styles/global.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/

.text-shadow{
	text-shadow: 2px 2px 4px #000000;
}

header{
	padding: 5px 0px;
	float: left;
	width: 100%;
	position: relative;
}

header.sticky {
  animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all .3s ease 0s;
  border-bottom: 1px solid #f2f4f7;
  background: #fff;
}

.box-section{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	font-size: 18px;
	height: 480px;
	color: #fff;
	background: no-repeat center center;
	background-image: none;
	background-size: auto;
	background-size: cover;	
}

.bg-box-section{
	background-image: linear-gradient(to left, transparent, black);
}

.page-text {
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.03px;
    color: #ffffff;
    padding: 50px 0px;
    opacity: 1;
	text-shadow: 2px 2px 4px #000000;
}

.link-title {
	color: #ffffff;
}

.link-title:hover {
	color: #ffffff;
	background-color:#2980b9;
}
