body{
    background-color: #FAFFFD;
    border-left: 15px solid #5c0601; 
    border-right: 15px solid #5c0601;
    margin-top: 0px;
    
}
.placeholder{
        margin: 100px 0px 0px 0px;
}
header{
    width: 100%;
    height: 100px;
    background-color: #074374;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    
}
.head_logo{
    width: 10%;
    
}
nav{
    height: 100px;
    width: 20%;
    background-color: #00356B;
    z-index: 10000;
    position: fixed;
    color: white;
    width: 100%;
    text-align: left;
    font-size: 20px;
    
    
}
nav a{
    color: aliceblue;
    text-decoration: none;
}
nav a:hover{
    box-shadow: 2px 2px 10px 2px black;
}
nav h1{
    transform: translate(0px, -40px)
}


.left_nav, .right_nav, .head_logo{
    padding: 0 10px;
    text-align: center;
}
.head_img{
width: 80%;
    position: relative;
    margin: auto
    
    
}
.background{
    width: 100%;
    max-width: 950px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #5c0601;
    
    
}
.overlay{
    position: absolute;
    max-width: 400px ;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FAFFFD;
    font-size: 60px;
    border-radius: 10px;
}
.overlay_text{
    position: absolute;
    max-width: 400px ;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    color: #FAFFFD;
    font-size: 60px;
    text-shadow: 4px 4px 6px black;
}
.img_header{
    width: 45%;
    text-align: center;
    
}
div{
    width: 80%;
}
.img_header img{
    width: 100%;
    align-content: center;
}
.div_text{
    width: 100%;
}
footer{
    width: 100%;
    background-color: #074374;
    text-align: center;
    z-index: 1000;
    color: aliceblue;
    padding-top: 10px;
}
footer i{
    width: 10%;
    font-size: 200%;
    margin: auto;
    
}
footer p{
    color: #FAFFFD;
    
}
footer a{
    text-decoration: none;
    color: aliceblue;
    
}
footer a:hover{
    color: bisque;
}

                                                    /*agents page */
.agent_cube{
    width: 80%;
    background-color: #d46c1c;
    border-radius: 20px;
    text-align: center;

    box-shadow: 0px 0px 10px #5c0601;
    margin: 50px auto;
}
.agent_cube img{
    width: 25%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px black;
    
}




.web_forms{
  margin: auto;
    text-align: center;
    
    
}

.web_forms textarea{

    margin-top: 10px;
    
}
.contact{
    width: 100%;
    font-size: 70%;
    margin: 0px auto;
text-align: left;
}

                                                            /* thank you page*/
.thx_cube p{

    font-size: 150%
}
.thx_cube{
    width: 40%;
      background-color: #d46c1c;
    border-radius: 20px;
    color: black;
    box-shadow: 0px 0px 10px #5c0601;
    margin: 20px auto;
    text-align: center;
    padding: 10px;
}
.redirect{
    width: 100%;
}
.redirect div{
    width: 30%;
    margin: auto;
    
}

                                                            /* sales page */

.sales_img{
    width: 90%;
    margin: auto;
}
.sales_cube{
    
}
.sales_cube div{
text-align: center;

    margin: auto;
}
.int_cube{
    width: 400px;
    margin: 60px auto;
    text-align: center;
}
.int_cube img{
    width: 100%;
}

                                                            /* fonts */
.bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 240%;
}

.rubik{
  font-family: "Rubik", sans-serif;
  font-weight: <weight>;
  font-style: normal;
}

.inter{
  font-family: "Inter", sans-serif;
  font-weight: <weight>;
  font-style: normal;
}

.oswald{
  font-family: "Oswald", sans-serif;
  font-weight: <weight>;
  font-style: normal;
}
