/* colors
orange - #cb5e41;
green - #b2ac57;
dark green - #6d6f2a;
blue - #61bac8;
*/
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /* background: #f8f8f8; */
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

body {
width: 100%;
    overflow-x: hidden;
}


.ease {
    -webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
    
}

.lng-btn{
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: rgb(0, 72, 131);
    border-radius: 0.2rem;
    color: white;
}

.lng-btn:hover{
    background: rgb(0, 124, 226);

}



.orange {
    color:#cb5e41;
}

.green {
    color: #b2ac57;
}

.d-green{
    color:#6d6f2a;
}

.blue {
    color: #61bac8;
}





/* -----Navigation styling----- */



a {
    text-decoration: none;
    color: inherit;
}

nav {
    height: 4em;
}

nav img {
    width:150px;
    display:inline-block;
    margin-left:20px;
}

nav ul {
    top:1.5rem;
    right:20px;
    position:absolute;
}

nav ul, nav ul li {
    list-style: none;
    display:inline-block;
    text-align:right;
}

/* nav a:hover {
    color:#b2ac57;
} */



.lander, .lander-fre {
    width: 100%;
    height:auto;
    min-height: 40rem;
    position:relative;
    background-image: url("https://legionmagazine.com/guide/images/veterans.jpg"), linear-gradient(90deg, rgba(0,20,45,1) 0%, rgba(9,9,121,1) 38%, rgba(0,206,255,1) 100%);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.377);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    
} 


.colour-block-container{
    position: absolute;
    align-self: flex-start;
width: 100%;
background: black;
height: 0.4rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr;

}


.darkgreen-block{
    width: 1fr;
    height: 0.4rem;
    background: #6E6F29;
}

.lightgreen-block{
    width: 1fr;
    height: 0.4rem;
    background: #B1AC58;
}

.orange-block{
    width: 1fr;
    height: 0.4rem;
    background: #CB5D42;
}


.success-lander{
    width: 100%;
    height: 50rem;
    background: linear-gradient(90deg, rgba(0,20,45,1) 0%, rgba(9,9,121,1) 38%, rgba(0,206,255,1) 100%);
    position:relative;
    /* text-shadow: 0px 0px 14px #4C939E; */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.success-content-wrapper{
    width: 100%;
    height: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}


.success-lander h1{
    font-size: 3.5rem;
    font-family: 'Arvo', serif;
    text-align: center;
    }

.success-lander p{
max-width: 50rem;
text-align: center;
margin-top: 2rem;
}

.success-lander img{
    max-width: 20rem;
    }

    .second{
        color: #fff;
    }

    .btn{
        width: 20rem;
        height: 3.5rem;
        background: red;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        Font-weight: 800;
        font-size: 1rem;
        text-transform: uppercase;
        transition: 0.5s;
        border: 2px solid red;
        border-radius: 3px;
        outline:none;
        margin-top: 2rem;
    }

    .btn:hover{
        background: transparent;
        color: white;
        border: 2px solid white;
    }

    .success-lander a{
        text-decoration: none;
    }





.guide-cover{
    width: 17rem;
    height: auto;
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.73); 
box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.73);
    
}




.lander-text-wrapper h1{
    font-size: 3.5rem;
    text-align: left;
    line-height: 4rem;
    font-family: 'Arvo', serif;
    margin-left: 2rem;
}

.lander-text-wrapper p {
    font-size:1.03rem;
    text-align: left;
    margin-top:0.5rem;
    margin-left: 2rem;
    
}


.arrow-container {
   margin-top: 1rem;
   padding: 1rem;
    width: 100%;
    height: 7rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    position: absolute;
    align-self: flex-end;
}

.arrow-container p{
    color: #fff;
    font-family: "open sans";
    font-size: 1.2rem;
}

.arrow {
    width: 3rem;
    transition: 1s;
    box-shadow: none;
}

.arrow-container img:hover {
    padding-top: 1rem;
}


.lines {
    background-image: url("https://legionmagazine.com/guide/images/stripe.png");
    background-repeat: repeat;
    height: 20px;
    width:100%;

}


.about-section{
    
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem;
}

.about-section button{
    width: 20rem;
    height: 3.5rem;
    background: red;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    Font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    transition: 0.5s;
    border: 2px solid red;;
    border-radius: 3px;
    outline:none;
    margin-top: 1rem;
}

.about-section button:hover{
    border: 2px solid black;
  background: transparent;
  color: black;
}

.about-section h2 {
    font-family: 'Arvo', serif;
    font-size: 1.75rem;
    max-width:35rem;
    margin-bottom:20px;
}

.about-section h3{
    max-width:35rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.about-section p {
    font-size: .9rem;
    max-width: 40rem;
    line-height: 1.5rem;
    
}

.option-section, .option-section-fre{
    
    
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:35rem;
    transition: 1s;
 
}




.option-section h3, .option-section-fre h3 {
    font-size: 1rem;
    color: #cb5e41;
    text-align: center;
}

.option-section h2, .option-section-fre h2 {
    text-align: center;
    color: #000;
    max-width: 50rem;
    
}


.note {
    color: #868686;
    line-height:30px;
    font-size: .9rem;
    font-weight: 500;
}



.target {
    cursor: pointer;
    padding: 1.5rem;;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid rgba(0, 0, 0, 0.178);
    border-radius: 2px;
    transition: 0.5s;
    margin-top: 1rem;
}

.target:hover{
    border: 2px solid #cb5e41;
    background: #cb5e41;
    color: #fff;
}






.form{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);

}

.modal-overlay.active {
        opacity: 1;
        visibility: visible;
   }


   .modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 40rem;
    height: 40rem;
    max-width: 50rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    transform: scale(1.2);
    transition: all 0.6s;
    overflow-x:hidden;
}

.modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 0.6s, transform 0.6s;
    transition-delay: 0.3s;
}
.modal .close-modal svg {
    width: 1.75em;
    height: 1.75em;
}

.modal .modal-content {
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 0.6s 
    
}

.modal.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.modal.active .modal-content {
    opacity: 1;
}
.modal.active .close-modal {
    transform: translateY(10px);
    opacity: 1;
}


.form h3{
    text-align: center;
}

.form iframe{
    margin-top: 2rem;
    width:30rem;
    height: 25rem;
    
    
}

.bottom-line{
    width: 100%;
    background: #cb5e41;
    height: 0.2rem;
}

.form span{
    border-bottom: 2px solid #000;
    transition: 0.5s;
}

.form span:hover{
    border-bottom: 3px solid #6d6f2a;
    cursor: pointer;
    color: #6d6f2a;
}

.disclaimer-text{
    font-size: 0.7rem;
    color: rgb(128, 128, 128);
    margin-bottom: 1rem;
}

.disclaimer-bold-text{
   
    color: #000;
    
   
}



  


footer {
    background-color:#ededed;
    bottom:0;
    text-align:center;
    padding:40px;
    font-size:12px;
}

footer img {
    width: 250px;
}




@media only screen and (max-width: 768px) {

    
    
    .lander-text-wrapper h1{
        font-size: 3rem;
        text-align: left;
        line-height: 4rem;
        font-family: 'Arvo', serif;
        margin-left: 2rem;
    }
    
    
    .section-options{
        width: 100%;
        padding: 2rem;
       
    }
    


    .target {
        padding: 1rem;;
    }

}

 


@media only screen and (max-width: 600px) {

    .lander {
        width: 100%;
        height:auto;
        display: block;
        
    }

    .lander-fre{
        height:47rem;
        display: block;
    }

    .lander-img-container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .guide-cover{
        width: 13rem;
        margin-top:2rem;
        
    }

    .lander-text-wrapper{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top:2rem;
        
    }

    .lander-text-wrapper h1{
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
        margin-left: 0;
        
    }

    .lander-text-wrapper p {
       
        margin-left: 0;
        
    }

    .arrow-container{
        width: 100%;
        height: 8rem;
      
    }

    .arrow-container p{
        text-align: center;
    }

    .lines{
        width: 100%;
    }

    .about-section{
        width: 100%;
        padding: 2rem;
    }

    .modal {
        width: 100%;
    }

    .form iframe{
        width:100%;

    }

    .form h3{
        text-align: center;
        
    }

    .option-section-fre{
        height: 45rem;
    }
}



@media only screen and (max-width: 320px) {


    .option-section{
        height:40rem;
    }


}

