/*project :"HONEYLAND"
version :1.1
Author : SG-WEBDESIGN (Stephane GUICHARD)
website offered (code + disign + online)
volunteer action
Date: 09/03/2021
Licence : GNU General Public Licence
*/
/*---------------------------*/

/*infos techniques du container de la page */
/*--------font-family: 'El Messiri', sans-serif; ----*/
@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');


h1,
a {
    font-family: 'El Messiri', sans-serif;
    text-shadow: 1px 1px 1px #1c2433;
}

body {
    background-color: #1c2433;
}

#title, h1{
margin-top: 200px;
text-shadow: 2px 2px 2px #1c2433 !important;
}
/*infos @media sreen */


@media screen and (max-width: 540px) {
header{
    height: 600px;
}
    
#title, h1{
    margin-top: 40px;
    font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    header{
        height: 600px;
     

    } 

    .h1{
        margin-top: 40px;
        font-size: 32px;
        }
#mobile-type{
    margin-bottom: 20px;
}
}

.btn:hover {
    color: #b3a284 !important;
}

footer,
a:hover {
    color: #b3a284 !important;
}
/*-----style full screan--*/
body::-webkit-scrollbar {
 
    display: none;
 
}
/*-----style full screan--*/