html, body {
	background-color: #d2d2d2;
	text-align: center;
	height: 100%;
	font-weight: normal;
	font-size: 100%;
	font-family: 'Mina', sans-serif;
	color: #0000000;	
}

html, body, div, span, table, td, img, figcaption, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, img, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img, embed, object, video {
	max-width: 100%;
}

.spacer {
	width: 1px;
	height: 1px;
}

a:focus { 
	outline: none; 
}

a {
	color: #483087;
}

#page {
	display: block;
     position: relative;
     margin: 0;
     padding: 0;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
}

#logo-bar {
	display: block;
     margin: 0;
     padding: 0;
     width: 100%;
     height: 150px;
     background-color: #000000;
     box-sizing: border-box;
     border-style: solid;
     border-width: 1px 0 0 0;
}

#logo-bar-content {
	display: block;
     margin: 0 auto;
     padding: 0;
     width: 90%;
     max-width: 1200px;
     height: 150px;
}

#top-email {
	display: block;
     width: 25%;
     float: left;
     margin: 0;
     padding: 44px 0 0 0;
}

#top-email-icon {
	display: block;
     width: 50px;
     height:42px;
     float: left;
     margin: 0;
     padding: 0;
}

#top-email-text {
	display: block;     
     margin: 0;
     padding: 15px 0 0 0;
     text-align: left;
     color: #ffffff;
     font-size: 1rem;
     line-height:1.4rem;
     font-family: 'Mina', sans-serif;
}

.email-link {
	color: #ffffff !important;
	text-decoration: none;
     white-space:nowrap;
}

#top-logo {
	display: block;
     width: 40%;
     max-width: 355px;
     margin: 0 auto;
     padding: 40px 0 0 0;
}

#top-social-media {
	display: block;
     width: 25%;
     float: right;
     margin: 0;
     padding: 55px 0 0 0;
     color: #ffffff;
     font-size: 1rem;
     line-height:1.4rem;
     font-family: 'Mina', sans-serif;
}

.top-icon {
     float: right;
     width: 30px;
     height: 30px;
	color: #888888 !Important;
	display: inline-block;
	padding: 6px;
     font-size: 1rem;
     margin: 0 0 0 1px;
     background-color: #ffffff;
     box-sizing: border-box;
}

.top-icon:hover {
	cursor: pointer;
     color: #ffffff !Important;
	background-color: #888888 !Important;
}

#menu-bar {
	display: block;
     margin: 0;
     padding: 0;
     width: 100%;
     height: 45px;
     background-color: #ffffff;
     box-sizing: border-box;
}

#content {
	display: block;
     position: relative;
     margin: 0;
     padding: 0;
	width: 100%;     
}

#slider {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;	
}

.slider-text-block {
	display: block;
     width: 200px;
	position: absolute;
     right: 5%;
     bottom: 40px;
     z-index: 10;
}

.slider-text1 {
     font-family: 'Poiret One', cursive;
	font-size: 1.2rem;
     color: #f7a2fa;     
     line-height: 1.5rem;
     text-align: center;
}

.slider-text2 {
	font-family: 'Poiret One', cursive;
	font-size: 2rem;
     color: #ffffff;
     text-align: center;
}

.scroll-down-container {
	position: absolute;
     left: 50%;
     bottom: -50px;
     margin-left : -56px;
     z-index: 10;
     background-color: #ffffff;
     border-radius:50%;
     width: 110px;
     height: 90px;
     padding: 12px 37px;
     box-sizing: border-box;
}

.scroll-down {
	color:#000000 !Important;
     background-color: #ffffff;
	border-radius:50%;
	display:inline-block;
     font-size: 2.2rem;
}

.scroll-down:hover {
	cursor:pointer;
	color:#888888 !Important;
     background-color: #ffffff;
}

#bottom-logo {
	width: 100%;
	max-width: 130px;
	margin: 0 auto 5px auto;
}

.scroll-up-container {
	position: fixed;
     right: 20px;
     bottom: 20px;
     z-index: 10;
	display:none;
}

.scroll-up {
	color:#fff !Important;
     background-color: #aaaaaa;
	border-radius:10px;
	display:inline-block;
	padding:9px 12px;
	transition:all 0.5s ease-in-out;
}

.scroll-up:hover {
	cursor:pointer;
	background-color: #000000;
	color:#fff;
	transition:all 0.5s ease-in-out;
}

#bottom-bar {
	display: block;
	width: 100%;
	box-sizing: border-box;
     margin: 0;
     padding: 30px;
     text-align: center;
     background-color: #000000;
}

#bottom-bar a {
	color: #ffffff;
}

#bottom-bar a:hover {
	color: #ffffff;
}

#bottom-info {
	display: block;
	width: 100%;
	box-sizing: border-box;
     margin: 0;
     padding-top: 10px;
     text-align: center;     
     color: #ffffff;
     font-size: .8rem;
     line-height: 1.5rem;
}

#bottom-social-media {
	display: table;
     margin: 0 auto;
     padding: 20px 0 20px 0;
     color: #ffffff;
     font-size: 1rem;
     line-height:1.4rem;
     font-family: 'Mina', sans-serif;
}

.bottom-icon {
     float: right;
     width: 30px;
     height: 30px;
	color: #888888 !Important;
	display: inline-block;
	padding: 6px;
     font-size: 1rem;
     margin: 0 5px;
     background-color: #ffffff;
     box-sizing: border-box;
}



@media screen and (max-width : 800px){
     
.email-link {
	text-decoration: underline;
}     

}


@media screen and (max-width : 767px) {
	
body {
	font-size: 80%;	
}
     
#top-logo {
     width: 90%;
     max-width: 355px;
}     

#page-title {
     text-align: center;     
}
     
.slider-text-block {
     width: 150px;
}     

.scroll-up-container {
	bottom:10px;
	right:10px;
}
     
.bottom-logo {
	width: 60%;
	max-width: 150px;
	margin: 0 auto 5px auto;
}     

}