body{
    background-color: #a2c6e8;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

h1{
    text-align: center;
}
  
.navbar ul{
    list-style-type: none;
    padding: 10px;
    margin: 10px;
    overflow: hidden;
    
}

.navbar li{
    padding: 10px;
}
.navbar a{
    color: rgb(5, 1, 26);
    text-decoration: none;
    padding: 10px;
    text-align: left;
    
}
.navbarpos {
    position: fixed;
    top:100px;
    left:-11px;
    z-index: 1;
}


.navbar :hover{
    color:#ffffff
}


header{
    position: fixed;
    left: 30px;
    top: -1px;
    display:inline-block;
    color: rgb(0, 0, 0);
    padding: 10px;
    text-align: left;
    z-index:2;

}

header a{
    text-decoration: none;
    color: black
}


header :hover{
    color: #fff;
}

ul{
    list-style-type: none;
    font-size: larger; 
}

.main{
    position: relative;
}


.bird1{
    position: absolute;
    top: 200px;
    left: 170px;
    z-index: -1;
}

.bird2{
  position: absolute;
  left: 580px;
  top: 300px;
  z-index:-1;
  
}

.bird3{
  position: absolute;
  left: 1050px;
  top: 150px;
  z-index:-1
  
}

.logobird{
  position:fixed;
  top: 15px;
  left: 20px;
  z-index:2;
  
}

.container{
    position: relative;
    top: 70px;
    width: 70%;
    margin: 50px auto;
}
.contact-box{
    background: #ffffff;
    display: flex;
}
.contact-left{
    flex-basis: 60%;
    padding: 40px 60px;
}
.contact-right{
    flex-basis: 40%;
    padding: 40px;
    background: #3d5265;
    
    
}
.contact-text{
    margin-bottom: 10px;
}
.container p{
    margin-bottom: 40px;
}

.input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-row .input-group{
    flex-basis: 45%;
}

input{
    width: 70%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-bottom: 5px;

}

textarea{
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}

label{
    margin-bottom: 6px;
    display: block;
    color: #384b5c;
}

button{
    background: #384b5c;
    width: 100px;
    border:none;
    outline: none;
    color:#ffffff;
    height: 35px;
    border-radius:30px;
    margin-top: 20px;

}
.contact-right h3{
    color: #ccc;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-left h3{
    color:#30414f;
    font-weight: 600;
    margin-bottom: 30px;
}
table{
    color:#ccc
}
.container p{
    text-align: center;
}

.issuelink{
   
    display: inline;
    z-index:1;
}

.issuelink h2{
    color: #212d37;
    text-decoration: none;
    position: relative;
    left: 570px;
    bottom: 220px;
    top: 230px;
    font-weight: normal;  
}

.issuelink a{
    text-decoration: none;
}

.issuelink :hover{
    color: #fff;
}

.row {
    display: flex;
    align-items: left;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col-1{
    flex-basis: 30%;
    padding: 10px;
    min-width: 225px;
    margin-top: 70px;
    margin-bottom: 50px;
    transition: transform 0.4s;
    
}

.col-1 h2{
font-weight: normal;
text-align: center;
text-decoration: none;
color: #212d37;
}
.col-1 img{
    width: 100%;
}





.small-container{
    max-width: 1080px;
    margin: auto;
    
    
}

.title{
    text-align: left;
    margin: 0 auto 60px;
    position: relative;
    line-height: 30px;
}

h4{
    color: #212d37;
    font-weight: normal;
    margin-bottom: -7px;
    margin-top: 4px;
}

.col-1 p{
    font-size: 14px;
    color: #212d37;
}

.col-1:hover{
    transform: translateY(-5px);
}

/* media query for menu */

@media only screen and (max-width: 800px){

.navbar a{
    text-decoration: none;
    padding: 10px;
    text-align: left;
    font-size: smaller;
    
}

.navbar ul{
    list-style-type: none;
    padding: 5px;
    margin: 5px;
    overflow: hidden;
    
}

.navbar li{
    padding: 5px;

}

.row{
    text-align: center;
}

}


/* media query for less than 600 screen size */

@media only screen and (max width: 600px){
    .row{
      text-align: center;
    }

    .col-1, .col-2{
       flex-basis: 100%; 
    }
}

.frankbox {
    position: relative;
    top: 150px;
    left: 35%;
    z-index: 1;
}

.col-1 a{
    text-decoration: none;
}



