@font-face{
    font-family: 'Canter';
    src: url('../fonts/Canter-Bold.otf');
}

@font-face{
    font-family: 'Lora';
    src: url('../fonts/Lora-SemiBold.ttf');
}

@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face{
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

body{
    padding-top: 100px;
}

.brandFont{
    font-family: 'Canter';
    font-size: 42px;
}

.brandFont:hover{
    color: #02426B;
}

a{
    text-decoration: none;
}

.headerFont{
    font-family: 'Montserrat';
}

.subheaderFont{
    font-family: 'Montserrat-Regular';
}

.contentFont{
    font-family: 'Lora';
}

.stratosBlue1{
    color: #02426B;
}

.stratosBlue2{
    color: #3569A0;
}

.stratosBlue3{
    color: #1C91BF;
}

.stratosYellow{
    color: #FFCD67;
}

.bgStratosBlue1{
    background-color: #02426B;
}

.bgStratosBlue2{
    background-color: #3569A0;
}

.bgStratosBlue3{
    background-color: #1C91BF;
}

.bgStratosYellow{
    background-color: #FFCD67;
}

.bgStratosSilver{
    background-color: #F4F4F4;
}

.bgBanner{
    background-image: url('../images/hero-image.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.bgContainer{
    height: 500px;
    width: auto;
}

.bgProducts{
    background-image: url('../images/products-bg.png');
    background-repeat:no-repeat;
    background-size:cover;
}

.bgServices{
    background-image: url('../images/services-bg.png');
    background-repeat:repeat;
    background-size:fill;
}

.bgBlog{
    background-image: url('../images/blog-bg-1.png');
    background-repeat:repeat;
    background-size:cover;
}

.bgAccent1{
    background-image: url('../images/bg-accent1.png');
}

.bgPattern1{
    background-image: url('../images/contact-bg.png');
    background-repeat:repeat;
    background-size:fill;
}

.serviceImage{
    width: 500px;
    height: 350px;
}

.blogThumbnail{
    width: 150px;
    height: 125px;
}

.blogImage{
    width: 800px;
    height: 350px;
}

.blogFooter{
    background-image: url('../blog/blog-images/blog-footer.png');
    background-repeat:repeat;
    background-size:cover;
}
.blogFooter:hover{
    border: 4px solid #02426B;
}

.blogFooterElement:hover{
    cursor: pointer;
}

.btnStyle1, .activeButton:hover{
    background-color: #1C91BF;
    color: #FFFFFF;
}

.btnStyle1:hover, .activeButton{
    background-color: #FFCD67;
    color: #02426B;
}

a{
    text-decoration: none;
}

.btnStyle2{
    color: #FFCD67;
    background-color: #02426B;
    border-color: #FFCD67;
}

.btnStyle2:hover{
    background-color: #FFCD67;
    color: #02426B;
}

.btnStyle3{
    color: #FFFFFF;
    background-color: #02426B;
}

.btnStyle3:hover{
    background-color: #FFCD67;
    color: #02426B;
    border-color: #02426B;
}

.btnStyle4{
    background-color: #FFCD67;
    color: #02426B;
}

.btnStyle4:hover{
    background-color: #1C91BF;
    color: #FFFFFF;
}

.nav-link:focus{
    color: #02426B;
}

.thick-border{
    border-width: thick;
}

.bigIcon{
    height: 175px;
    width: 175px;
}

.activeFooter{
    border-bottom: 5px solid #FFCD67;
}

.lineRight{
    border-right: 5px solid #02426B;
}

.lineLeft{
    border-left: 5px solid #02426B;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
    .activeUnderline{
        border-bottom: none;
        color: #FFCD67;
    }

    .nav-link{
        border-bottom: none;
    }

    .nav-link:hover{
        border-bottom: none;
        color: #FFCD67;
    }

    .nav-link:end{
        border-bottom: none;
        color: #FFCD67;
    }

    .btnStyle1, .activeButton{
        width: 40%;
    }
    
    .serviceImage{
        width: 275px;
        height: 200px;
    }

    .blogImage{
        width: 500px;
        height: 250px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px){
    .activeUnderline{
        border-bottom: none;
        color: #FFCD67;
    }

    .nav-link{
        border-bottom: none;
    }

    .nav-link:hover{
        border-bottom: none;
        color: #FFCD67;
    }

    .nav-link:end{
        border-bottom: none;
        color: #FFCD67;
    }
    .btnStyle1, .activeButton{
        width: 25%;
    }
    
    .serviceImage{
        width: 400px;
        height: 300px;
    }

    .blogImage{
        width: 600px;
        height: 250px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px){
    
    .serviceImage{
        width: 400px;
        height: 300px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px){
    .nav-link{
        font-size: 18px;
        border: 5px solid transparent;
    }

    .activeUnderline{
        border-bottom: 5px solid #FFCD67;
        color: #1C91BF;
    }

    .nav-link:hover{
        border-bottom: 5px solid #FFCD67;
        color: #1C91BF;
    }

    .serviceImage{
        width: 450px;
        height: 325px;
    }

    .blogImage{
        width: 700px;
        height: 250px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px){
    .activeUnderline{
        border-bottom: 5px solid #FFCD67;
        color: #1C91BF;
    }

    .serviceImage{
        width: 500px;
        height: 350px;
    }

    .blogImage{
        width: 800px;
        height: 350px;
    }
}

.floatingImage{
    position: absolute;
    top: -75px;
    left: -550px;
    width: 450px;
    height: 450px;
  }