

body {
    margin: 0px;
    /*height: 100vh;*/
    /*cursor: auto;*/
    padding:0;
    /*padding: 1vw;*/
}

/*
 * Bruno Campos
 */
body, #navbarSupportedContent20 {
  background: #efc14f;
}

.wordhogs-font-colour {
  color: #efc14f;
}

.wordhogs-padding {
  padding: 12px;
}

#contact-response {
  padding-bottom: 40px;
}

#navbarSupportedContent20 {
  position: fixed;
  top: 85px;
  right: 47px;
  width: 170px;
}

@media (min-width: 992px) {
  #navbarSupportedContent20 {
    top: 48px;
  }

  navbar {
    height: 90px;
  }
}

/*.thumbnail {
margin-bottom: 10px;
margin-top: 10px;
margin-left:10px
margin-right:10px;
padding: 10px;
}*/

/*NOTES: MAKE FALL BACK POINTER FOR HOVER STATE. HIGHLIGHT FOR TEXT and CURSOR CHANGE TOO. MAKE CURSOR SVG AND CHANGE SIZE */




/* Large desktop */
@media (min-width: 1200px) and (max-width: 2400px) { 
  h1 {font-size:3rem;} /*1rem = 16px*/
  h2 {font-size:1.75rem;} /*1rem = 16px*/
  p {font-size:1.125rem;} /*1rem = 16px*/
}

@media (min-width: 979px) and (max-width: 1200px) { 
  h1 {font-size:3rem;} /*1rem = 16px*/
  h2 {font-size:1.5rem;} /*1rem = 16px*/
  p {font-size:1.125rem;} /*1rem = 16px*/
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  h1 {font-size:1.5rem;} /*1rem = 16px*/
  h2 {font-size:1.5rem;} /*1rem = 16px*/
  p {font-size:1rem;} /*1rem = 16px*/
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
  h1 {font-size:1.5rem;} /*1rem = 16px*/
  h2 {font-size:1.5rem;} /*1rem = 16px*/
  p {font-size:0.875rem;} /*1rem = 16px*/
}

/* Landscape phones and down */
@media (max-width: 480px) { 
  h1 {font-size:1.5rem;} /*1rem = 16px*/
  h2 {font-size:1.5rem;} /*1rem = 16px*/
  p {font-size:0.875rem;} /*1rem = 16px*/
  body {font-size:0.5rem;}
}


/*body {
  background-color: #000000;
  margin: 0;
  height: 100vh;*/



/*body {
  cursor: url('CURSORCODETEST.SVG'), default;
}

a {
  cursor: url("img/cursor3.png"), url("img/cursor3.png"), default;
}
*/


/*
h1{
  font-family: 'Open Sans', sans-serif; 
  color: #FFFFFF;
  font-size: 38px;
  font-weight: bold;
}*/

h1{
 font-family: 'Open Sans', sans-serif;
 font-weight: bold; 
}


h2, div {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: auto;
  font-weight: bold;

}

h3 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 26px;
  font-weight: bold;
}


h4 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}


h5 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 20px;
  font-weight: medium;
}


h6, div {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}

p, div {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 18px;
/*  font-size: 18px;*/
  font-weight: 600;



}


body {
 /* margin: 24px;*/
  font-family: 'Open Sans', sans-serif; 
  color: #333333;
  font-weight: medium;

/*  font-size: 18px;
  font-weight: medium; */
  letter-spacing: 2px;
}





.center-block {
  float: none;
    /*position: absolute;*/
  left: auto;
  margin-left: auto;
 /* width: 100%;
  height: 100%;*/
  margin: 0 auto;
}


.help-block.with-errors {
    color: #606366;
    margin-top: 5px;

}




section {padding-top:8rem; padding-bottom:8rem;}

.bg {background-color:#232323;}
.bg-gray {background-color:#cccccc;}


.btn-default
{
  color: #232323;
  font-size:  20px;
  font-weight:600;
/*  padding-top: 12px;*/
  background-color: #efc14f;
 /* width: 60%;*/
   width: 300px;
  height: 56px;


}

.btn-default:hover{
  color: #efc14f;
  font-size: 20px;
  font-weight:600;
  border: 3px solid #efc14f;
  background-color: #232323;
  /*padding: 14px 28px;*/
/*  font-size: 16px;
*/  cursor: pointer;
  
/*formatting goes here*/
}
/*
width: 100px;
  height: 100px;
  display: inline-block;*/

/*#form_container{
  padding:15px 15px;
  margin-top:15px;
  background: rgba(255,255,255,0.75); 

  }*/


/*.active  {
  background-color: #000000 !important;
}*/


/*.help-block.with-errors{ 
  background: #c51244 !important;
  padding: 10px !important;
  border-radius: 0 !important;
  position: relative; 
  display: inline-block !important;
  box-shadow: 1px 1px 1px #aaaaaa;
  margin-top: 10px;
}
.help-block.with-errors:before{ 
  content: ''; 
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c51244;
  position: absolute; 
  top: -10px; 
}
.help-block.with-errors:after{
  color: #c51244 !important;
}
.c-error input, .c-error select, .c-error .c-choice-option{ 
  background: #fff0f4; 
  color: #c51244;
}
.c-error input, .c-error select{ 
  border: 1px solid #c51244 !important; 
}*/







/*.btn, .btn-primary {
background-color: #ffffff;
color: #191919;
}*/

/*#button:active {
  background-color: #000000;
}*/

label {
color: #ffffff;
  font-size: 18px;
  font-weight:600;

}




}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #232323;
  border-radius: 4px;
  box-sizing: border-box;
 /* margin-top: 6px;*/
  margin-bottom: 16px;

  resize: vertical;

}

input[type=message], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #232323;
  border-radius: 4px;
  box-sizing: border-box;
 /* margin-top: 6px;*/
  margin-bottom: 16px;
  resize: vertical;


}





input[type=submit] {
   color: #232323;
  font-size: 24px;
  font-weight:600;
/*  padding-top: 12px;*/
  background-color: #efc14f;
  border: 3px solid #efc14f;
  width: 100%;

  height: 56px;
}

input[type=submit]:hover {
   color: #efc14f;
  font-size: 24px;
  font-weight:600;
  border: 3px solid #efc14f;
  background-color: #232323;
  /*padding: 14px 28px;*/
/*  font-size: 16px;
*/  cursor: pointer;

}

input[type=submit]:active {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #ffffff;

}

.container {
  border-radius: 4px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}




/*.underline {
  border-bottom: 4px solid currentColor;
}*/

/* Icon 1 */
.hovereffect {
width:100%;
height:100%;
/*border: #333333;
*//*float:left;*/
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay a{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(24,24,24, 0.7);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h6 {
text-transform:uppercase;
color:#333333;
/*text-align:center;*/
position:relative;
/*font-size:100px;*/
background:rgba(24,24,24,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
/*display:inline-block;*/
text-transform:uppercase;
color:#333333;
/*font-size: 4vw; */
 position: absolute;
      left: 0;
      right: 0;
      top: 40%;


   /*   transform: translateY(-50%);*/
      margin: auto;

background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
  }


.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}



.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 4vw;
  left: 2vw;
  right: 7vw;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  /*left: 2vw;*/
  top: 80%;
  left: 25%;
  right: 25%;
  transform: translate(-50%, -50%);
}


/* height: 100%;
 width: 100%;*/
 /*left: 100px;  
 right: 100px;
*/
/*top: 16vw;
bottom: 16vw;*/

/**/

/*  top: 50%;
  bottom: 50%;*/

/*margin: 140px 0 0;*/
/* top: 50%;
  bottom: 50%;*/

/* width: 100%;
    height: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;*/

/*margin-top: 100px;
margin-bottom: -100px;*/



/*.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}*/

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}



.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #333333;
}

.animated-icon2 span {
background: #333333;
}

.animated-icon3 span {
background: #333333;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: 0px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}


.navbar-toggler {
  border: none;
  background: transparent !important;
  
  &:hover {
  background: transparent !important;
  }

  .icon-bar {
  width: 22px;
  transition: all 0.2s;
  }
  .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  }
  .middle-bar {
  opacity: 0;
  }
  .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  }

  &.collapsed {
  .top-bar {
    transform: rotate(0);      
  }
  .middle-bar {
    opacity: 1;
  }
  .bottom-bar {
    transform: rotate(0);
  }
  }
}

<!--Toggle---!>


.navbar-bg 
{  
  background-color: #efc14f; 
 /* padding-top: 8px;
  padding-bottom: 8px;
  margin: 8px;*/
}

.navbar {
  background-color: #efc14f; 
  padding-top: 24px;
  padding-bottom: 8px;
/*  margin-left:44px;
  margin-right:44px;*/
}

.navbar .navbar-brand img {
  height: 24px;
  background-color: #efc14f; 
}


.navbar .navbar-brand  a:hover img {
  opacity:1;
}



.navbar a:hover img {
  
opacity:0.6;

-webkit-transition:all .4s linear;
transition:all .4s linear;


}








/*.navbar-brand:hover{
  color: #000000;
  filter
}*/




.navbar a {
  float: right;
  color: rgb(24, 24, 24);
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 20px;
  line-height: 34px;
  background-color: #efc14f;
}


.navbar ul a:hover {
  color: rgb(24, 24, 24, 0.8);


}


.button {
  display: inline-block;
  /*padding: 1em;margin: 1em;*/
/*   border-radius: 5px; */
  text-decoration: none;

  
  
  /* Set up the hover */
  /* If you aren't using autoprefix, remember to prefix the gradient for other browsers */
  background-image: linear-gradient(#333333, #333333);
  background-size: 0 6px, auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all .2s ease-out;
}

.button:hover {
  /* The following line makes the underline only as wide as the text */
  /* background-size: calc(100% - 2em) 5px, auto; */
  color: #333333;
  background-size: 100% 6px, auto;
/*  border-bottom: #333333;
*//*border-bottom: 6px solid currentColor;
*/
}




.navbar .navbar-expand-lg  .sticky-top {
  background-color: #efc14f;
}



.navbar ul li.active a {
  color: #333333;
  border-bottom: 6px solid currentColor;
}



.navbar .navbar-nav li a{
  
/*  border-bottom: 6px solid currentColor;
*/}

.no-gutters {
  margin-right: 0px;
  margin-left: 0px;

  > .col,
  > [class*="col-md-4 col-sm-6] {
  padding-right: 0px;
  padding-left: 0px;
  }
}



/**/




/*.center-block{
  float: none !important
}
*/




/*#loading {
  background: url('Kaleb_McArdle_Design_Loader.gif') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}
*/