/**
* Theme Name: LaunchKit Child
* Description: This is a child theme of LaunchKit, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
* Template: launchkit
* Version: 1.1.23
*/
.nav-1 .navbar {
    height: 120px;
    max-height: 120px;
}
.nav-1 .menu {
    margin-top: 46px;
}
nav a {
    font-size: 20px;
}
.nav-1 .btn {
    margin-top: 30px;
}
.btn-filled {
    background: #0087BE;
    border: 1px solid #0087BE;
}
::selection {
    background: #0087be;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li {
    font-family: 'Comfortaa',sans-serif!important;
}

.underlineHover a{
  text-align: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.underlineHover a:before, .underlineHover a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0px;
  height: 2px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.50s;
  opacity: 0;
}
.underlineHover a.hover-3:before {
  left: calc(50%);
  background-color: #1D2172;
}
.underlineHover a.hover-3:after {
  right: calc(50%);
  background-color: #1D2172;
}
.underlineHover a:hover {
  cursor: pointer;
}
.underlineHover a:hover:before, .underlineHover a:hover:after {
  width: 100%;
  opacity: 1;
}
.underlineHover:hover a.hover-3:before, .underlineHover:hover a.hover-3:after{
  width: 30%;
}
.underlineHover:hover{
	color: #1d2172!important;
}
#contactlist li{margin:30px;}