*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}

@font-face{
    font-family: Grogie;
    src: url('Grogie.woff');
}

html{
    font-size: 16px;
}

#screenwarning{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

body{
    min-width: 1025px;
}

header{
   background-color: #F5F0EA;
   position: fixed;
   display: flex;
   justify-content: space-between;
   width: 100%;
   z-index: 4;
   top: 0;
   padding:10px 30px;
   border-bottom: 1px solid white;

}

header #logo_link{
    width: 30%;
    max-width: 300px;
}

header #logo_link img{
    min-width: 230px;
    height: auto;
    object-fit: contain;
}

header img{
    width: 100%;
    height: fit-content;
}

header nav{
    margin-right: 90px;
    width: 40%;
    flex-shrink: 2;
    color:#40352B;
    font-weight:400;
    display: flex;
    align-items: center;
}

header nav ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F5F0EA;
}

header nav ul li{
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color:#40352B;
}

header nav ul li a{
    color:#40352B;
    text-decoration: none;
}

#current_page{
    text-decoration: underline;
    color:#40352B;
}



.body{
    width: 100%;
    background-color: white;
    padding-top: 130px;
    display: flex;
    justify-items: center;
    flex-direction: column;
}

.strategy{
    text-decoration: none;
    color:#F5F0EA;
}

.body h1{
    font-size: 3rem;
    color: #F5F0EA;
    background-color: #B2A69A;
    text-align: center;
    margin-top: 15px;
    margin-left: 50px;
    margin-right:50px;
    padding: 15px 30px;
    letter-spacing: 0.3rem;
    min-width: 900px;
}

#notalone{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 800px;
    height: 395px;
    overflow: hidden;
    align-self: center;
    margin-bottom:30px;
    border: 30px solid #F5F0EA;
}

#notalone img{
    width: 300px;
}

#notalone .blurb{
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 395px;
    color: #40352B;
    text-align: center;
    background-color: #E3D9CF;
}

#notalone h3{
    align-self: center;
    font-weight: 500;
    font-size: 2.3rem;
    margin-top: 50px;
    width:fit-content;
    padding: 0px;
}

#notalone p{
    align-self: center;
    padding: 10px;
    width: 410px;
    margin-top: 15px;
    font-size: 1.2rem;
}

#packages{
    display: flex;
    margin: 0 50px;
    background-color: #E3D9CF;
    color: #40352B;
    padding: 30px;
    flex-direction: column;
    align-content: center;
    min-width: 900px;
}

#packages p{
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

#packages a{
    align-self:center;
}

button{
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    border: 2px solid #40352B;
    border-radius: 15px;
    color: #40352B;
    background-color: #E3D9CF;
}

#packages button:hover{
    background-color: #F5F0EA;
}

.service{
    position: relative;
    width: 800px;
    height: 380px;
    background-color: aquamarine;
    overflow: hidden;
    align-self: center;
    margin: 30px;
    border: 30px solid #E3D9CF;
}

.service img{
    width: 800px;
}

.service .after{
    position: absolute;
    background-color: rgba(40,35,43,0.7);
    top: 0;
    left: 0;
    width: 800px;
    height: 380px;
    color: #F5F0EA;
    text-align: center;
}

.service .after h3{
    font-size: 1.5rem;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px
}

.service .after p{
    font-size: 1.2rem;
    margin: 20px;
}

.service .after a{
    text-decoration: underline;
    font-style: italic;
}

#service2{
    height: 350px;
}

#service2 .after{
    height: 350px;
}

.support{
    align-self: center;
    display: flex;
    flex-direction: row;
    width:900px;
    height:550px;
    background-color: #E3D9CF;
    margin: 20px;
    border: 30px solid #E3D9CF;
}

.support .service{
    margin:0px;
    width: 350px;
    height: 550px;
    border: 0;
}

.support .service img{
    width: 105%;
}

.support .after{
    width:350px;
    height: 550px;
}

.support ul{
    list-style: square;
    margin-left: 40px;
    margin-right: 30px;
    font-size: 1.2rem;
}

.support li{
    margin-bottom: 5px;
}

.support .support_descr{
    width: 550px;
    color:#40352B;
    border-right: 2px solid #F5F0EA;
    border-top: 2px solid #F5F0EA;
    border-bottom: 2px solid #F5F0EA;
}

.support_descr h3{
    font-size: 1.5rem;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#service4_descr h3{
    margin-top: 20px;
}

#six-month-link{
    margin-top: 150px;
}

#popup{
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(40,35,43,0.5);
    z-index: 5;
}

#popup:target{
    display: flex;
    justify-content: center;
}

#popup .outer{
    width: 70%;
    background-color: white;
    height:fit-content;
    margin-top: 150px;
    padding:0;
}

#popup .outer .inner{
    background-color: #F5F0EA;
    margin: 25px;
}

#popup .outer .x{
    float: right;
    margin-right: 5px;
    padding:0;
    text-decoration: none;
    color:#B2A69A;
    font-size: 1.3rem;
}

#popup .outer .x:hover{
    color: #40352B;
}

#popup h1{
    padding-top: 10px;
}

.outer h1{
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #40352B;
}

.entries{
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid #40352B;
    
    background-color: white;*/
    padding: 20px;
    justify-content: center;
}

form{
    display: flex;
    flex-direction: column;
}

form .entry{
    display: flex;
    padding: 10px;
    align-items: center;
}

form .entry label{
    display: none;
    margin-right: 10px;
}

form .entry input{
    padding: 5px;
    background-color: #F5F0EA;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #40352B;
    color: #40352B;
    font-weight: 500;
}

form .entry input:placeholder-shown{
    color: #B2A69A
}

#submit1{
    background-color: #B2A69A;
    margin: 20px auto;
    color: #F5F0EA;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border: none;
    border-radius: 10px;
}

#submit1:hover{
    background-color: #40352B;
}

.body{
    width: 100%;
    background-color: white;
    padding-top: 130px;
    display: flex;
    justify-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

#connected{
    margin: 20px auto;
}

#connected button{
    background-color: #B2A69A;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 0;
}

#connected button:hover{
    background-color: #E3D9CF;
}

footer{
    position: relative;
    margin-top: -20px;
    background-color: #40352B;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}

#footleft{
    width:35%;
    padding: 0;
    display: flex;
    align-items: center;
}

#footlogo{
    margin: auto auto;
    width: 100%;
    max-width:350px;
    min-width: 300px;
}

#footlogo img{
    width: 100%;
}

#footcenter{
    color:#F5F0EA;
    display: flex;
    justify-items: center;
    align-items: center;
    width:30%;
}

#footcenter .container{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#footcenter p{
    text-align: center;
    padding: 5px;
}

#footcenter a{
    color:#F5F0EA
}

#footcenter .socials{
    display: flex;
    justify-content: center;
}

#footcenter .socials a{
    margin: 0 7px;
    text-decoration: none;
}

footer nav{
    height: 100%;
    display: flex;
    margin: auto 0;
    width:35%;
    justify-content: center;
}

footer nav ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    list-style: none;
}

footer nav ul li{
    color:#F5F0EA;
    font-weight: 500;
    letter-spacing: 0.05rem;
    padding: 20px 0;
    margin: 0 auto;
}

footer nav ul li a{
    color:#F5F0EA;
    text-decoration: none;
}

footer nav ul li #current_page2{
    color: #F5F0EA;
    text-decoration: underline;
}


