html{
    scroll-behavior: smooth;
}

body{
    margin:0;
    background-color: white;
}

    /*Navbar*/
nav{
    height: 120px;
    width: 100%;
    background-color:rgb(178, 207, 209);
    border-bottom: 3px solid rgb(2, 101, 162); 
}

.navbar{
    display: block;
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    width: 80%;
    height: 120px;
    float: left;
    overflow: hidden;
    margin-left:50px;
    font-weight: bold;
    font-style: italic;
}
.navbar a{
    display: inline-block;
    color: white;
    padding: 40px 5px 40px 5px;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}
.navbar a:hover{
    border: 2px solid #4ca1af;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.0125),
    0 0px 8px rgba(76, 161, 175, 0.5);
    cursor: pointer;
    padding: 38px 5px 40px 5px;
    margin-left: 13px;
    margin-right: 13px;
}

.logolink{
    height: 105px;
    width: auto;
    float: left;
    margin: 0;
    padding-top: 15px;
    padding-left:10px;
}
    /*Dropdown menu*/
.dropdown{
    display: none;
    position: relative;
    margin-top: 20px;
    margin-right: 117px;
    width: 80px;
    height: 90px;
    float: right;
}
.dropdown label{
    text-align: center;
    padding-top: 30px;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color: white;
}

.dropdown-content{
    display: none;
    position: absolute;
    text-align: left;
    width: auto;
    padding: 25px 15px 0px 10px;
    font-size: 30px;
    text-transform: capitalize;
    background-color:rgb(178, 207, 209);
    border: 3px solid rgb(111, 166, 255);
}

.dropdown-content a{
    padding: 15px 10px 15px 10px;
    color: white;
    text-decoration: none;
}
.dropdown-content a:hover{
    border: 2px solid #4ca1af;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.0125),
    0 0px 8px rgba(76, 161, 175, 0.5);
    cursor: pointer;
    padding: 13px 8px 15px 8px;
}

@media screen and (max-width:1210px){
    .navbar{
        display: none;
    }
    .dropdown{
        display: block;
    }
    input, .dropdown-content{
        display: none;
      }
      label {
        display: block;
        cursor: pointer;
      }
      
      input:checked~.dropdown-content {
        display: block;
      }
}
    /*Dropdown menu*/

    /*Translate*/
.trans{
    display: block;
    float: right;
    max-width: 80px;
    height: inherit;
    margin-right: 20px;
}

.trans ul{
    list-style-type: none;
}
.trans img{
    max-width: 40px;
    margin-top: 5px;
}
    /*Translate*/

  /*HoverContact*/
.hoverContact{
    display: block;
    float: right;
    width:130px;
    height: 60px;
    background-color:white;
    position: fixed;
    text-align: center;
    border: 2px solid lightgrey;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor:  pointer;
}
.hoverContact:hover{
    border-color: #4ca1af;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-right-width: 4px;
    border-left-width: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125),
    0 0 8px rgba(76, 161, 175, 0.5);
}
.hoverLink{
    height: auto;
    margin-top: 8px;
}
.hoverContact a{
    color: rgb(2, 101, 162);
    font-size: 35px;
    text-decoration: none;
}
    /*HoverContact*/

    /*Navbar*/

    /*Tripple Text Box*/
.tripple{
    height:auto;
}
.box{
    width:auto;
    height: auto;
    display: block;
    overflow: hidden;
    text-align:center;
    margin-bottom: 40px;
    padding-bottom: 60px;
    background-color:white;
}
.box img{
    display: block;
    width: 200px;
    height: auto;
    padding-top: 20px;
    margin-left:auto;
    margin-right:auto;
}   
.box p{
    text-align: center;
    overflow: hidden;
    font-size: 25px;
    margin: 10px 10% 20px 10%;
    padding-bottom: 10px;
    border-bottom: 3px solid lightgrey;
}
.box h1{
    font-size: 40px;
    text-transform: capitalize;
    color:rgb(2, 101, 162);
}
.box ul{
    margin: auto;
    font-size: 30px;
    padding-top: 30px;
    text-align: left;
    color: rgb(91, 91, 91)
}
.wideImg{
    width: 100%;
    padding:0;
    margin: 0;
    margin-top:-20px;
    display: block;
    overflow: hidden;
    height: auto;
}
.wideImg img{
    width: 100%;
    height: auto;
    border-bottom: 2px solid rgb(2, 101, 162);
}


#middle, #bottom{
    float:left;
    max-width: 460px;
    margin-left:50px;
    padding-right: 150px;
    border-bottom: 3px solid lightgrey;    
}

#midImg{
    float:right;
    padding: 0;
    margin-right:5%;
    margin-top: 80px;
    width:800px;
    height: auto;
    border: 2px solid white;
}

#botImg{
    float:right;
    padding: 0;
    margin-right:5%;
    margin-top: 150px;
    width:800px;
    height: auto;
    border: 2px solid white;
}

#midImg:hover, #botImg:hover{
    border-color: #4ca1af;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125),
    0 0 8px rgba(76, 161, 175, 0.5);
}

@media screen and (max-width: 460px){
    #midImg, #botImg{
        width:100%;
        height: auto;
        margin:auto;
    }
    #middle, #bottom{
        width: 100%;
        float: none;
        margin:auto;
        margin-bottom: 10px;
    }
    #middle ul, #bottom ul{
        margin-left: 10px;
    }
}
    
button{
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 0 0px 4px 0;
    width: auto;
    margin: 30px 0 30px 0;
    max-width: 300px;
    font-size: 20px;
}

button:hover{
    border: 4px solid #4ca1af;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.0125),
    0 0px 8px rgba(76, 161, 175, 0.5);
    cursor: pointer;
    margin: 28px 0 27px 0;
}

button a{
    color:black;
    text-decoration: none;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}
    /*Tripple Text Box*/
    
    /*Contact*/
#contact{
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}
#contact h1{
    font-size: 30px;
    width: 80%;
    margin: auto;
}
    /*Contact*/

    /*Footer*/
footer{
    width:100%;
    background-color:rgb(178, 207, 209);
    border-top: 3px solid rgb(2, 101, 162); 
}
footer img{
    margin: auto;
    height: auto;
    width: 50%;
}

footer div{
    display: block;
    overflow: hidden;
    width:100%;
    max-height: 550px;
    text-align: center;
}
footer p{
    text-align: right;
    padding-bottom: 15px;
    padding-right: 10px;
}
    /*Footer*/