
body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; color: #888; line-height: 30px; text-align: center; }

strong { font-weight: 600; }



h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 300; color: #555; line-height: 50px; font-style: italic; }
h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; font-style: italic; }

img { max-width: 100%; }

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #8542a0; color: #fff; text-shadow: none; }
::selection { background: #8542a0; color: #fff; text-shadow: none; }


/***** General style, all sections *****/



/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top menu *****/



/***** Top content *****/

.top-content { width: 100%; padding: 0; }

.top-content .carousel-item {
	height: 100vh;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-content .carousel-item-1 { background-image: url(../img/slides/slide-img-1.jpg); background-position: center center; }
.top-content .carousel-item-2 { background-image: url(../img/slides/slide-img-2.jpg); background-position: center center; }
.top-content .carousel-item-3 { background-image: url(../img/slides/slide-img-3.jpg); background-position: center center; }
.top-content .carousel-item-4 { background-image: url(../img/slides/slide-img-4.jpg); background-position: center center; }


.top-content .carousel-control-prev { border-bottom: 0; }
.top-content .carousel-control-next { border-bottom: 0; }

.top-content .carousel-caption { padding-bottom: 60px; }
.top-content .carousel-caption h1 { padding-top: 60px; color: #fff; }
.top-content .carousel-caption h3 { color: #fff; }
.top-content .carousel-caption .carousel-caption-description { color: #fff; color: rgba(255, 255, 255, 0.8); }

.top-content .carousel-indicators li { width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; }

#carousel-example-generic{
    margin:auto;
}


