*{
  margin: auto;
  
}
@font-face {
  font-family: myFont;
  src: url('CenturyGothic.woff');
}
body{
  font-family: myFont;
  background-image: url("img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}


.logo{
width: 15%;
margin-left: 2%;

float: left;
padding-top: 0.5%;
margin-bottom: 1%;
margin-right: -15%;
}
.logo1{
  display: none;
}
.logo3{
  display: none;
}


.topnav a.active{
    color: #4e94fc;
  }
  .topnav{
    position: fixed;
    top: 0;
      margin: 1%;
    overflow: hidden;
    width: 98%;
    margin-top: 1%;
border-radius: 5px;
    text-align: center;
    height: 7vw;

  }
  .elementor-video{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 50%;
    z-index: -1;
  }
  #myVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 10%;
    height: 100%;
    min-width: 100%;
  }
  #myVideo1{
    display: none;
    position: fixed;
    min-width: 100%; 
    min-height: 100%;
    top: 0;
    right: 0%;
  }
    .videoPic{
        display: none;
    }
  .topnav a{
    display: inline;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 140%;
   
  }
  .topnav .nav{
    margin-top: 1%;
    margin-left: 4%;
  }
  .topnav .nav a{
    padding-left: 3%;
  }
  .topnav .icon {
    display: none;
  }
  
  .topnav a:hover{
  color: #4e94fc;
  }
  .topnav .iconX{
    display: none;
  }
  .dropdown, .dropdown1{
    overflow: hidden;
    float: right;
    width: 10%;
    margin-left: -10%;
    margin-right: 5%;
    margin-top: 0.5%;
    
   
  
  }
  .dropbtn, .dropdown1 .dropbtn{
    color: white;
    border: none;
    background-color: rgba(23, 43, 112, 0);
    font-size: 100%;
  }
  .dropdown-content, .dropdown1 .dropdown-content{
    display: none;
    position: absolute;
    z-index: 1;
    width: 4%;
    background-color: rgb(23, 43, 112, 0.6);
    margin-left: 3%;
      
  }
  .dropdown-content a, .dropdown1 .dropdown-content a {
    float: none;
    color: white;

    padding-top: 8px;
    margin-left: 5px;
    text-decoration: none;
    display: block;
    font-size: 100%;
    text-align: left;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
   
    color: #4e94fc;
  }
  
  .dropdown-content a:hover, .dropdown1 .dropdown-content a:hover {
    color: #4e94fc;
  }
  
  .dropdown:hover .dropdown-content, .dropdown1:hover .dropdown-content {
    display: block;
  }
  .dropdown1{
    display: none;
  }
.textResp, .ml3Resp{
    display: none;
}
.ml3{
  background-color: rgba(9, 22, 56, 0.7);
line-height: 145%;
border-radius: 5px;
padding: 1%;

  flex: 50%;
  color: white;
  max-width: 25%;
  font-size: 1.8vw;
  margin-top: 3%;
  text-align: center;
position: fixed;
right: 2%;
top: 12%;
}

.ml3Resp{
  color: white;
  line-height: 70%;
}

.text1{
  display: inline-block;
  line-height: 30px;  
  margin-top: -10%;
  padding-left: 1px;
  -webkit-animation: fadeIn 5s ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeIn 4s ease-in-out;
}

.text, .textResp{
  background-color: rgba(9, 22, 56, 0.7);
line-height: 145%;
border-radius: 5px;
height: 0.5vw;
font-size: 1.8vw;
margin: auto;

  color: #f2f2f2;

  text-align: center;
  margin-left: 5%;
}

.text{
  display: flex;
  flex-direction: row;
  padding-top: 4.5%;
  width: 30%;
  position: fixed;
  -webkit-animation: fadeIn 5s ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeIn 4s ease-in-out;
}


@keyframes glow {
  from {
      font-size: 1.2vw;
      text-shadow: 0 0 30px black;
  }
  to {
    text-shadow: 0 0 30px black, 0 0 10px black;
  }
}



@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#footer{
  display: none;
  background-color: rgba(23, 43, 112, 0.7);
  padding: 0 0 30px 0;
  color: white;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}



.left {
  width: 15%;
  display: inline-block;
  margin-top: 2%;
  text-align: center;
  line-height: 30px;
  font-size:120%;
}
.centerDiv{
  width: 15%;
  display: inline-block;
  margin-top: 2%;
  text-align: center;
  line-height: 30px;
  font-size:120%;
}

.right ul li{
  list-style-type: none;
  
}
.centerDiv a{
  text-decoration: none;
  color: white;
}
.centerDiv a:hover{
  text-decoration: underline;
}

.right{
  width: 20%;
  display: inline-block;
  text-align: center;
  margin-top: 2%;
}


.right ul li a{
  color: white;
  
}
.social-media{
padding-left:2%;
  width: 9%;
  margin-top: -2%;
  padding-bottom: 2%;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}
.developed{
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.footerHR{
    width: 99.8%;
    margin-top: 0;
    margin-right: 1px;
    margin-left: 1px;
}
@media only screen and (max-width: 600px) {
    
  body{
    background-image: url("img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: 50%;
  }
  .logo{
      display: none;
  }
  .topnav.responsive .dropdown1 .dropdown-content{
      margin-left: 0%;
  }
  .logo3{
    display: block;
    position: absolute;
    top: 1%;
    width: 50%;
    left: 30%;
  }
  #myVideo1{
    display: block;
    position: relative;
    width: 100%;
    z-index: -1;
    height: auto;
    margin-top: 10%;
 

  }
  
  #myVideo, .elementor-video{
    display: none;
  }
   .videoPic{
    display: block;
    position: relative;
    width: 100%;
    z-index: -2;
    height: auto;
    margin-top: -55%;
  }
  .logo1{
      display: block;
      width: 50%;
      height: 20%;
      margin-left: 25%;
      margin-bottom: -5%;
  }
  .topnav a.icon {
    text-align: center;
    margin-top: 0%;
    display: block;
}
.topnav.responsive{
 z-index: 100;
    border-radius: 5px;
    width: 90%;
    height: auto;
    margin-left: 5%;
    text-align: center; 
    padding-bottom: 2%;
    padding-top: 0%;  
    background-color: rgba(23, 43, 112);
    line-height: 145%;
    border-radius: 5px;
    box-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #a3e9fb
} 

.topnav{
  margin-top: 2%;
  width: 10%;
  margin-left: 2%;
  height: 50%;
  transition:  0.5s ease;
}
.topnav.responsive .nav{
  margin-top: 5%;
  margin-left: 0%;
}
.topnav a {display: none;}
.topnav.responsive {
  width: 90%;
}
.topnav.responsive .icon { 
 display: none;
}
.all{
  display: inline-block;
  margin-top: 0%;
}
.topnav.responsive .iconX{
  display: block;
  position: relative;
  margin-top: 3%;
 float: left;
 width: 10%;
 left: 2%;
}
.topnav.responsive a {
  font-size: 100%;
  float: none;
  display: block;
  text-align: center; 
  padding-top: 2%;   
}
.dropdown{
  display: none;
}
  
  .topnav.responsive .dropdown1{
    display: inline-block;
    margin-top: -5%;
    
  }
  
  .textAll{
      display: none;
  }
  .text, .ml3{
      display: none;
  }
  .textResp p{
      margin-right: 0%;
      margin-top: 0%;
      text-align: center;
      font-size: 5vw;
      padding-left: 5%;
  }
  .textResp{
      display: block;
      margin-top: 20%;
      width: 80%;
      height: auto;
      text-align: center;
   
      border-radius: 5px;
      background-color: rgb(23, 43, 112, 0.4);
      padding-top: 4%;
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 3%;
      box-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #a3e9fb
  }
  
  .ml3Resp{
      opacity: 1;
      display: inline-block;
      margin-top: 10%;
      margin-left: 7%;
      width: 80%;
      line-height: 6vw;
      text-align: center;
      font-size: 4vw;
      border-radius: 5px;
      background-color: rgb(23, 43, 112, 0.4);
      padding: 3%;
      box-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #a3e9fb
  }
#footer{
  display: block;
  margin-top: 10%;
  position: relative;
  bottom: 0;
  
}
  .left, .centerDiv, .right{
    width: 100%;
    
}

.footerAll{
  font-size: 90%;
}
.right{
    padding-top: 1%;
}
.right div{
    display: inline;
}
.copyright{
    font-size: 70%;
    margin-bottom: -2%;
}
}
@media only screen and (min-width: 1029px) {
  
 
  
  .text{
      margin-top: 10%;
     
  }
} 

@media only screen and (min-width: 601px) and (max-width: 1028px) {
  body{
    background-image: url("img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: 50%;
  }
  
  .logo1{
      display: block;
      width: 30%;
      height: 20%;
      margin-left: 35%;
      margin-bottom: -20%;
  }
  .logo3{
    display: block;
    position: absolute;
    top: 1%;
    width: 30%;
    left: 35%;
  }
  #myVideo1{
    display: block;
    position: relative;
    width: 100%;
    z-index: -1;
    height: auto;
    margin-top: 5%;
 

  }
  #myVideo, .elementor-video{
    display: none;
  }
  .topnav a.icon {
    text-align: center;
    margin-right: 1%;
    margin-top: 0%;
    float: right;
    display: block;
}
.topnav.responsive .dropdown1 .dropdown-content{
  margin-left: 2%;
}
.topnav.responsive{
    width: 90%;
    margin-left: 5%;
    text-align: center; 
    padding-bottom: 2%;
    padding-top: 0%;  
} 
.topnav{
  margin-top: 2%;
  width: 10%;
  margin-left: 2%;
  height: 50%;
  transition:  0.5s ease;
}
.topnav.responsive .nav{
  margin-top: 5%;
  margin-left: 0%;
}
.topnav a {display: none;}
.topnav.responsive {
  z-index: 100;
    border-radius: 5px;
    width: 90%;
    height: auto;
    margin-left: 5%;
    text-align: center; 
    padding-bottom: 2%;
    padding-top: 0%;  
    background-color: rgba(23, 43, 112);
    line-height: 145%;
    border-radius: 5px;
    box-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #a3e9fb
}
.topnav.responsive .icon { 
 display: none;
}
.all{
  display: inline-block;
  margin-top: 0%;
}
.topnav.responsive .iconX{
  display: block;
  position: relative;
 float: left;
 width: 10%;
 left: 2%;
}
.topnav.responsive a {
  font-size: 100%;
  float: none;
  display: block;
  text-align: center; 
  padding-top: 2%;   
}
.dropdown{
  display: none;
}
  
  .topnav.responsive .dropdown1{
    display: inline-block;
    margin-top: 2%;
    
  }
  
  .textAll{
      display: none;
  }
  .text, .ml3{
      display: none;
  }
  .textResp p{
      margin-right: 0%;
      margin-top: 0%;
      padding-left: 5%;
      text-align: center;
    
  }
  .textResp{
      display: block;
      margin-top: 15%;
      margin-left: 8%;
      width: 80%;
      height: auto;
      text-align: center;
      font-size: 4vw;
      border-radius: 5px;
      background-color: rgb(23, 43, 112, 0.4);
      padding-top: 4%;
      padding-left: 0%;
      padding-right: 5%;
      padding-bottom: 3%;
      box-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #a3e9fb
  }   
  .ml3Resp{
      opacity: 1;
      display: block;
      margin-top: 5%;
      margin-bottom: 5%;
      width: 80%;
      line-height: 4vw;
      text-align: center;
      font-size: 2.5vw;
      border-radius: 5px;
      background-color: rgb(23, 43, 112, 0.4);
      padding: 3%;
      box-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #a3e9fb
  }
  #footer{
    display: block;
    position: relative;
    bottom: 0;
  }
 
  .social-media{
    width: 15%;
    padding-top: 5%;

}
.copyright{
  font-size: 70%;
  margin-bottom: -2%;
}
}

@media only screen and (min-width: 801px) and (max-width: 1029px) {
  .social-media{
    width: 13%;
  }
  #footer{
    position: relative;
    bottom: 0;
  }
} 