@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
	font-family: 'Cantarell';
}
body{
    margin: 0px;
    min-width: 300px;
}
.lightbox {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    top: 0px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message {
    width: 90%;
    margin: 0 auto;
    background-color: rgb(25, 71, 170);
    padding: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
#special {
    padding: 5px 10px;
    color: rgb(255,255,255);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}
#close_lightbox {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 50px;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}
#close_lightbox:hover{
    cursor: pointer;
}
.homepage {
    width: 100%;
    height: auto;
}
.header {
    width: 100%;
    height: auto;
    margin-top: 6px;
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
}
#logo {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-menu {
    width: 88%;
    margin: 0 6%;
    border-bottom: 1px solid rgb(170, 169, 169);
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.main-menu a {
    text-decoration: none;
    font-variant: small-caps;
}
#menu-selected {
    color: rgb(214, 212, 212);
}
.introbox {
    width: 90%;
    margin: 5% 5%;
}
#imagebox {
    margin: 0;
}
#intro-image {
    width: 100%;
    margin: 0;
    border-radius: 5px;
}
#intro-text {
    width: 100%;
    margin: 4% 0 2% 0;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5;
}
h4 {
    text-align: center;
    padding: 0;
}
a {
    text-decoration: none;
}
.home-contact {
    width: 80%;
    margin: 20% 10% 0 10%;
    display: flex;
    justify-content: center;
}
#maillogo {
    width: 38px;
    margin-left: 35px;
}
#fblogo {
    width: 35px;
    margin-left: 40px;
    margin-right: 40px;
}
#instalogo {
    width: 35px;
    margin-right: 35px;
}
.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgb(170, 169, 169);
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px;
    color: rgb(0,0,0);
}
.policybox {
    width: 80%;
    margin: 7% 10%;
    font-size: 13px;
    text-align: justify;
}
h4 {
    font-size: 14px;
    margin-top: 5%;
    letter-spacing: 2px;
}
.menubox{
    width: 80%;
    margin: 6% 10%;
}
.analogbox {
    width: 80%;
    margin: 2% 10% 0 10%;
}
#analog_img {
    width: 70%;
    margin: 5% 15% 0 15%;
}
#bottom-spacer {
    height: 25px;
} 

@media only screen and (min-width: 600px){
    .message {
        width: 70%;
        margin: 0 auto;
        margin-top: 30px;
        background-color: rgb(25, 71, 170);
        padding: 8px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
    }
    #logo {
        width: 40%;
        margin-top: 10px;
    }
    .main-menu {
        width: 86%;
        margin: 0 7%;
        height: auto;
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .introbox {
        width: 86%;
        margin: 3% 7%;
    }
    #intro-image {
        width: 100%;
        margin: 0;
        border-radius: 10px;
    }
    #intro-text {
        width: 100%;
        margin: 4% 0;
        font-size: 13px;
        text-align: justify;
        line-height: 1.5;
    }
    .home-contact {
        width: 70%;
        margin: 10% 15% 0 15%;
        display: flex;
        justify-content: center;   
    }
    #maillogo {
        width: 30px;
    }
    #fblogo {
        width: 28px;
    }
    #instalogo {
        width: 28px;
    }
    .footer {
        font-size: 11px;
        letter-spacing: 2px;
        padding: 8px;
    }
    .policybox {
        width: 86%;
        margin: 7% 7%;
        font-size: 14px;
        text-align: justify;
    }
    .analogbox {
        width: 86%;
        margin: 2% 7% 0 7%;
    }
    #analog_img {
        width: 40%;
        margin: 5% 30% 0 30%;
    }
}
@media only screen and (min-width: 1200px){
    .message {
        width: 30%;
        margin: 0 auto;
        margin-top: 55px;
        background-color: rgb(25, 71, 170);
        padding: 8px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
    }
    #logo {
        width: 25%;
        margin-top: 10px;
    }
    .main-menu {
        width: 50%;
        margin: 0 25%;
        height: auto;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        letter-spacing: 2px;
    }
    .main-menu a:hover {
        color:lightcoral;
    }
    .introbox {
        width: 50%;
        margin: 1% 25% 0 25%;
    }
    #intro-image {
        width: 100%;
        margin: 0;
    }
    #intro-text {
        width: 100%;
        margin: 2% 0;
        font-size: 16px;
        text-align: justify;
        line-height: 1.3;
    }
    .home-contact {
        width: 70%;
        margin: 2% 15% 0 15%;
        display: flex;
        justify-content: center;   
    }
    #bottom-spacer {
        height: 25px;
    } 
    .footer {
        font-size: 12px;
        letter-spacing: 2px;
        padding: 8px;
    }
    .policybox {
        width: 50%;
        margin: 1% 25%;
        font-size: 17px;
        text-align: justify;
    }
    .analogbox {
        width: 50%;
        margin: 0 25%;
        font-size: 17px;
        text-align: justify;
    }
}
