﻿.hi-slide .hi-next,
.hi-slide .hi-prev {
    top: 56%;
    height: 40px;
    margin-top: -40px;
    border-radius: 50px;
    line-height: 42px;
    background-color: crimson;
    font-size: 30px;
}

ul,li{
    margin:0;
    padding:0;
    list-style-type:none;
}
.aboutlist{
    font-size:25px;
    font-style:italic;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}


html{
    background-color: #fff;
    color:#555;
    font-family:'Lato','Arial',sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    height:100vh;
}
body{
    height:100vh;
}

header{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(images/sea.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:100vh;
}
.main-container{
    
      color:darkgrey;
    font-family: 'Great Vibes',cursive;
        height:100vh;

}

.image-container{
    height:200px;
    width:200px;
    background-image:url(images/november.jpg);
    background-size:cover;
}

.about-link{
    font-weight:bold;
    border-top:3px solid black;
}
.contact-link{
    font-weight:bold;
    border-top:3px solid black;
}
.home-link{
    font-weight:bold;
    border-top:3px solid black;
}
.gallery-link{
    font-weight:bold;
    border-top:3px solid black;
}
.links-header {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.links-container {
    height: 
    width: 100%;
}

.links {
    display: inline-block;
    width: 100px;
}
h-header {
    background-color: rgb(70, 103, 109);
    color: white;
    font-size: 40px;
    width: 500px;
    border-radius: 19px;
    font-family: 'Great Vibes',cursive;
}
.bg-success {
    background-color: rgb(70, 103, 109) !important;
    border-radius: 19px;
}

.map-image{
    width:100% !important;
    height:auto  !important;
}
@media (max-width:576px){
    .my-heading{
        color:skyblue !important;
    }
}
@media (max-width:768px){
    .my-heading{
        color:skyblue !important;
    }
    
}