*
{
    margin:0;
    padding: 0;
}
body
{
    font-family: sans-serif;
}

#nav-bar
{
    position: sticky;
    top:0;
    z-index: 10;
}

.navbar
{
    background-image: linear-gradient(to left, #eae8e9, 90%, #c3c1c2);
    padding: 0 !important;
}

.navbar-brand img
{
    height: 50px;
    padding-left: 20px;
}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a
{
    color: #041a63c5 !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.fa-bars
{
    color: #fff ;
    font-size: 30px !important;
}

.navbar-toggler
{
    outline: none !important;
}

/* ----------------HOME section ------------------------- */

#HOME
{
    background-image: linear-gradient(to left, #eae8e9, 90%, #c3c1c2);
    color: #0e4194;
    padding-top: 5%;
}

.s-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
}


.s-subtitle::before
{
    content: '';
    background: #0e4194;
    height: 5px;
    width: 250px;
    margin-left: 10px;
    margin-right: auto;
    display: block;
    transform: translateY(-10px);
}

.title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
    color: #041a63c5 !important;
}

.play-btn
{
    width: 45px;
    margin: 20px;
}

#HOME a
{
    color: #fff;
    text-decoration: none;
}

.bottom-img
{
    width: 100%;
}
/*<!---------------------------------ABOUT-STUDIES---------------------------->*/

#ABOUT-STUDIES
{

    padding-bottom: 50px;
    padding-top: 50px;
}

.about-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
    text-align: center;
}

#ABOUT-STUDIES ul
{
    margin-left: 20px;
}

#ABOUT-STUDIES ul li
{
    margin: 10px 0;
    text-align: justify;
    text-justify: inter-word;
}

.first-img
{
    margin-top: 80px;
}

.ABOUT-STUDIES-IMG
{
    border-radius: 20%;
    width: auto;
}
/*<!---------------------------------PROGRAM---------------------------->*/

#PROGRAM
{
    padding: 5px 0;    
    background: #f8f9fa;
}

.PROGRAM-img
{
    width: 100px;
    margin-top: 20px;
}

.PROGRAM
{
    padding: 20px;    
}

.PROGRAM h4
{
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}

.PROGRAM .fa
{
    color: #041a63c5 !important;
}

.title::before
{
    content: '';
    background: #c3c1c2;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}


#PROGRAM .btn-primary
{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to left, #eae8e9, 50%, #c3c1c2);
}

.PROGRAM_column {
    float: left;
    width: 30%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

/* semestry lista - tabela*/
#semester {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #semester td, #semester th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #semester tr:nth-child(even){background-color: #f2f2f2;}
  
  #semester tr:hover {background-color: #ddd;}
  
  #semester th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #041a63c5;
    color: white;
  }


/*<!---------------------------------RECRUITMENT---------------------------->*/

#RECRUITMENT
{
    padding: 5px 0;
}

.RECRUITMENT
{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}

.RECRUITMENT-img
{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 10px;
}

.RECRUITMENT h4
{
    color: #000;
    font-family: 'Exo 2', sans-serif;
}

.RECRUITMENT h6
{
transition:  0.5s;
color: #041a63c5;
}

.RECRUITMENT a:link
{
    color: #041a63c5;
    background-color: transparent;
    text-decoration: none;
}

.RECRUITMENT h6:hover 
{
    transform:  translateY(-10px);
    color: #041a63c5;
}

.RECRUITMENT h6:visited
{
    color: #0c2a8ec5;
    background-color: transparent;
    text-decoration: none;
}

.RECRUITMENT h6:active 
{
    color: #DA521F;
    background-color: transparent;
    text-decoration: underline; 
}

  .RECRUITMENT_column 
{
    float: left;
    width: 80%;
    padding: 50px;
    padding-left: 70px;
    margin-left: auto;
    margin-right: auto;
}

#recruitment_table 
{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
  
#recruitment_table td, #recruitment_table th 
{
    border: 1px solid #ddd;
    padding: 8px;
}
  
#recruitment_table tr:nth-child(even){background-color: #f2f2f2;}
  
#recruitment_table tr:hover {background-color: #ddd;}
  
#recruitment_table th 
{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #041a63c5;
    color: white;
}


/*<!---------------------------------USEFUL_INFORMATION---------------------------->*/

#USEFUL_INFORMATION
{
    background: #f8f9fa;
    padding: 5px
}

.USEFUL_INFORMATION
{
    border-left: 8px dotted #041a63c5;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.USEFUL_INFORMATION h6
{
    padding-bottom: 4px;
}

.USEFUL_INFORMATION img
{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 10px;
}

.user-details
{
    display:  inline-block;
    font-size: 12px;
}

.user-details a:link
{
    color: #041a63c5;
    background-color: transparent;
    text-decoration: none;
}
.user-details a:visited
{
    color: #041a63c5;
    background-color: transparent;
    text-decoration: none;
}

.user-details a:active 
{
    color: #DA521F;
    background-color: transparent;
    text-decoration: underline; 
}

.USEFUL_INFORMATION p
{
    transition:  0.5s;
}

.USEFUL_INFORMATION p:hover
{
    transform:  translateX(5px);
}


/*<!---------------------------------Social Media---------------------------->*/

#social-media
{

    padding: 100px 0;
    font-size: 36px;
    font-weight: 600;

}
#social-media
{
    margin-left: auto;
    margin-right: auto;

}
.social-icons
{
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.social-icons h1
{
    width: 60px;
    transition:  0.5s;
    margin-left: auto;
    margin-right: auto;
}

.social-icons h1:hover 
{
    transform:  translateY(-10px);
}

.social-icons a:link
{
    color: #041a63c5;
    background-color: transparent;
    text-decoration: none;
}
.social-icons a:visited
{
    color: #0c2a8ec5;
    background-color: transparent;
    text-decoration: none;
}

.social-icons a:active 
{
    color: #DA521F;
    background-color: transparent;
    text-decoration: underline; 
}

/*<!---------------------------------Footer---------------------------->*/

#footer
{
    background-image: linear-gradient(to left, #eae8e9, 90%, #c3c1c2);
    color: #fff;
}

hr
{
    background-color: #fff;
}

.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    color: #041a63c5;
}

.copyright img
{
    height: 150px;
    padding-left: 30px;
    padding-top: 5px;
}