@import url("https://fonts.googleapis.com/css?family=Open+Sans");


body, html {
	padding:0;
    margin:0;

	background-color: #FFF;
    font-size: 19px;
    color: #222;
    font-family: 'Open Sans', 'Arial';
}

a {
    color: #268DC2;
    border-color: #074875;
    font-weight: 900;
	
}

h1 {
	font-family: Open Sans, sans-serif;
	font-size: 28px;
    font-weight: 600;
    text-transform: none;
	color: #1c1c1c;
}


h2 {
	font-size: 24px;
	font-weight: bold;
	color:#268DC2;
}


h3 {
	font-size: 22px;
	font-weight: bold;
	color: #F2920B;
}


h4 {
    color: #268DC2;
	color: #F2920B;
    font-size: 17px;
	
}

h5 {
    color: #333;
    font-size: 17px;
	
}

p {
    font-size: 18px;
}


.intl-tel-input  { /* fix */
  width: 100%;
  color: #444;
}

h3.footerlink {
	font-family: Open Sans, sans-serif;
    font-weight: 600;
	font-size: 19px;
	color: white;
	margin-bottom: 10px;
}

a.footerlink {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

p.footerlink  {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: grey;
	text-decoration: none;
}


.bodybackground {
	background-image: url(/img/backstretch.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}

.custom-control-input:hover {
	cursor: pointer;
}

.custom-control-label:hover {
	cursor: pointer;
}

.app_selectlanguage {
	cursor: pointer;
}