@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap&subset=latin-ext');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 140px 0 0 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65em;
  background: #fff;
}

body, html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
a:link,
a:visited {
  color: #e30060;
}

a:focus,
a:hover {
  color: #333;
}

a:focus {
  outline: 0;
}

img {
  border: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.white {
	background-color: #fff;
}

header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}

header.smaller {
  padding: 1px 0;
}

.paradex h1 {
	line-height: 50px;
	font-size: 28px;
	margin: 0;
	height: 50px;
	background: #e30060;
	color: #fff;
	padding: 0 30px;
	display: inline-block;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.smaller .paradex h1 {
	line-height: 40px;
	height: 40px;
	margin-top: 5px;
	font-size: 22px;
}

.navbar {
  float: right;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .nav {
  margin: 0;
}

.navbar-inner {
  background: transparent;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  background-color: none;
}

.navbar .nav>li>a {
  background: transparent !important;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 600;
	font-size: 13px;
  padding: 0;
  margin-left: 40px;
  line-height: 50px;
  color: #414141;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.smaller .navbar {
  margin-top: 0;
}

.navbar .nav>li>a:hover,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  color: #e30060;
}

#banner {
  height: 100%;
  position: relative;
}

.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  left: 0;
  right: 0;
  text-align: center;
}

.page-header {
	margin-bottom: 50px;
}

.item-page h2 {
	font-weight: 300;
	margin: 35px 0;
	font-size: 28px;
}

.item-page {
	margin-top: 40px;
	margin-bottom: 100px;
}

.link a {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: #e30060;
	padding: 9px 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
}

.link a:hover {
	background: #333;
}

.link {}

/* BOTTOM */
#bottom {
  background: url('../images/bottom.png') no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
	padding-bottom: 40px;
}

#bottom .moduletable h3 {
	color: #fff;
	text-align: center;
	margin: 40px 0;
}

#bottom .moduletable {
	text-align: center;
}

#bottom .moduletable .custom {
	overflow: hidden;
}

#bottom .moduletable p {
display: inline;
margin: 0 10px 20px 10px;
}

#bottom .moduletable img {
	padding: 5px;
	background: #fff;
	height: 400px;
}

#bottom .moduletable h2 {
	color: #00a9e3;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	font-size: 18px;
}


/* Footer */
.dark {
	background: #222;
}

.footer p {
	margin: 30px 0;
	color: #999;
}
