@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');





/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('../images/');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

.hr.style2 {
	border-top: 3px double white;
}

.footer {
    background-color: white;    
    text-align: center;
    padding: 1rem;
}

.navbar {
    background-image: white); 
    padding: 1px;
    color: #003366;
}

.navbar-toggler-icon {
    color: black;
}
.active {
    background-color: transparent;
    color: black;
}

li a {
    display: block;
    color: whitesmoke;
    padding: 8px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: transparent;
    color: mediumpurple;
}

.intro {
    margin: auto;
    padding:10px;
    background-image: url("/images/");
    background-clip: content-box;
}
.address {
    text-align: center;
    color: #003366;
    font-size: 10px;
    padding: 8px;
}

.nav-link {
    color: #003366;
}
.news {
    background-color: #003366;
    color: white;
    
}

.middle {
   margin: 0;
    font-size: 1.5em;
}

hr {
    background-color: #003366;
    height: 35px;
    margin: 0;
}

.phd5-slider {
    
/*    max-width: 70%;*/
}

.phd5-translate {
    margin: 0;
    padding: 0;
}
.phd5-top {
    background: #003366;
    padding-top: none;
    padding-bottom: none;
    padding: 0;
    margin: 0;
    
.hotline {
  column-count: 2;
  column-gap: 40px;
  column-rule-style: solid;
  column-rule-width: 1px;        
}
    
}
.search {
    text-align: center;
    padding: 0;
    margin: 0;
}

.nav-social {
    text-align: right;
    color: white;
    padding: 0;
    margin: 0;
  
}
#phd5-nav {
    padding: 2em;
    font-size: 1.25em;
}

section h2 {
    text-align: center;

}


.phd5-slider-small {
    max-width: 80%;
    margin: auto;
    
}

.pic-center {
    text-align: center;
}

.footer-margin {
    margin: 20px;
    color: #003366;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








