
.gettoknow{

	position: relative;

	margin-top: 0;



	display: block;
	max-height: 450px;
	max-width: 960px;
	width: 100%;
}

.we{

	font-family: 'Montserrat', 'sans-serif';
    font-size: 35pt;
    color: #fff;
    width: 100%;
    position: absolute;

  	text-align: center; 

  	bottom: 0;
}

.whoarewe{
	display: block;
	height: 400px;

	background: #3b50ce;

	position: relative;

	margin-top: 0;

}

.whoarewe p{

	position: absolute;

	font-family: 'Raleway', 'sans-serif';
    font-size: 18pt; 
    color: #eee;

    left: 100px;
    right: 100px;

} 

.whoarewe h1{

	position: relative;

	font-family: 'Raleway', 'sans-serif';
    font-size: 22pt; 
    color: #fff;

    width: 100%;
    text-align: center;

    padding-top: 75px;
    margin-top: 0;

} 


.image1{

	background: url("../img/about1.jpg");
	height: 200px;
	width: 100%;

	-moz-box-shadow:    inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
     box-shadow:        inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;

}

.profile_pic{

	float: left;
	background: url("../img/profile_andrej.png");
	height: 150px;
	width: 150px;
	margin-left: 100px;

}














.howwedo{


	display: block;
	height: 500px;

	background: #7cb342;

	position: relative;

	margin-top: 0;


}

.howwedo p{

	position: absolute;

	font-family: 'Raleway', 'sans-serif';
    font-size: 18pt; 
    color: #eee;

    left: 100px;
    right: 100px;

} 

.howwedo h1{

	position: relative;

	font-family: 'Raleway', 'sans-serif';
    font-size: 22pt; 
    color: #fff;

    padding-top: 75px;
    margin-top: 0;

    width: 100%;
    text-align: center;

} 