.logo_container {	
	text-align:left;	
	position:relatives;
	display:inline;
}

.logo_container_head {	
	text-align:left;	
	position:relatives;	
}

.logo {
	color:#3a83c3;
	font-size:48px;
	padding:20px 0 0 20px;
}
.logo span {
	color:#5ab1d0;	
}

.logo b {
	font-size: 14px;
	color:#696969;	
	font-weight:normal;
}

.copyright2 {
	color:#696969;	
	padding:0 0 20px 25px;	
}

.copyright2 a {
	color:#295a85;	
	text-decoration:none;
}

/* Shared
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.button {
  border-radius: 100px;
}

/* Sections
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}
/* Navigation
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #5ab1d0;
    border-radius:4px 4px 0px 0px ;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #295a85;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}


/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

/* Hero
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.banner {
  position: relative;
}

 
.banner {
 position: relative;  
  height:auto;
  max-width: 100%;
  margin: auto;
}



/* Values
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  
 
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }

  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}



/*----------- Footer ---------*/
#footer2{
	padding-top:2px;
	padding-left:5px;	
	height:55px;	
	margin:0 auto; 
	padding:0 0 0 0;
	text-align:center;	
	}
	
#footer2 ul{		
	list-style-type:none;	
	display:block; 
	margin:0px 0 0 0px; 
	padding-top:20px; 
	font-size:0; height:20px; 	
	}
	
#footer2 ul li{	
	font:12px/12px Cambria, Arial, Helvetica, sans-serif;	
	padding:0; margin:0;
	display:inline;
	}
	
#footer2 ul li a{	
	text-decoration:none;
	letter-spacing:1px;
	padding:0 6px 0 6px; 
	display:inline;
	}
	
#footer2 ul li a:hover{
	text-decoration:underline;
	}

