body {
	width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-color: #111111;	
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;	
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 40px 0 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

ul, ol {
    margin: -15px 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
	
	ul, ol {
        margin: -25px 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #FF4CFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

footer a {
	color: #FFFFFF;
}

footer a:hover, a:focus {
    text-decoration: none;
    color: #FF4CFF;
}

a:hover,
a:focus {
    text-decoration: none;
	color: #80FFFF;
}

#logo {
	border-radius: 0px 0px 30px 30px;
	margin-bottom: 35px;
}

#icon {
	border-radius: 30px;	
}

.download-button {
	padding: 10px 15px 10px 15px;
}

.light {
	color: #111111;
	background-color: #FFFFFF;
	padding: 20px 15px 20px 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}



.btn {
    border-radius: 12px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
	border: 2px solid #FF4CFF;    
	color: #FF4CFF;
    background-color: transparent;	
}

.btn-default:hover,
.btn-default:focus {	
    border: 2px solid #FF4CFF;
    outline: 0;
    color: #000000;
    background-color: #FF4CFF;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 0 0 35px 0;
}

footer p {
    margin: 0;
}