* {
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
}
  
p {
    font-family: verdana;
    font-size: 20px;
}

.bigImage {
    width: 100%;
    height:750px;
    position: absolute;
    top: -10px;
    object-fit:cover;
}

.titleText {
    position: absolute;
    top: 620px;
    z-index:3;
    width:100%;
    color: white;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow:
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
.titleText h1 {
    padding: 5px;
}

.visaDiv {
    position: absolute;
    top: 740px;
    width: 100%;
    height: 800px;
    /* background-color: rgba(0, 15, 30, .5); */
}
.visaDiv div {
    float:left;
    width: 23%;
    margin: 5%;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 2px;
    color: white;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 20px;
    background-color: orange;
}
.visaDiv img {
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 10px;
    object-fit:cover;
    width: 100%;
    height: 220px;
}
.visaDiv a {
    font-size:x-large;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.visaDiv video {
    width:100%;
    height:800px;
    z-index:-3;
    position:absolute;
    object-fit:cover;
}

.topBar {
    width:100%;
    z-index:5;
    position: fixed;
    background-color: white;
    /* border-style: solid;
    border-top: 0;
    border-color: aqua; */
}
.topBar li {
  float: left;
}
.topBar a {
  display: block;
  padding: 18px;
  text-decoration: none;
  color:orange;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}
.topBar p {
    color: orange;
    padding: 18px;
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
ul {
    list-style-type: none;
}

.bottomBar {
    text-align: center;
    position: absolute;
    top: 1540px;
    width:100%;
    height: 100px;
    background-color: orange;
    color:white;
}
.bottomBar li {
    display: inline-block;
}
.bottomBar a {
  display: inline-block;
  padding: 35px;
  text-decoration: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color:white;
}