@font-face {
	font-family: 'Roboto-Black';
	src: url('Roboto-Black.eot');
	src: url('Roboto-Black.eot?#iefix') format('embedded-opentype'),
		url('Roboto-Black.woff2') format('woff2'),
		url('Roboto-Black.woff') format('woff'),
		url('Roboto-Black.ttf') format('truetype'),
		url('Roboto-Black.svg#Roboto-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('BebasNeueRegular.eot');
	src: url('BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('BebasNeueRegular.woff2') format('woff2'),
		url('BebasNeueRegular.woff') format('woff'),
		url('BebasNeueRegular.ttf') format('truetype'),
		url('BebasNeueRegular.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('BebasNeueBold.eot');
	src: url('BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('BebasNeueBold.woff2') format('woff2'),
		url('BebasNeueBold.woff') format('woff'),
		url('BebasNeueBold.ttf') format('truetype'),
		url('BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Aksent';
	src: url('AksentNormal.eot');
	src: url('AksentNormal.eot?#iefix') format('embedded-opentype'),
		url('AksentNormal.woff2') format('woff2'),
		url('AksentNormal.woff') format('woff'),
		url('AksentNormal.ttf') format('truetype'),
		url('AksentNormal.svg#AksentNormal') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*------------------------------- MAIN -------------------------------*/

body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(../img/BE-site-background-3.jpg);
    background-size: cover;
    background-position: center center;
    font-family: sans-serif;
    background-attachment: fixed;
    
    -webkit-font-smoothing: antialiased;
    /*-webkit-overflow-scrolling: touch;*/
    -moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
    font-smoothing:antialiased;
}

a:link {
    text-decoration: none;
}



/*------------------------------- HEADER -------------------------------*/



h1 {
    font-family: 'Roboto-Black';
    font-weight: lighter;
    font-size: 3em;
    margin-top: 30px;
    margin-bottom: 0;
    letter-spacing: 5px;
    text-align: center;
}

h2 {
    font-size: 2.5em;
    margin-top: -10px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
}

h3 {
    margin: 0;
    color: rgba(254, 254, 255, 0.8);
    text-align: center;
}

#benson {
    color: #e6e017;
}


.contact-title {
    color: #fff;
    text-align: center;
}


#callButton {
    font-size: 27px;    
    color: #e6e017;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 90px;
    margin-top: -10px;
    margin-bottom: 30px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 33px 33px -20px rgba(0, 17, 0, 0.6);
    border-radius: 0px;
    background-color: rgba(86,90,251,0.6);
    letter-spacing: 2px;
}

#callButton:hover {
    color: #fefe99;
    box-shadow: 0 30px 30px -20px rgba(254, 254, 153, 0.6);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}





/*------------------------------- MAP -------------------------------*/



.map-responsive{
    left:0;
    top:0;
    height:100%;
    width:100%;
    min-height: 300px;
    position:relative;
    padding-bottom:5%;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    padding-bottom:5%;
}

#text {
    color: rgba(254, 254, 255, 0.8);
    font-weight: lighter;
    margin-top: 15px;
    text-align: center;
    
}

#map {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}



@media (max-width: 1500px) {
    #map {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }
    
    h1 {   
    font-size: 2.5em; 
    }
    
    h2 {   
    font-size: 2em; 
    }
}

@media (max-width: 1000px) {
    #map {
        width: 66%;
        margin-left: 17%;
        margin-right: 17%;
    }
}


@media (max-width: 500px) {
    #map {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    h1 {   
        font-size: 2em; 
    }
    
    h2 {   
        font-size: 1.5em; 
    }
    
    h3 {
        font-size: 0.9em;
    }
    
    #callButton {
        transform: scale(0.9);
    }
    
    
}















