/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v27-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {  
  h1 {font-size:1.5rem;} /*1rem = 16px*/
  h5 {font-size:0.8rem;}
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  h1 {font-size:1.5rem;} /*1rem = 16px*/
  h5 {font-size:0.9rem;}  
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  h1 {font-size:1.8rem;} /*1rem = 16px*/
  h5 {font-size:1.1rem;}  
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  h1 {font-size:2.0rem;} /*1rem = 16px*/
  h5 {font-size:1.1rem;}  
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  h1 {font-size:2.0rem;} /*1rem = 16px*/
  h5 {font-size:1.1rem;}  
}


body  {
  font-family: 'Roboto', 'Arial', sans-serif;
}

h1 {
  font-weight: 700;
  }
  
h4 {
	 font-size: 1.5em;
	 font-weight: 700;
	 padding-top: 20px;
	 margin: 0px;
}

h5 {
	 color: #555555;
	 margin-top: 20px;
}





footer  {
     background: #f2f2f2;
	 padding: 60px 0px 120px 0px;
}






.bgimage {
  width:100%;
  height:500px;
  background: url('../img/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}
.bgimage h5 {
  color:white;
}

.sectionA{
     background: #f2f2f2;
	 padding: 40px 0px 10px 0px;
	 margin: 0px 0px 40px 0px;
}


hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px dotted #959595;
}