@font-face {
font-family: "Roboto";
src: url("fonts/Roboto-Regular") format("ttf"),
     url("fonts/Roboto-Bold") format("ttf");
}

@font-face{
	font-family:"Impact";
	src: url(links/Impact) format("ttf");
}

.phone-img > img{
	width:100%;
	height:auto;
}

p.impact-text{
	font-family: 'Francois one',sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #6d6e70;
	line-height: 60px;
}

.grey{
	margin-top: 30px;
}

.green{
	color: #45ae59 !important;
}

p.roboto-text{
	font-family: Roboto;
	font-weight: 600;
	font-size: 35px;
	color: #6d6e70;
}

.grid-container {
  display: inline-grid;
  grid-row-gap: 20px;
  grid-template-columns: auto auto;
  grid-row-gap: 0px;
}

.grid-item {
    margin:0 5px;
    font-family: Roboto;
	font-size: 25px;
	color: #6d6e70;
}

a > [type=button]{
	width: 250px !important;
	padding: 5px !important;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 500;
	margin: 10px 0 50px 0;	
	background-color: #1d75bc !important;
}

div.driefcase-logo > img{
	margin:30px 0;
	width: 500px;
	height: auto;
}

/*media queries*/
@media screen and (max-width:600px ){
	.phone-img{
		width:40%;
		height:auto;
}

.grey{
	margin-top: 10px;
}
.grey-extra{
	margin-top: -10px;
	margin-bottom: -5px;
}
.green{
	margin-top: -10px;
}

p.impact-text{
	font-size: 18px;
	line-height: 20px;
}

p.roboto-text{
	font-size: 15px;
	line-height: 20px;
}

.grid-item{
	margin:0 5px;
	font-size: 12px;
	line-height: 15px;
}

div.driefcase-logo > img{
	margin-top:-35px;
	width: 150px;
	height: auto;
}

a >[type=button]{
	margin-top:-20px;
	font-size: 12px;
	width: 130px !important;
	padding: 3px !important;
}
}

@media only screen and (min-width: 600px) {
   .phone-img{
		width:40%;
		height:auto;
}

.grey{
	margin-top: 10px;
}
.grey-extra{
	margin-top: -10px;
	margin-bottom: 2px;
}
.green{
	margin-top: -10px;
}

p.impact-text{
	font-size: 35px;
	line-height: 40px;
}

p.roboto-text{
	font-size: 25px;
	line-height: 30px;
}

.grid-item{
	margin:0 5px;
	font-size: 18px;
}

div.driefcase-logo > img{
	margin-top:-30px !important;
	width: 250px;
	height: auto;
}

a > [type=button]{
	margin-top:-10px;
	font-size: 25px;
	width: 200px !important;
	padding: 3px !important;
}
}

@media only screen and (min-width: 992px) {
.phone-img{
		width:40%;
		height:auto;
}

.grey{
	margin-top: 10px;
}
.grey-extra{
	margin-top: -10px;
	margin-bottom: 2px;
}
.green{
	margin-top: -10px;
}

p.impact-text{
	font-size: 45px;
	line-height: 50px;
}

p.roboto-text{
	font-size: 30px;
	line-height: 40px;
}

.grid-item{
	margin:0 5px;
	font-size: 25px;
}

div.driefcase-logo > img{
	margin-top:-25px;
	width: 300px;
	height: auto;
}

a > [type=button]{
	margin-top:0px;
	font-size: 25px;
	width: 250px !important;
	padding: 5px !important;
}
}