/*
Theme Name: Rekovelle France
Theme URI: http://understrap.com
Template: understrap
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
Description: Combination of AutomatticÂ´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
Tags: one-column,custom-menu,featured-images,theme-options,translation-ready
Version: 0.8.7.1552458097
Updated: 2019-03-13 06:21:37 

*/
body {
    font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 14px;
    line-height: 26px;
    color: #333;
    background-color: #fff;
}

body,
div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt,
blockquote,
fieldset,
legend,
label,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 0 0;
}

body {
    font-size: 10px;
}

@font-face {
    font-family: HELVENBC;
    src: url('fonts/HELVENBC.OTF');
    font-weight: bold;
}

@font-face {
    font-family: HELVENHE;
    src: url('fonts/HELVENHE.OTF');

}

@font-face {
    font-family: HELVENMC;
    src: url('fonts/HELVENMC.OTF');

}

@font-face {
    font-family: HELVENLT;
    src: url('fonts/HelveticaNeueLTStd-LtCn.otf');

}

@font-face {
    font-family: HELVENLTO;
    src: url('fonts/HelveticaNeueLTStd-LtCnO.otf');

}

.modal-body{
	overflow-y:scroll;
}

.modal-open .modal{
	overflow-y:hidden;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title{
	font-size:18px;
}

@media (min-width: 768px){
.modal-dialog {
    width: 600px;
    margin: 30px auto;
	}}


@media (min-width: 992px){
.modal-lg {
    width: 900px;
}
	}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
	font-size: 14px;
}
