

html{
    height: 100%;
    background: #f4f2f2;
}

body{
    min-height: 100%;
    overflow-x: clip;
    background: url("../images/PCBG.png") no-repeat center center fixed;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    height: fit-content;
    padding: 4%;
    padding-top: 1%;
    margin-left: 5vw;
    margin-right: 5vw;
}

@font-face {
    font-family: myFirstFont;
    src: url(ArianaVioleta-dz2K.ttf);
}

h1{
    font-size: 2vw ; 
}

h2{
    font-size: 1vw ;
}
h3{
    font-size: 1vw ;
}

h4{
    font-size: 1vw;
    font-weight: bold;
}


header{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: fit-content;

}

.navbar{
    padding-left: 6%;
    padding-right: 10%;
    position: fixed;
    width: fit-content;
    min-width: 85%;
    border-bottom: 1px solid black;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    /* min-height: 96px; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    height: 4vw;
}
 

.navbar-nav li a{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    margin-right: 5px;
}

.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li.active a{
    background: #ff9900;
    color: #fff;
}

.navbar-brand{
    max-width: 200px;
    padding: unset;
    padding-top: .5vw;
    height: unset !important;
}
.navbar-brand>img {
    display: inline-block; 
    height: 2vw; 
}

.blurb{
    position: relative;
    display:inline-block;
    width: 56%;
    color: blue;
    padding-top: 2%;
    padding-bottom: 4%;
}

.sub-blurb{
    position: relative;
    display:inline-block;
    width: 100%;
    color: blue;
    padding-top: 2%;
    padding-bottom: 4%;
    font-size: 1.5vw;
}


.intromain{
    color: #444c78;
    outline: white;
    width: 80%;
    text-align: center;
    margin: auto;
    /* -webkit-text-stroke: 1px white; */ 
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: bolder;
        font-family: fangsong !important;

}

#demoFont {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 5vw;
    letter-spacing: 0px;
    word-spacing: 2px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}


p {
    font-size: 1vw;
}



.header-in{ 
    width: 80%;
    margin-left: 5%;
    text-align: center;
    font-size: 4vw;
}


header h1{
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.5vw;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#services{
/*    padding: 65px 0;*/
background: #f7f7f7;
display: inline-block;
width: 100%;
/*height: 46vw;*/
border: unset;
top: 14px;
position: relative;
}


.services_container{
    background-color: white;
/*    border:1px solid grey !important;*/
    border-radius: 4px;
    width: 97%;
    display: inline-block;
    height: 99%; 
    padding-bottom: 11%;
    position: relative;
    left: 1%;
}

#services h2, #about h2{
    color: #1b75bc;
    /* text-transform: uppercase; */
    text-align: center;
    margin-bottom: auto;
    font-weight: bold;
    font-size: 2vw;
    text-transform: unset;
    font-family: initial;
}

.service-wrap{ 
   padding: 3px;
   width: 25%;
   display: inline-block;
   min-height: 5vw;
   height: 26vw;
}

.writeup{
    height: 73%; 
    margin-top: 11%;
}

.service-background{
    background-position-y: 15px;
    background: url("../images/rect1.png");
    background-position:  top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: .5vw;
}

.tagline{
    font-size: 1.5vw;  
    text-transform: none;
        font-family: fangsong;

}

.service-tile{ 
    text-align: center;
    color: #7b7b7b;     
    background-color: white !important;
    border-radius: 4px;  
    width: 100%;
    padding: unset;
    padding-top: 2vw;
    border: 1px solid grey;
    height: 100%;
    padding:7%;

/*    padding: 15px 15px 25px;*/

/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);*/
/*    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);*/
/*    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);*/

}

.content-in{
    width: 80%;
    margin-left: 5vw;
}

.service-tile i{
    font-size: 4vw;
    display: inline-block;
    width: 6vw;
    height: 6vw; 
    color: #1b75bc; 
    align-items: center;
    justify-content: center;
    margin: auto;
    float: none;

}

.section-in{
    width: 100%;
    display: inline-block;
    height: 100%;
}

.window_container{
    width:100% !important;
    padding-top: 8%;  
    height: fit-content;
    position: relative;
    top: 3vw;
    padding-bottom: 2vw;
/*    border-bottom: 1px solid black;*/
    display: inline-block;

}

.container{
   width:98%;
   margin-top: 10px;

/* border: 1px solid black; */
/*    padding-bottom: 10px;*/
padding: auto !important;

}

.specbtn{
    background: #3f98b3;
    color: #fff;
    font-size: 1vw;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    position: absolute;
    top: 79%;
    left: 35%;
    border: 1px solid grey;
}

.learn:hover, .learn:focus{
    background: #1b75bc;
    color: #fff;
}


#about{
    background: #f7f7f7;
    text-align: center;
    color: black;
    border-top: 1px solid #e7e7e7;
    padding: 38px 0;
    font-size: larger;
    font-family: 'ostrich-sans-black';
    /* font-weight: bold; */
}
.header-page{
    padding-bottom: 10px;
}

#content{
    padding: 1vw 0;
    color: #7b7b7b; 
    /* height:75%; */
    min-height: 91%;
    position: relative;
    display: block;
    width: fit-content;
    margin-left: 10vw;
    margin-right: 13vw;
}

footer{
    background: #333;
    width: 91%;    
    min-height: 2.5vw;
    position: relative;
    display: inline-block;
    width: 100%;
    bottom:2%;
}


.footer-links{
    text-align: right;
}

.footer-links ul{
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
}

.footer-links h4{
    color: #888;
}

.footer-links a{
    color: #999;
}

.footer-credit{
    text-align: left;
}

.footer-logo{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    max-width: 150px;
    display: block;
    margin-bottom: 10px;
}

footer p{
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
    vertical-align: bottom;
}

/*custom page template styles*/


.page header{
    background: url("../images/2.jpg") no-repeat center center;
    background-size: cover;
    text-align: left;
    color: #fff;
}

.page header h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2vw !important;
}




#content h3, #content h4{
    text-transform: uppercase;
    color: #656565;
    font-weight: 600;
}

.img-wrap{
    padding: 15px;
}

#content .aside{
    padding: 15px;
}

.training-tile{
    background: #f7f7f7;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.training-tile p strong{
    text-transform: uppercase;
}

.form-wrap{
    background: #f7f7f7;
    padding: 20px;
    margin-top: 20px;
}

.form-control{
    height: auto;
    padding: 10px 15px;
}

.mainnavbar{
    padding: 10px;
    height: fit-content !important;
}


.contact-info{
    padding: 25px;
}

/* 
@media screen and (max-width: 50%){

} */

@media screen and (min-width: 1200px){
    .footer-credit{
        min-height: 45px;
        display: flex;
        align-items: flex-end;
    }
}
