body{
    background-image: linear-gradient(#115d81, #2c95b5, #50b0c8, #f0ebd8, #f7dec0,#e7c7b4);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Lobster', cursive;
}
*{

    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
  }
/*navigation bar css*/
.logo img{
    width: 50px;
}
.my-custom-row{
    margin-top: 70px;
}
.container{
    position: relative;
    text-align: center;
}
.center{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.row ul{
    left: 100%;
}
.container ul{
    margin-left: 170px;
}
.center h1{
    font-size:80px;
    -webkit-text-stroke: 1px black;
}
.icon{
    margin-right: 50px;
}
.png{
    margin-top: 50px;
    margin-left: 50px;
}
.my-custom-row .bg{
    border: 5px solid #115d81;
    border-radius: 10px;
    height: 500px;
    width: 1050px;
}
/*global css*/
h1{
    font-family: 'Lobster', cursive;
    /* font-family: 'Whisper', cursive; */
}
p{
    font-family: 'Lobster', cursive;
}
/*contact us css*/
@media screen and (max-width: 500px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
}

@media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
}
.navbar-brand{
    color:white;
    font-size: 50px;
}
.nav-link{
    color:white;
    font-size: 30px;
    margin-right: 20px;
}
.nav-link:hover{
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    border: 2px solid rgb(0, 174, 255);
    box-shadow: 0 0 3px rgb(27, 164, 255), 0 0 7px rgb(68, 112, 255), 0 0 20px rgb(181, 199, 255);
}
#nav_present{   
        border-radius: 5px;
        font-weight: bold;
        transition: all 0.5s ease-in-out;
        border: 2px solid rgb(0, 0, 0);
        box-shadow: 0 0 3px #303030, 0 0 7px #8f8f8f, 0 0 20px #c2c2c2;
}
#nav{
    background-color:#022135;

}
a{
    font-size:25px;
    text-decoration:none;
}
  
  /* Clear floats after the columns */


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-radius: 9px;
    font-family: 'Poppins', sans-serif;
}
  
input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
}
.label{
    font-family: 'Poppins', sans-serif;
}