@import url("bootstrap.min.css");
@import url("fontawesome.5.0.12.all.min.css");
@import url("sections.css");
@import url("menu.css");
@import url("news.css");
@import url("tables.css");

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

body {
	background: #001e35;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	color: #444444;
	line-height: 1.5;
}


.index {
	height: 100%;
	width:100%;
}

main {
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
}

a, a:focus, a:visited {
	color: #0066b9;
	text-decoration: none;
	transition: 0.1s;
}

a:hover, a:active {
	color: #0066b9;
	outline: none;
	text-decoration: none;
}

h1 {
	color: #ffffff; 
	text-transform:uppercase;
	font-size: 3rem;
    line-height: 3.5rem;
}

@media screen and (max-width: 1000px) {
	h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

h2 {
	color: #002e50;
	text-transform:uppercase;
	font-size: 2.5rem;
    line-height: 3rem;
}

@media screen and (max-width: 1000px) {
	h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}


h2, h3 {
	color: #002e50;
}

p {
	margin: 0px 0 0px 0;
	padding: 10px 0 10px 0;
}

h2 + ul {
	margin-top:20px;
}

img {
	height: auto; 
	border-radius: 20px;	
	overflow: hidden;	
	width: 100%; 
}

ul {
	margin: 0px 15px 15px 15px;
	list-style: disc; 
}

ul > li > ul > li { 
	color:#777777;
}

iframe {	
	border-radius: 20px;
	height: 400px;
	overflow: hidden;
	width: 100%
}

footer { 
	background: #001E35;
	bottom: 0;
	color: #ffffff; 
	font-size: 14px;
	margin: 0; 
	padding: 10px 0px 10px 0px; 
	position: fixed;
    text-align: left;	
	width: 100%;
	z-index: 1000;  
}

.accordion-button {
    color: #002e50;
	font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #002e50;
}

.accordion-button:focus {
	box-shadow: none;
}

.project + .project {
	margin-top: 20px;
}

.project {
	padding: 20px;
	border: solid 1px #d0d0d0;
	border-radius: 20px;	
	overflow: hidden;	
}

.project > .title {
	color: #009fdc;
	font-size: 1.6rem;
	line-height: 2rem;
}

.project > .content {
	margin-top: 20px;
}

.project > .contact {
	margin-top: 20px;
}

.project > .website {
	margin-top: 20px;
}

a.service-box {
	text-align: center;
}

a.service-box {
	color: #fff;
	text-decoration: none;
}

a.service-box:hover {
	color: #b0dfff;
}


.service-box .title {
	font-size: 22px;
	margin-top: 10px; 
}


.service-box .smalltitle {
	font-size: 17px;
	margin-top: 10px; 
}

.unvisible {
	display: none;
}


.absolute {
    position: absolute;
    bottom: 100px !important;
    padding: 0 15px;
    text-align: center;
	width: 100%;
}

@media (max-width: 768px) {
	h2 { text-align:center; }
	.absolute {  position: relative; padding: 220px 0px 100px 0px; }

}



