body, html {
    height: 100%;
    margin: 0;
    font-family:sans-serif;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
  }
  @media screen and (max-width: 650px) {
    body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    }
  }
  a{
    text-decoration: underline;
    color: #ffffff;
  }

      
footer{
  width: 100%;
  background: linear-gradient(to right,#F4941C,#070605);
  height: 12rem;
  padding-top: 0.938rem;
  margin-top: 1.25rem;
  display: block;
  text-align: center;
  
    }

    
  .footertext{

    font-size: 1rem;
    margin-bottom: 0;
    padding-left: 0.313rem;
    color:white;
    
  }
  @media screen and (max-width: 650px) {
    .footertext {
    font-size: 0.75rem ;

    }
  }

    
/* Style all font awesome icons */
.fa {
  margin-top: 0.625rem;
  display: inline-block ;
  margin-left: 1.25rem;
  padding-top: 1.375rem;
  
  padding: 0.7rem;
  width: 1.875rem;
  height: 0.5em;
  text-align: center;
  text-decoration: none;
  margin: 0.313rem 0.313rem;
  }
  
  .fa-brands {
    margin-top: 0.625rem;
    display: inline-block ;
    margin-left: 1.25rem;
    padding-top: 1.375rem;
    
    padding: 0.7rem;
    width: 1.875rem;
    height: 0.5em;
    text-align: center;
    text-decoration: none;
    margin: 0.313rem 0.313rem;
    }
    

  
  /* Add a hover effect */
  .fa:hover {
    transform: scale(1.1);
  }

  .fa-brands:hover {
    transform: scale(1.1);
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    color: #ffffff ;
  }
  
  /* Twitter */
  .fa-x-twitter {
    color:  #ffffff;
  }
  .fa-instagram{
  color: rgb(255, 255, 255);
  }

  .fa-envelope{
    color: rgb(255, 255, 255);  
  }
 
  .fa-whatsapp{
    color: rgb(255, 255, 255);
  }
.fa-linkedin{
  color: #ffffff;
}

  .hidden{
    opacity: 0;
    filter: blur(2px);
    /* transform: translateX(-100%); */
    transition: all 2s;
    transform:scale(0.7) ;
    
  }

  @media screen and (max-width: 650px) {
    .hidden{
      transition: all 1s;  
    }
  }

  .show{
    opacity: 1;
    filter: blur(0px);
    transition: all 2s;
    /* transform: translateX(0); */
    transform:scale(1) ;
  }

  @media screen and (max-width: 650px) {
    .show{
      transition: all 1s;  
    }
  }
  .animate__animated.animate__zoomIn{
    animation-duration: 3s;
display: block;
text-align: center;

  }

  .animate__animated.animate__bounceInUp{
    animation-duration: 5s;
display: block;
text-align: center;
  }


  .animate__animated.animate__bounceInDown{
    animation-duration: 3s;
    display: block;
    text-align: center;
  }



  .bg{
    
    /* The image used */
    background-image: url("images/nbo\ skyline.png"); 
   /* Full height */
    height: 100%;
   /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
   margin-top: 0;
   filter: brightness(100%);
  
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-direction: alternate;
   animation-direction: alternate; 
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
   
    }

      @-webkit-keyframes slidein {
        from {background-position: center; background-size:2000px; }
        to {background-position:  center; background-size:1950px;}
        }
        
        @keyframes slidein {
        from {background-position: center;background-size:2000px; }
        to {background-position:   center;background-size:1950px;}
        
        }



        @media screen and (max-width: 650px) {
          .bg{
          margin-top: 3%;      
   -webkit-animation: slidein 3s;
   animation: slidein 3s;
  
          }
        }    

        @media screen and (max-width: 650px) {
          @-webkit-keyframes slidein {
            from {background-position: center; background-size:1300px; }
            to {background-position:  center; background-size:1200px;}
            }
            
            @keyframes slidein {
            from {background-position: center;background-size:1300px; }
            to {background-position:   center;background-size:1200px;}
            
            }
        }    
        
        
    .bg h1{
        font-size: 4rem;
        color: white;
        text-align:center;
        padding-top: 10rem;
        text-shadow: 3px 3px 8px black;
        margin-left: 10px;

    }

    @media (min-width: 1920px) and (max-width: 2560px) {  
  .bg h1{
      padding-top: 18rem;
}
}

    @media screen and (max-width: 650px) {
      .bg h1{
      font-size: 2rem;
      text-align:center;
  
      }
    }

    .bg p{
        font-size: 2rem;
        color: #F4941C;
        text-align: center;
        padding-top: 5rem;
        text-shadow: 3px 3px 8px black;  
        font-style: bold;
    }

    @media screen and (max-width: 650px) {
      .bg p{
      font-size:1.1rem;
     margin-top:100px;
     padding-top: 2rem;
  
      }
    }

    
/* MOBILE NAVIGATION MENU */

.topnav {
  overflow: hidden;
  background: linear-gradient(to right,#F4941C,#070605);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; 
  -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
}

.mobilelogo{
margin-left: 2px;
width: 100px;
}

.mobilelog{
height: 60px;
width: 150px;
}



/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
 
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration:none;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
}

/* Style the hamburger menu */
.topnav a.icon {
  color: white;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
}


/* Add a grey background color on mouse-over */
.topnav a:hover {
  color: #fcd3d0;
}

/* Dont display MOBILE navbar on BIG screens */
@media screen and (min-width: 970px) {
  .topnav {
  display: none;
  }
}

    
/*Desktop Navigation bar*/
nav
{
	width: 100%;
	height: 5.6rem;
  background: linear-gradient(to right,#F4941C,#070605);
	text-align: right;
	top: 0;
	position: fixed;
  z-index: 1000;	
}

@media screen and (max-width: 650px) {
  nav{
display:none

  }
}

.logo {
    margin-top: 1rem;
    margin-left: 1rem;
    width: 0.313rem;
    height: 0.313rem;
    -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
             transition: all 0.3s linear;
        
  }

  .logo:hover{
  transform: scale(1.03);
  }
  
  
  ul li
  {
  display: inline-block;
  position: relative; /* Required for the positioning of the pop-up menu */
  line-height: 6.25rem;
  padding:0 0.938rem;
  font-size: 1.25rem;
  text-decoration: none;
  margin-top: -3.125rem;
  padding-top: 20px;
  }
  
  ul li a
  {
      text-decoration: none;
      color: rgb(255, 255, 255);
      padding: 5px;
      border-radius: 10px;
      -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
             transition: all 0.3s linear;
  
  }
  
  ul li a:hover
  {
  color: #F4941C;
  padding: 10px;
  background: #ffffff;
  }

          /* Styling for the pop-up menu */
        .popup-menu {
          display: none; /* Hidden by default */
          position: absolute;
          text-align: center;
          padding: 10px;
          top: 90%; /* Position it below the parent */
          left: 0;
          background: linear-gradient(to right,#F4941C,#070605);
          min-width: 200px; /* Adjust the width here */
          z-index: 10;
      }


.popup-menu a {
  padding: 0;
  margin-bottom: 0;
  line-height: 2rem; /* Adjust line height */
    color: white;
    text-decoration: none;
    display: block;
}

.popup-menu a:hover {
   color: #F4941C;
   padding: 2px;
}


/* Show the pop-up menu when hovering over the parent list item */
li:hover .popup-menu {
  display: block;
}

       
  h2{
    color: #F4941C;
    font-size: 2.4rem;
}

@media screen and (max-width: 650px) {
  h2{
 font-size: 18px;

  }
}

h3{
    color: #F4941C ;
    font-size: 1.25rem;
    text-align: center;
}
@media screen and (max-width: 650px) {
  h3{
 font-size: 16px;
  }
}

h4{
  color:  black  ;
  font-size: 1rem;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 650px) {
h4{
font-size: 13px;

}
}

.container1{
   width: 90%;
   display:flex;
   margin-left: auto;
   margin-right: auto;
   
}

@media screen and (max-width: 650px) {
  .container1{
  width: 100%;
  display: block;

  }
}

.container1text{
    width: 55%;
    padding: 34px;
   font-size: 16px;
   line-height: 32px;
   margin-right: 20px;
   
}


@media screen and (max-width: 650px) {
  .container1text{
  width: 90%;
margin-left: auto;
margin-right: auto;
  text-align: left;
  font-weight: 300;
  padding: 10px;

  }
}

.container2{
  width: 90%;
  display:flex;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 650px) {
  .container2{
  width: 100%;
  display: block;
  }
}


.container2text{
  width: 55%;
  padding: 34px;
 font-size: 17px;
 line-height: 32px;
 margin-left: 20px;
}

@media screen and (max-width: 650px) {
  .container2text{
  width: 90%;
margin-left: auto;
margin-right: auto;
  text-align: left;
  font-weight: 300;
  padding: 10px;

  }
}


.nurse2{
    width: 50%;
    height: 480px;
    padding: 2px;
    margin-top: 20px;
  }

  @media (min-width: 1920px) and (max-width: 2560px)  {
    .nurse2{
     height: 510px;
  }
}

  @media screen and (max-width: 650px) {
    .nurse2{
    width: 100%;
    height:300px;
    }
  }


.profileimg{
  width: 50%;
  height: 640px;
  padding: 2px;
  margin-top: 20px;
}


@media (min-width: 1920px) and (max-width: 2560px)  {
  .profileimg{
   height: 800px;
}
}

@media screen and (max-width: 650px) {
  .profileimg{
  width: 100%;
  height:500px;
  }
}

.timprofileimg{
  width: 400px;
  height: 400px;
  padding: 2px;
  margin-top: 20px;
}


@media (min-width: 1920px) and (max-width: 2560px)  {
  .timprofileimg{
   height: 400px;
}
}

@media screen and (max-width: 650px) {
  .timprofileimg{
  width: 100%;
  height:400px;
  }
}

.container2fulltext{
  width: 100%;
  padding: 34px;
 font-size: 17px;
 line-height: 32px;
 margin-left: auto;
 margin-right: auto;
}

@media screen and (max-width: 650px) {
  .container2fulltext{
  width: 90%;
  padding: 10px;
  }
}

/*HOMEPAGE CARDS STYLING*/

/* Three columns side by side */
.column {
  float: left;
  width: 27%;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  margin-left: 4.375rem;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
.column {
  width: 100%;
  display: block;
  margin-left:20px;
  margin-right: auto;
}
}

@media (min-width: 1920px) and (max-width: 2560px) {  
  .column{
    margin-left: 7.375rem;
}
}

.card {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.473);
  width: 19.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  border-radius: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
         transition: all 0.5s linear;
}
@media screen and (max-width: 650px) {
  .card {
  width: 90%;
  font-size: 1rem;
  font-weight: 300;
  }
  }

  @media (min-width: 1920px) and (max-width: 2560px)  {
    .card{
      width: 22rem; 
  }
}
  
.card:hover{
  box-shadow: 0 5px 8px 0 #F4941C;
  transform: scale(1.03);
}

 
  /* Some left and right padding inside the container */
  .container {
    padding: 0 1rem;
  }
  
  /* Clear floats */
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }

  
  .bg2{
    
    /* The image used */
    background-image: url("images/nbo\ skyline.png"); 
   /* Full height */
    height: 70%;
   /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
   margin-top: 0;
   filter: brightness(100%);
  }

  @media screen and (max-width: 650px) {
    .bg2{
    margin-top: 0;
    height:50%;
    }
  }    


  .bg2 h1{
    font-size: 5rem;
    color: white;
    text-align: center;
    padding-top: 8.5rem;
    text-shadow: 3px 3px 8px black;
}

@media screen and (max-width: 650px) {
  .bg2 h1{
  font-size: 2rem;
  text-align:center;
  }
}

.bg2 p{
  font-size: 2rem;
  color: #F4941C;
  text-align: center;
  padding-top: 2rem;
  text-shadow: 3px 3px 8px black;  
  font-style: bold;
}

@media screen and (max-width: 650px) {
.bg2 p{
font-size:1.1rem;
margin-top:100px;
padding-top: 0;
}
}

.button2 {
  border: 2px solid black ;
  border-radius: 4px;
  outline: 0;
  display:inline-block;
  padding: 0.625rem;
  margin-top: 5px;
  color: white;
  background-color: black;
  text-align: center;
  font-weight:600;
  font-size: 1.25rem;
  cursor: pointer;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
         transition: all 0.3s linear;

}

.button2:hover {
color: black;
border: 2px solid #F4941C ;
background-color: #F4941C;
 transform: scale(1.05);

}

 
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; 
  border: 2px solid #F4941C;   /* Gray border */   
  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=number], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; 
  border: 2px solid #F4941C; /* Gray border */
  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{
  font-weight: 600;
  color: black;
}


  
  /* Style the submit button */
  input[type=submit ] {
    background-color: black;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
           width: 250px;
  }

  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #F4941C;
    -webkit-box-shadow: #F4941C;
           box-shadow: #F4941C;
            color: black;
           transform: scale(1.05);
  }
  
  /* Add a background color and some padding around the form */
  .container3 {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    box-sizing : border-box;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  
@media screen and (max-width: 650px) {
  .container3{
    width: 100%;
  }
}
  

  @media screen and (max-width: 650px) {
    iframe{
      width: 100%;
        height:330px;
  
    }
  }
  
/* GALLERY/////////////////////////////////////////////////////////////////////////////////////////// */

.gallery {
  line-height:0;
  -webkit-column-count:3; /* split it into 5 columns */
  -webkit-column-gap:5px; /* give it a 5px gap between columns */
  -moz-column-count:3;
  -moz-column-gap:5px;
  column-count:3;
  column-gap:5px;
}

.gallery img {
  width: 100% !important;
  height: auto !important;
  margin-bottom:5px; /* to match column gap */
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
         transition: all 0.3s linear;
}

.gallery img:hover {
  transform:scale(1.03);
}

@media (max-width: 1200px) {
  .gallery {
   -moz-column-count:    4;
   -webkit-column-count: 4;
   column-count:         4;
  }
}

@media (max-width: 1000px) {
  .gallery {
   -moz-column-count:    3;
   -webkit-column-count: 3;
   column-count:         3;
  }
}

@media (max-width: 800px) {
  .gallery {
   -moz-column-count:    2;
   -webkit-column-count: 2;
   column-count:         2;
  }
}

@media (max-width: 400px) {
  .gallery {
   -moz-column-count:    1;
   -webkit-column-count: 1;
   column-count:         1;
  }
}



*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  
  iframe{
width: 600;
height: 450;

  }

    @media (min-width: 1920px) and (max-width: 2560px)  {
     iframe{
width: 800;
height: 550;

  }
}


