@import url('https://fonts.googleapis.com/css2?family=Cardo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,400;1,500&display=swap');
body{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #333333;
	font-family: 'Cardo', serif;

}
html{
	scroll-behavior: smooth;
}



/*Hero Section*/
.hero{
	/*height: 600px;*/
	background-color: #D5D8DD;
	background-image: url("../images/lady-with-flower-homepage.jpeg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
	font-weight: 200;
}
.navbar-brand img{
	width: 80%;
}

.hero-content h2{
	font-size: 50px;
	margin-top: 100px;
	margin-bottom: 20px;
	color: #ffffff;
}
.hero-content h1{
	font-size: 100px;
	margin-bottom: 200px;
	color: #fff;
}

p{
	font-size: 18px;
	color: #333333;
}

/*About Section*/
.about{
	margin: 100px 0px;
}
.about-content h5{
	color: #333333;
	font-size: 18px;

}
.about-content h2{
	font-size: 48px;
	margin-bottom: 30px;
}
.about-content p{
	width: 70%;
	margin: 0px auto;/*
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 200;
	color: #333333;*/
}




/*Experties Section*/
.experties{
	background-color: #f9f9f9;
	padding: 100px 0px;
}
.experties h5{
	font-size: 20px;
	font-weight: bold;
}
.experties .media > img{
	width: 70px;
}
.font-class{/*
    font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #333333;*/
	width: 80% important!;
}
.mb-70{
	margin-bottom: 70px;
}
.media.media-width {
    width: 80%;
}





/*Communicate Section*/
.communicate{
	padding-top: 100px;
}
.communicate h2{
	font-size: 48px;
}
.communicate img{
	width: 100%;
	margin-top: 70px;
}



/*Workflow Section*/
.workflow{
	padding: 80px 0px;
	background-color: #F9F9F9;
	padding-top: 130px;
}
.workflow-subtitle{/*
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 200;*/
	font-size: 18px;
	color: #333333;
	font-family: 'Cardo', serif;
}
.workflow img{
	width: 70px;
}
.workflow h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.workflow .separator img{
	width: 30px;
	margin-bottom: 30px;
}
.workflow h5{/*
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 200;*/
	font-size: 18px;
	color: #333333;
}

.workflow p{/*
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: 200;
	font-family: 'Cardo', serif;*/
	font-size: 15px;
	color: #333333;
}


/*Project Section*/
.project{
	background-color: #FFF85F;
	position: relative;
	height: 400px;
}
.project-content{
	margin-top: 10%;
}

.project-content a {
    text-decoration: none;
    font-size: 18px;
    background-image: url(../images/buttonBg.png);
    color: #333333;
    padding: 14px 19px;
    background-size: contain;
    background-repeat: no-repeat;/*
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 200;*/
    margin-top: 33px;
}
.project-img{
	position: absolute;
	right: 0;
	bottom: -50px;
}
.project-img img {
    width: 640px;
}


/*Awesomeness Section*/
.awesomeness{
	background-color: #FFF85F;
	margin-top: 130px;
}
.awesomeness h2{
	font-size: 36px;
}
.awesomeness p{
	font-size: 18px;
}
.awesomeness a{
	text-decoration: none;
	color: #333333;
}



/*Talk Section*/
.talk{
	background-color: #333333;
	padding: 100px 0px;
	color: #ffffff;
}
.talk h2{
	font-size: 48px;
}
.talk h4{
	font-size: 18px;
}
/*.talk p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: 200;
}
*/



.adress{
	color: #ffffff;
}





/*Responsiv*/

@media only screen and (max-width: 992px) {
  
.project-img{
	position: none;
	right: 0;
	bottom: -0px;
}
.hero-content h2{
	font-size: 30px;
	margin-top: 60px;
	margin-bottom: 10px;
	color: #ffffff;
}
.hero-content h1{
	font-size: 60px;
	margin-bottom: 120px;
	color: #fff;
}
.media.media-width {
    width: 100%;
}
.project{
	position: static;
	height: 1100px;
}
.project-img{
	position: static;/*
	display: none;*/
}
.project-img img {
    width: 100%;
    margin-top: 100px;
}
.about{
	margin: 60px 0px;
}
.experties{
	padding: 60px 0px;
}
.communicate{
	padding-top: 60px;
}
.workflow{
	padding-top: 80px;
}
.awesomeness{
	background-color: #FFF85F;
	margin-top: 80px;
}
}

@media only screen and (max-width: 768px) {
  

.project{
	position: static;
	height: 800px;
}

}