@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

.container{
    justify-content: center;
    align-items: center;
    text-align: center;
}

.flex{
    display: flex;
    min-height: 80vh;
    height: auto;
    width: auto;
}

.call {
	background-color:#000000;
	border-radius:4px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Georgia;
	font-size:17px;
	font-weight:bold;
	padding:19px 66px;
    text-decoration:none;
}
.call:hover {
	background-color:#000000;
}
.call:active {
	position:relative;
	top:1px;
}

@media only screen and (max-width: 600px){
    .flex{
        flex-direction: column;
    }
    .flex img{
        width: 100%;
    }
}
