@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

body {
	margin: 0;
	line-height: 1.5;
	font-size: 1rem;
	background-color: #dbe5e1;
}

h4 {
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: inherit;
	font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.jumbotron {
    padding: 8rem 0rem;
    margin-bottom: 2rem;
    background-color: transparent;
    border-radius: .3rem;
}

#logo {
	background-image: url(logoCisl.png);
	display: block;
	width: 100%;
	height: 100px;
	background-size: 250px auto;
	background-repeat: no-repeat;
	background-position: center right;
	margin-bottom: 1rem;
}

@media (max-width:767px) {
	#logo {
		height:55px;
		background-size: 150px auto;
	}
}

.container {
	position: relative;
	z-index: 9;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.mainBoxContainer {
	margin-right: auto;
    margin-left: auto;
	padding-right: 15px;
    padding-left: 15px;
}

#textContainer {
	text-align: left;
}

#mainBox {
	background-color: #fff;
	border-radius: 3px;
	padding: 1.5rem;
	text-align: center;
	box-shadow: 0 0 40px rgb(0 0 0 / 25%);
}

#openUrl {
    margin: 20px 0 0 0;
    padding: 16px 40px;
    display: inline-block;
    background-color: #006742;
    border-radius: 30px;
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    z-index: 2;
    text-decoration: none !important;
}

#openUrl:hover {
	background-color: #3f3f3f;
}

@media (max-width: 1200px) {
    #openUrl {
        font-size: 16px;
        padding: 13px 30px;
    }
}

@media (max-width: 767px) {
    #openUrl {
        font-size: 14px;
    }
}