.navbar-brand img{
    width: 200px;
}
body{
    width: 100%;

}
@media screen and (min-width: 1035px) {

.hero{
    padding: 305px;
    background: url(Images/kym-mackinnon-Cw-pbtoAYn4-unsplash%20Blured.png); background-size: cover; background-repeat: no-repeat; background-position: center;
    color: white;
}
}
@media screen and (max-width: 1035px) {

.hero{
    background: url(Images/kym-mackinnon-Cw-pbtoAYn4-unsplash%20Blured.png); background-size: cover; background-repeat: no-repeat; background-position: center;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 170px;
    padding-bottom: 170px;
}
    .hero h1{
        font-size: 2.5em;
    }
}
.mobile{
    height: 150px;
}
.header nav{
    border-top: 5px solid #0ab5e4;
    background-color: white;
-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
}
.navbar-toggler-icon span{
    color: black;
}
.navbar-brand{
    padding: 25px;
}
.header a{
    color: #0aafdc;
    font-weight: bold;
}
.licenseFAQ{
    padding: 50px;
    width: 100%;

}
.licenseFAQ h2{
    font-weight: bold;
    font-size: 2.5em;
            text-align: center;

}
.licenseFAQ-container{
    padding: 25px;
}
.licenseFAQ-container h3{
    font-weight: bold;
    text-align: left;
}
.FAQIcon{
    font-size: 2.9em;
    margin: 15px;
    color: #0ab5e4;

}
.licenseFAQ-littleText{
   text-align: center;
    color: #0ab5e4;
    font-weight: bold;
}
.whatMakesUsDifferent{
    background-color: #0ab5e4;
    padding: 50px;
}
.whatMakesUsDifferent h2{
      font-weight: bold;
    font-size: 2.5em;
    color: white;
            text-align: center;
  
}
.whatMakesUsDifferent h3{
   font-weight: bold;
    
    color: white;
}
.whatMakesUsDifferent p{
    color: white;
}
.whatMakesUsDifferent-right{
    text-align: right;
}
.startTrainingFullWidth{
    padding: 50px;
    text-align: center;
}
.startTrainingFullWidth h2{
    font-weight: bold;
    font-size: 2.5em;
}
.startTrainingFullWidth a{
    background-color: #0ab5e4;
    text-decoration: none;
    color: white;
    padding: 20px;
    border-radius: 5px;
     border: 3px solid #0ab5e4;
    transition: 0.5s;
}
.startTrainingFullWidth a:hover{
    background-color: white;
    border: 3px solid black;
    color: black;
}
.blogPostsFrontPage{
   background-color: #0ab5e4;
    padding: 50px; 
    
}
.blogPostsFrontPage h2{
      font-weight: bold;
    font-size: 2.5em;
    color: white;
            text-align: center;
  
}
.blogPostsFrontPage-littleText{
    color: white;
    text-align: center;
}
.blogPostsFrontPage-card{
    margin: 15px;
    background-color: white;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.43);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.43);

}
.blogPostsFrontPage-card-body{
    opacity: 50%;
}
.blogPostsFrontPage-card-header h3{
    font-weight: bold;
}
.blogPostsFrontPage-link{
    text-decoration: none;
    background-color: #0ab5e4;
    padding: 10px;
        border-radius: 5px;
     border: 3px solid #0ab5e4;
    transition: 0.5s;
    color: white;
    
}
.blogPostsFrontPage-link:hover{
    text-decoration: none;
    background-color: white;
    border: 3px solid black;
    color: black;
}
.numzeFront{
    padding: 50px;
    background-color: black;
    color: white;
}
.numzeFront a{
    background-color:none;
    text-decoration: none;
    color: white;
    padding: 20px;
    border-radius: 5px;
     border: 3px solid white;
    transition: 0.5s;
}
.numzeFront a:hover{
    background-color: white;
    border: 3px solid white;
    color: black;
}
footer{
    background-color: #989a9b;
    padding: 50px;
    color: #5c656b;
}
footer a{
  color: #5c656b;
    text-decoration: none;
}
footer a:hover{
    color: white;
    text-decoration: none;
}
.OSHlink:hover{
    color: green;
}
.MWSlink:hover{
    color: blue;
}
.contact{
    padding: 50px;
}
.priceHeader{
    padding: 50px;
    background-color: #0ab5e4;
    text-align: center;
    color: white;
}
.priceHeader h2{
    font-size: 3em;
    font-weight: bold;
}
.priceHeader h3{
    font-weight: bolder;
    font-size: 4em;
}
.priceHeader a{
    background-color: white;
    text-decoration: none;
    color: #0ab5e4;
    padding: 20px;
    border-radius: 5px;
     border: 3px solid white;
    transition: 0.5s;
}
.priceHeader a:hover{
    background-color: #0ab5e4;
    border: 3px solid white;
    color: white;
}
.compare{
    padding: 50px;
    text-align: center;
}
.compare table{
    margin: 50px;
}
.compare h3{
        font-weight: bold;
    font-size: 3em;

}
.fa-check-circle{
    color: green;
    font-size: 2em;
}
.fa-times-circle{
        color: red;
    font-size: 2em;

}
.blogList{
    padding: 50px;
}
.FAQ{
    padding: 50px;
    background-color: #0ab5e4;
}
.FAQ h3{
    font-size: 3em;
    font-weight: bold;
        color: white;
    text-align: center;

}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
.coming-soon{
    padding: 50px;
    background-color:  #0ab5e4;
    color: white;
}

#paymentlogos {
	height:auto;
	max-width:100%;
}