/*
Theme Name: Ocean Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@import url("https://use.typekit.net/qij7psl.css");

/*@font-face {
  font-family: 'Teko-Bold';
  src: url('fonts/Teko-Bold.ttf');
}*/

a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}


h1 {
  background-color: #314856;
  padding: 7px 45px;
  color: #fff;
  display: inline-block;
}
