/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
font-family: "Arctic Fox Headline";
src: url("/fonts/ArcticFox-Headline.ttf") format("truetype");
src: url("/fonts/ArcticFox-Headline.ttf") format("woff"),
url("/fonts/ArcticFox-Headline.ttf") format("opentype"),
url("/fonts/ArcticFox-Headline.ttfe") format("svg");
}



body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.herobanner-image{
    widht:100%;
}
.title-container h1{
    color: #333333;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.title-container p{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    padding-top: 13px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
}
.description-container{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.description{
    width:43%;
    padding:15px;
    min-width: 400px;
}
.button-container{
    width:21%;
    height:400px;
    padding:20px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 13rem;
}

.description h2{
    color: #333333;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}

.description p{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-transform: none;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

.button-container a{
    padding: 10px 30px;
    margin-top:50px;
    width:100%;
    background: #276142;
    border: none;
    color: white;
    border-radius: 7px;
    text-align: center;
    min-width: 200px;
}

@media screen and (max-width:825px){
    .description-container{
    justify-content: center;
    }
    
    .button-container{
    margin-right:0px;
    }
}

@media screen and (max-width:720px){
    .description{
    min-width: 0;
    width:100%;
}

.description h2{
    text-align: center;
}

.description p{
    text-align: center;
}

    .description-container{
    width:100%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    }
    
    .button-container{
        width:100%;
        height:100%;
        padding:0px;
    }
    .button-container a{
    padding: 30px;
    margin-top:30px;
    width:95%;
}
    
}
