/*

	Style settings of the slider example templates

*/



#layerslider {
	margin-top: 50px;
	margin-bottom: 50px;
}
#layerslider2 {
	margin-top:0px;
	margin-bottom: 0px;
}
#layerslider3 {
	margin-top:-40px;
	margin-bottom: 0px;
}
.largemargin {
	margin-bottom: 110px !important;
}

.giantmargin {
	margin-bottom: 170px !important;
}

.fullsize {
	margin-top: 0 !important;
}

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

body.dark-theme {
	background: #03121d;
}

body.dark-theme h1 {
	color: rgba(255, 255, 255, 0.7) !important;
}

body.dark-theme #description p {
	color: rgba(255, 255, 255, 0.7) !important;
}

#description {
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
}

#description h1,
#description p {
	font-family: 'Nunito', sans-serif;
}

#description h1 {
	color: #555;
	font-weight: 400;
	font-size: 26px;
	padding: 30px 0 20px 0;
	margin: 0;
}

#description h1 span {
	font-family: 'Lato', sans-serif;
	color: red;
	font-size: 29px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	top: 1px;
}

#description p {
	color: #656565;
	font-weight: 300;
	font-size: 18px;
	margin: 0;
}

#description a {
	text-decoration: none;
	color: #656565;
	font-weight: 400;
	border-bottom: 1px dashed #555;
}

#description a:hover {
	color: red;
	border-color: red;
}

.button {
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	line-height: 50px;
	font-family: Nunito;
	font-size: 30px;
	padding: 5px 40px;
	border: 0;
	border-radius: 100px;
	background: rgb(0, 140, 184);
	color: rgb(255, 255, 255);
	margin: 0px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.button:focus {
	outline: none;
}

.text-center {
	text-align: center;
}
