/*
Milan Landing Page Theme
*/


@import url("assets/css/bootstrap.min.css");

@font-face {
  font-family: 'LuloCleanOne-Bold';
  src: url('assets/fonts/LuloCleanOne-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/LuloCleanOne-Bold.otf')  format('opentype'),
	     url('assets/fonts/LuloCleanOne-Bold.woff') format('woff'), url('assets/fonts/LuloCleanOne-Bold.ttf')  format('truetype'), url('assets/fonts/LuloCleanOne-Bold.svg#LuloCleanOne-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #ffffff;
	font-family: "futura-pt";
	font-size: 18px;
	height: 100%;
	color: #22204a;
}

a {
	color: #ec008c;
}

a:hover {
	color: #ec008c;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 27px;
}

h1, h2, h3 {
	font-family: 'LuloCleanOne-Bold';
	margin-top: 20px;
    margin-bottom: 40px;
    color: #22204a;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
}

h1 {
	font-size: 30px;
	margin-bottom: 40px;
	letter-spacing: -5px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h3.ntm {
	margin-top: 0;
}

h1 span, h2 span, h3 span, h4 span, p span {
	color: #ec008c;
}

h4 {
	color: #524f94;
	font-weight: 400;
	font-size: 27px;
}

/*Basic Styles*/

.screen-reader-text {
	display: none;
}

.frame img {
	display: inline-block;
	height: auto;
    max-width: 100%;
}

.table-area {
	display:table; 
	table-layout:fixed; 
	width:100%; 
	height:100%;
}

.table-align {
	display: table-cell;
    vertical-align: middle;
}

.center {
	text-align: center;
}

.padding {
	padding: 40px;
}

.margin {
	margin-bottom: 40px;
}

.white {
	color: white;
}

.purple {
	color: #524f93;
}

.white-bg {
	background-color: white;
}

.purple-bg {
	background-color: #534f95;
	color: white;
}

.bottom-border {
    padding-top: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ec008c;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/*Page*/

.section {
	padding: 50px 0;
}

.bg-section {
	padding: 50px 0;
	background-image: url(assets/images/bg.png);
	background-repeat: repeat;
}

.logo {
	margin-bottom: 40px;
	width: 293px;
}

h3 img {
	margin-right: 10px;
}

.whats-it-for {
	padding: 50px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(assets/images/whats-it-for-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.whats-it-for h3 {
	margin-top: 0;
}

.features .row .col-md-6 {
	margin-bottom: 50px;
}

.user-driven {
	padding: 50px 0;
	background-image: url(assets/images/user-driven.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.quote-mark {
	margin-bottom: 20px;
}

.creators img {
	margin-bottom: 40px
}

/*.rollover img {
	width: 100%;
	height: 100%;
}*/

.rollover img {
	height: 100%;
	width: 100%;
}

.rollover-text {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 95%;
	top: 0;
	height: 100%;
}

.rolloverlay {
	display: none;
	position: absolute;
    height: 100%;
    top: 0;
    left: 15px;
    right: 15px;
    background: rgba(0,0,0,.4);
}

.footer {
	background-color: #22204a;
	padding-top: 100px;
	padding-bottom: 100px;
}

.videos .embed-container {
	margin-bottom: 18px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer ul{
	font-weight: bold;
    padding: 0;
    margin-top: -2rem;
}


@media (min-width: 768px) {

	h1 {
		font-size: 36px;
		letter-spacing: 0;
	}
	
	h2 {
		font-size: 27px;
	}

	.creators img {
		margin-bottom: 0px
	}
	

}