/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

@font-face {
    font-family: 'Asap Condensed';
    font-weight: 900;
    src: url(fonts/asapcondensed-black-webfont.woff2) format('woff2'),
         url(fonts/asapcondensed-black-webfont.woff ) format('woff');
}

@font-face {
    font-family: 'Asap Condensed';
    font-weight: 300;
    src: url(fonts/asapcondensed-regular-webfont.woff2) format('woff2'),
         url(fonts/asapcondensed-regular-webfont.woff ) format('woff');
}

@font-face {
    font-family: 'Asap Condensed';
    font-weight: 300;
    font-style: Italic;
    src: url(fonts/asapcondensed-italic-webfont.woff2) format('woff2'),
         url(fonts/asapcondensed-italic-webfont.woff ) format('woff');

}

*/


:root{
  --primary-color: #d72626;
  --secondary-color: #1a2333;
  --hover-color: #1a2333c7;
  --accent-color: #0071FF;
  --text-color: #ffffff;
  --BG1:#1a233362;
  --BG2:#1a2333c9;


}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img{
  display: block;
  max-width: 100%;
  height: auto;
}

html{
  font-family: 'Inter', sans-serif;
  color: var(--text-color);
  scroll-behavior: smooth; /*For bookmark links*/
}




body{
  font-family: 'Inter', sans-serif;
  font-weight: 500; 
  min-height: 100vh;
  min-height: 100dvh;
  background-color: var(--text-color);



}

main{
 width: 100%;
}

main p{
  margin-top: .15em;
}

.sticky-header {
    position: sticky; /* Enables the sticky behavior */
    top: 0;    
    z-index: 990;/* Sticks the element at 0 pixels from the top of the viewport */
}   

.myLogo{
    padding: 37px 37px 37px 37px;
    background-color: #263349;
    width: 100%;
    display: flex;
    align-items: center;
    
  } 

 .myLogo img{
    margin-right: 37px;
 }

 .myLogo p{
    padding-top: 15px;
    font-family: "guildhall", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.2rem;
    color: var(--text-color);
    text-transform: uppercase;
   
  }

 h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    background-color: var(--primary-color);
    font-size: 35px;
    text-align: center;
 	  text-transform: uppercase;
	  margin: .2em;
   
    padding: .2em .1em .1em .1em;
    color: white;
    min-width:200px;
    margin: none;

}

h2{
 font-family: "guildhall", sans-serif;
    font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight:300;
  padding: .4em;
}

h6 {
  font-size: 1rem;
  font-weight: 300;
  padding: .5em;

}
    
 p {
	  font-family: 'Inter', sans-serif ;
    font-weight: 500;
    font-size: 16px;
	  margin-bottom: .5em;
}
    
.fa{
   padding: .2em;
   
}

.fa:hover {
  text-decoration: none;
  padding: 25px;
  background-color: var(--hover-color);
}

  .info-box-tan {
  height: 16em;
	background-color: var(--BG1);
	color: var(--text-color);
	padding: 1em;
	text-align: center;
}

.info-box-dark {
  height: 16em;
	background-color: var(--BG2);
  color: #FFFFFF;
	padding:  15px;
	text-align: center;
}
.info-box-dark a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 20px;
}


.style-navicon {
 
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 1rem;
}

.style-navicon ul {
  width: 100%;
  height: 100%;
 	list-style-type: none;
  display: flex;
  text-align: center;
  padding: 0%;
  margin: .25em;
}

  .style-navicon ul li {
   
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;;
}

.style-navicon ul li a{
   
    color: var(--text-color);
    font-size: 3rem;
    width: 10px;
    height: 1rem;
    margin: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}

.col-md-one-half {
      width: auto;
}

.special-font{
    font-family: 'Inter', sans-serif;
    font-weight: 500; 
}

.hero1 {
  position: relative;
  width:100vw;
}

.image-container{
  display: block;
  background-image: url(images/front_photo_768.jpg);
  background-size: cover;
  background-repeat: no-repeat ;
  width: 100%;
  height: auto;
  background-position: center center;
}

.text-overlay{
 
  position: absolute;
  top:30%;
  left: 50%;
  transform: translate(-50%);
  z-index: 11;
  color: white;
  text-align: center;
  

}
.mainSelector{
  display:flex;
  margin: 20px;
  padding: .4em 1.5em .4em 1.5rem;
  color: var(--text-color);
  font-size: 1.5em;
  font-weight: 300;
  /*line-height: 3.5rem;*/
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  text-align: center;
  justify-content:center;
  background-color: hsla(0, 0%, 0%, 0.6);
  border-radius: .5rem;
  box-shadow: var(--secondary-color) 0px 2px 4px; 
}

.mainSelector:hover{
  background-color: var(--hover-color);

}
     
.mainNav{
  display: flex;
  justify-content: center;
  margin: auto;
  padding: .5em;
 
}

.mainNav ul li a{
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
  
.footer-text{
  font-size: .8rem;
  line-height: 1.5em;
  text-align: left;
  padding: 1em;
  color: var(--secondary-color);
}
/*--||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (min-width: 700px) {
  
.grid-container{
  display: grid;
  grid-template-columns: 2fr 1fr;
 grid-auto-rows: minmas(100px, auto);

}

  .box{
  }

.box:first-child{
 
  grid-column: 1/2;
  grid-row: 1/3;
}

.box:nth-child(2){
  
   grid-column: 2/3;
  grid-row: 1/2;
}

.box:nth-child(3){
  
  grid-column: 2/3;
  grid-row: 2/3;
  
}

.image-container{
  display: block;
  height: minmax(400px,auto);
  background-image: url(images/front_photo.jpg);

  }

.col-md-one-half {
    width: 100vw;
  } 

}