/*
@font-face {
  font-family: 'Raleway', 'Segoe UI', serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrEVJz9d.woff2)
      format('woff2');
  font-display: swap;
}

*/

@import url(https://fonts.googleapis.com/css?family=Raleway);
h3, h4, h6 {
  font-family: 'Raleway', 'Segoe UI', serif, sans-serif;
  text-align: center;
}

h5 {
  font-weight: normal;
  font-family: 'Segoe UI', serif, sans-serif;
  text-align: center;
}

html, body {
  margin: 0;
  height: 100%;
}

* {
/*
  font-family: 'Segoe UI', Chivo, Candara, Cambria, 'Century Gothic', Helvetica, -apple-system, BlinkMacSystemFont,'Segoe UI', Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol' ;
  font-family: 'Raleway', 'Segoe UI', Chivo, Candara, Cambria,'Century Gothic', Helvetica, -apple-system,BlinkMacSystemFont,'Segoe UI', Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol' ;
*/
  box-sizing: border-box;
}

.top-nav {
	font: bold 14px Raleway, Georgia, serif;
	text-transform: uppercase;
    align-items: center;
    background: #f0f0f0;
    display: flex;
    height: 54px;
    justify-content: space-around;
    margin: 0;
	padding: 1% 10%;
}

.top-nav a {
   color: #E41F3F;
   text-decoration: none;
   white-space: nowrap;
}

.top-nav a:hover, .top-nav a.active {
	color: #999;
	text-decoration: underline #E41F3F;
}

.menu {
  display: flex;
  padding: 0;
  flex-direction: row;
  list-style-type: none;
}

.menu > li {
  margin: 1.1em;
  overflow: hidden;
  white-space:nowrap;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}
.menu-button, .menu-button::before, .menu-button::after {
  display: block;
  background-color: #AAA;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (min-width: 150px) {
	p {
		font-family: 'Raleway', 'Segoe UI', serif, sans-serif;
		padding: 0 20% 2% 20%;
		text-align: justify!important;
		line-height: 1.5;
	}
}

@media (max-width: 700px) {
 p {
	padding: 0% 5% 2% 5%;
  }
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: 5vh;
	padding: 1vh;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #F0F0F0;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #111;
  }
}

.callBTN   {
	/* font-family: 'Source Sans Pro', 'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'; */
	border: 1.5px solid #E41F3F;
	box-sizing: border-box;
	color: white;
/* 	padding: 1% 1% 1% 1%; */
    padding: 6px 18px;
	text-decoration: none; 
	white-space: nowrap;
    background-color: #E41F3F;
    border-radius: 4px;
}

.callBTN:hover {
	background-color: #EFEFEF;
	color: #E41F3F;
	text-decoration: none;
}

.bannerDown {
	display: block;
	background-color: #F0F0F0;
	color: #505050;
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: 0;
}

.img {
	text-align: center;
}

.divbody {
    padding: 1vw 15vw;
	text-align: center;
}

.zoom {
  margin: 2vw 2.4vw 2vw 2.4vw;
  transition: transform .2s;
  width: 20%;
  /* 
    padding: 1px 1px 1px 1px;
    height: 20%; 
  */
  border-radius: 100%;  /*16px;*/
}

.zoom:hover {
  -ms-transform: scale(2.1); /* IE 9 */
  -webkit-transform: scale(2.1); /* Safari 3-8 */
  transform: scale(2.1); 
}

div#main-card {
    max-width: 400px;
	border: 1px solid #f0f0f0;
}

.imground {
    max-width: 50%;
    max-height: 50%;
    border-radius: 50%;
	border: 1px solid #E41F3F;
}

.content {
    position: relative;
	padding-top: 0px;
    padding-bottom: 10px;
}

ul {
    padding: 0px;
}

.fa {
    font-size: 22px;
    padding: 10px;
    text-decoration: none;
    color: #E41F3F;
}

.fa:hover {
    color: #F80;
}