* {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}


@media only screen and (max-width: 414px) {
    #logo {
        z-index: -1;
        width: 40%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0%;
        text-align: center;
        margin-top: 20px;
        border-radius: 25%;
        background-color: rgb(255, 155, 4);
        box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.3);
    }

    #log1 {
        width: 100%;
        z-index: -1;
    }

    #contact-info {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        margin-bottom: 100px;
        padding: 20px;
        font-size: 90%;
    }

    #download {
        width: 60%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        text-align: center;
        
    }

    #app {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        padding: 20px;
        font-size: 90%;
    }

    #about {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        padding: 20px;
        font-size: 90%;
    }

    #rekry {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        padding: 15px;
        font-size: 90%;
    }

    #file {
        font-size: 80%;
    }

    #msg {
        margin: 10px;
        width: 80%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
        resize: none;
    }
    
    .contact {
        margin: 10px;
        width: 80%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }
}

@media only screen and (min-width: 415px) {
    #logo {
        z-index: -1;
        max-width: 500px;
        width: 30%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0%;
        text-align: center;
        margin-top: 20px;
        border-radius: 25%;
        background-color: rgb(255, 155, 4);
        box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3);
    }

    #log1 {
        width: 100%;
        z-index: -1;
    }

    #contact-info {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        margin-bottom: 100px;
        padding: 20px;
    
    }

    #app {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        padding: 20px;
    }

    #download {
        width: 60%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        text-align: center;
        
    }

    #about {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        padding: 20px;
    }

    #rekry {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        padding: 15px;
    }

    #msg {
        margin: 10px;
        width: 50%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
        resize: none;
    }
    
    .contact {
        margin: 10px;
        width: 50%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }
}

@media only screen and (min-width: 798px) {
    

    #motto {
        font-style: oblique;
        font-size: 20px;
        margin-bottom: 100px;
        text-align: center;
        margin-top: 100px;
        text-shadow: 1px 1px rgba(255,255,255,0.8);
    }
}

@media only screen and (max-width: 798px) {
    

    #motto {
        font-style: oblique;
        font-size: 20px;
        margin-bottom: 100px;
        text-align: center;
        margin-top: 100px;
        text-shadow: 1px 1px rgba(255,255,255,0.8);
    }
}


body {
    animation: ease-in-out;
    
    background-color: rgb(255, 155, 4);
}


p {
    text-align: center;
}


#contact-form {
    text-align: center;
    margin-bottom: 100px;
}


#rmvFile {
    border: none;
    background-color: white;
}

#rmvFile:hover {
    background-color: black;
    color: white;
    border-radius: 4px;
}

h2 {
    font-weight: 800;
}

.dropbtn {
    background-color:#e27222;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
}
  
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

html {
    scroll-behavior: smooth;
}
  
.dropdown-content a:hover {background-color: #ddd;}
  

  
.dropdown:hover .dropbtn {
    background-color: #b46306;
    cursor: pointer;
}

.icon {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

#snd {
    background-color:#e27222;
    color: black;
    padding: 12px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}

#snd:hover {
    background-color: #b46306;
}

textarea {
    resize: none;
}

@media only screen and (max-width: 480px) {
    #phoneimg {
        display: block;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    }
}

@media only screen and (min-width: 480px) {
    #phoneimg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        margin-bottom: 25px;
        filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    }
}

.rekText {
    width: 80%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    
}

#ig {
    display: block;
    width: 50px;
}

#iglink {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    padding: 25px;
    margin-bottom: 100px;
}


#googleplay {
    width: 100%;
    max-width: 230px;
}

#appstore {
    margin: 6%;
    width: 88%;
    max-width: 200px;
}

#oy {
    margin-bottom: 50px;
}

#follow-us {
    text-align: center;
}

.storelink {
    color: rgb(255, 155, 4);
}