html{
scroll-behavior:smooth;
}


body{
font-family: 'Barlow Condensed', sans-serif;
height: 700px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../img/header.jpg");
}

.jumbotron h1{	
font-size: 90px;
text-align:center;
margin-top:250px;
color:#ffffff;
word-wrap:break-word;
background-image: linear-gradient(to right,rgba(5,5,5,0),rgba(5,5,5, 0.4), rgba(5,5,5, 0.8), rgba(5,5,5,0.8),rgba(5,5,5, 0.4), rgba(5,5,5,0));
width:70%;
margin:auto;
}

.jumbotron{
width:100%;
height:700px;
background: linear-gradient(rgba(15,15,15, 0.8), rgba(15,15,15, 0.7), rgba(15,15,15, 0.6),rgba(15,15,15, 0.5));
margin-bottom: 0px!important;
}

.jumbotron  .header-container p{
font-size:20px;
color:#eee;
margin-top:40px;
margin-bottom:20px;
}

.navbar{
color:white;
background-color:rgba(0, 0, 0, 0.7);
}

.nav-link{
color:white;
font-size: 20px;
padding:10px 80px;
}

.nav-link:hover{
color:white;
background:rgba(180,180,180,0.3);
transition:0.999s;
}

.fa-bars{
color:white;
font-size:30px;
}

.btn{
padding:10px 30px;
border-radius:5px!important;
background:#222222;
font-size: 25px;
margin-top:15px;
border:1px solid #555;
}

.presentation-section, .portfolio-section{
background:#ffffff; 
padding:80px 0!important;
}

.services-section{
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: linear-gradient(rgba(15,15,15, 0.5), rgba(15,15,15, 0.6)),url(../img/services.jpg);
/*background-image: url("../img/services.jpg");*/
padding:80px 0!important;
}



.portolio-container h2,.presentation-container h2{
color:#000000;
}

.services-container h2, .container-contact h2{
background-image: linear-gradient(to right,rgba(5,5,5,0),rgba(5,5,5, 0.4), rgba(5,5,5, 0.6), rgba(5,5,5,0.6),rgba(5,5,5,0.6),rgba(5,5,5, 0.4), rgba(5,5,5,0));
color:#ffffff;
}

.services-container h2,.portolio-container h2,.presentation-container h2,.container-contact h2{
font-size:37px;
padding:20px;
text-align:center;
}

.services-container p,.portolio-container p,.presentation-container p,.container-contact p{
font-size:20px;
padding:30px;
text-align:center;
}

.services-container p,.container-contact p{
color:#eee;
margin-top:25px;
margin-bottom: 30px;
}

.services-item {
margin-top:25px;
margin-bottom: 30px;
}

.services-item img{
width:40%;
margin-left:30%;
}

.services-item p{
text-align:center;
border-top:2px #cdcdcd solid;
border-bottom:2px #cdcdcd solid;
padding-top:18px;
padding-bottom:18px;
margin-top:28px;
margin-bottom:18px;
font-size:17px !important;
color:#222;
}


.services-item-card{
padding:60px 15px;
}

.card{
color:#444444;
border:1px #adadad solid;
border-radius:5px;
}

.card-title,.card-title a{
color:black;
text-align:center;
}

.card-img-top{
margin:0 20%;
width:60%; 
}

.col-portfolio{
margin-top:15px;
}

.col-portfolio p a{
font-size:20px;
color:#434343;
width:100%;
text-align:center;
display:block;
margin:auto;
padding:20px 0px;
border-radius:5px 5px 0px 0px;
border:1px solid #cdcdcd;
box-shadow: 1px 1px 7px 1px #ededed!important;
transition:0.7s;
text-decoration:none;
}

.col-portfolio p a:hover{
background:#444;
color:#fefefe;
}

.col-portfolio img{
width:100%;
border-radius:5px 5px 0px 0px;
border:1px solid #cdcdcd;
box-shadow: 1px 1px 7px 1px #ddd!important;
margin:auto;
}

.col-portfolio p{
width:100%;
padding:15%;
border-radius:0px 0px 5px 5px;
border:1px solid #cdcdcd;
box-shadow: 1px 1px 7px 1px #ddd!important;
word-wrap:break-word;
width:100%;

}

#contact{
padding:80px 0;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: linear-gradient(rgba(15,15,15, 0.6), rgba(15,15,15, 0.7), rgba(15,15,15, 0.8)),url(../img/header.jpg);

}

#formrow{
margin-top:30px;
}

.form-control{
border:none;
border-radius:3px;
padding:10px;
}

.form-group .controls label{
color:#eee;
margin-top:10px;
margin-bottom:25px;
}

#sendMessageButton{
background:#222222;
border:1px solid #555;
padding:10px 50px;
font-size:20px;
border-radius:3px;
}

@media  screen and (min-width: 1419px) {
	 .jumbotron h1{	
	margin-top:300px;
	margin-bottom:15px;
	}

	.jumbotron{
	height:900px;
	}
}

@media  screen and (min-width: 1919px) {
	.jumbotron h1{	
	margin-top:350px;
	}

	.jumbotron{
	height:1080px;
	}  
}

@media  screen and (max-width: 600px) {
	.jumbotron h1{
		width:100%;
		margin-top:120px;
	}

}

