/* General */
html, body {
    font-family: 'Roboto', sans-serif;
    color: #222;
    background-color: #e8e7e4;
    overflow-x: hidden; 
    max-width: 100%;
    height: auto;
}


/* hiding the scrollingbar */
::-webkit-scrollbar { 
    display: none; 
}


.navbar {
    padding: 0.8rem;
    background-color: #e8e7e4 !important;
}


.navmenu-text{
    color: #bcb8ad !important;
    font-size: 14px !important;
    font-weight: 400;
}

.LAN-AR{
    text-decoration: none;
    color: #f8377b;
    font-weight: 600;
    font-size: 12px !important;
}

.LAN-AR:hover {
    text-decoration: none;
    color: #f8377b;
    font-weight: 600;
    font-size: 12px !important;
}

.LAN-EN{
    text-decoration: none;
    color: #3c67f1;
    font-weight: 600;
    font-size: 12px !important;
}

.LAN-EN:hover {
    text-decoration: none;
    color: #3c67f1;
    font-weight: 600;
    font-size: 12px !important;
}

.VSeperator{
    height: 20px;
    width: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.lan-sep{
    border-radius: 5px;
    background-color: #bfbebc;
}

.active-main {
    color: #616161 !important;
    font-weight: 200 !important; 
    border-bottom: 2px solid #8d8d8d;
}
.nav-link {
    font-size: 12px !important;
    margin-left: 25px;
}

.maring50-r{
    margin-right: 35px;
}

.maring50-l{
    margin-left: 35px;
}


/*
.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}*/

/* Body Imgs */
.wi-100{
    width: 104%; 
    height: auto;
    margin-left: -15px;
}

.mar-top{
    margin-top: 60px;
}

.parallax { 

    /* Set a specific height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seperator-banner{
    background-image: linear-gradient(90deg, #c50d72, #DA2E6E, #E33C6D, #F75B69);
    height: 20px;
}

.Background{
    /* The image used */
  background: url('Resources/img/Illustrationswithbackground.png');

  /* Full height */
  width: 104%;


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.App-banner{
    background-image: linear-gradient(90deg, #c50d72, #DA2E6E, #E33C6D, #F75B69);
    height: 70px;
    margin-top: 300px;
    width: 100%;
}


.App-banner p{
    color: white;
    font-weight: 700;
    font-size: 200%;
    padding-top: 10px;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #d0cfcd; /* Gray border */
    background-color: #dbdad6;
    color: #7a7975 !important;
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    
}

input[type=email], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #d0cfcd; /* Gray border */
    background-color: #dbdad6;
    color: #7a7975 !important;
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

label {
    color: #979590 !important;
    margin-bottom: -10px;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    margin-top: 5px;
    background-image: linear-gradient(90deg, #c50d72, #DA2E6E, #E33C6D, #F75B69);
    color: #ffffff !important;
    font-size: 70%;
    font-weight: 300;
    width: 60%;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-image: linear-gradient(90deg, #c50d72, #DA2E6E, #E33C6D, #F75B69);
}


/* Required Document */


.Doc-banner{
    background-image: linear-gradient(90deg, #c50d72, #DA2E6E, #E33C6D, #F75B69);
    height: 70px;
    margin-top: 150px;
    margin-bottom: 50px;
}

.Doc-banner p{
    color: white;
    font-weight: 700;
    font-size: 200%;
    padding-top: 10px;
}

.RD span{
    color: #979590;
    margin-top: auto;
    margin-bottom: auto;
}

.RD-left{
    text-align: right;
}

.RD-left span{
    color: #979590;
    margin-top: auto;
    margin-bottom: auto;
}
.Passport{
    height: 40px;
    width: 30px;
    margin-right: 19px;
}

.PImage{
    height: 40px;
    width: 45px;
    margin-right: 12px;
    margin-left: -7px;
}

.BCert{
    height: 40px;
    width: 38px;
    margin-left: -2px;
    margin-right: 15px;
}

.PPassport{
    height: 40px;
    width: 45px;
    margin-left: 10px;
    margin-right: -5px;
}

.Vacc{
    height: 40px;
    width: 40px;
    margin-right: -3px;
    margin-left: 15px;
}

.DMessage{
    height: 35px;
    width: 45px;
    margin-right: -3px;
    margin-left: 10px;
}

.Grades{
    height: 50px;
    width: 40px;
    margin-right: -2px;
    margin-left: 15px;
}


.right{
    align-items: flex-end;
    padding-right: 10px;
}


.margin-top-down{
    margin-top: 20px;
    margin-bottom: 20px;
}


/* Footer */


.footer {
    background-color: #d3d1cc;
    margin-top: 180px;
    margin-left: -15px;
}

.v-center h5{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 100%;
    margin-top: 60px;
    margin-bottom: 18px;
}

.v-center p{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 400;
}

@media (max-width: 900px) {
    /* Nav Bar */

    .maring50-r{
        margin-right: 0px;
    }
    
    .maring50-l{
        margin-left: 0px;
    }

    .nav-link {
        font-size: 12px !important;
        margin-left: 5px;
    }

    /* banner */
    .wi-100{
        width: 106%; 
        height: auto;
        margin-left: -15px;
    }
    .mar-top{
        margin-top: 60px;
    }

    .seperator-banner{
        background-image: linear-gradient(90deg, #c50d72, #DA2E6E, #E33C6D, #F75B69);
        height: 10px;
    }

    /* Application Form */

    .App-banner{
        margin-top: 110px;
    }

    .Background{
        /* The image used */
        background: url('Resources/img/Illustrationswithbackground.png');
    
        /* Full height */
        height: 100%;
        max-width: 100%;
    
    
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    
    }

    
    /* Footer */
        .footer {
            background-color: #d3d1cc;
            margin-top: 180px;
            width: 100%;
            
    
        }
}

@media (max-width: 770px){


    /* Body Imgs */
    .wi-100{
        width: 110%; 
        height: auto;
        margin-left: -15px;
    }

    .mar-top{
        margin-top: 60px;
    }
    .mar-top{
        margin-top: 65px;
    }

    .RD span{
        color: #979590;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 12px;
    }
    
    .RD-left span{
        color: #979590;
        margin-bottom: auto;
        font-size: 12px;
    }

    .Background{
        /* The image used */
      background: url('Resources/img/Illustrationswithbackground.png');
    
      /* Full height */
      width: 110%;
    
    
      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    
    }

    .App-banner{
        margin-top: 140px;
    }

    .App-banner p{
        font-size: 190%;
        padding-top: 12px;
    }

    label{
        font-size: 12px;
    }

    .Doc-banner p{
        font-size: 190%;
        padding-top: 12px;
    }
    /* Footer */
    .footer {
        background-color: #d3d1cc;
        margin-top: 180px;
        width: 105%;
        

    }
}

@media (max-width: 500px){
    
    .RD-left{
        margin-top: 20px;
    }
}