@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap');
*{
    box-sizing: border-box;
}
#wrapper{
    margin: 0 auto;
    line-height: 150%;  
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
    width: 80%;
    min-width: 1000px;
    max-width: 1100px;
    background-color: #659DBD;
}
body{
    font-family: 'Open Sans', sans-serif;
    background-image: url(../images/gravel.png);
    color: white;
}
header{
    margin: 0 auto;
    background-image: url(../images/scclogo2.png);
    background-repeat: no-repeat;
    height: 150px;
    background-position: 5% 25px;
}
h1{
    padding-top: 65px;
    padding-left: 30%;
    font-size: 3em;
}
.fb img{
    width: 25px;  
    height: 25px; 
}
nav ul{
    list-style-type: none;
    text-align: center;
}
nav li{
    display: inline-block;
}
nav a{
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    padding: 10px 25px;
    display: block;
    border-radius: 25px;
}
nav a:hover{
    background-color: white;
    color: #659DBD;
}
.clearfix{
    clear: both;
}
main{
    border-top: 2px solid black;
    display: block;
    background-color: #095796; 
    height: 750px;
}
footer{
    border-top: 2px solid black;
    display: block;
    height: 100px;
    padding-top: 15px;
    background-image: url(../images/bridge.png);
    font-weight: 900;
    background-size: contain;
    
}
.copy{
    text-align: center;
    font-size: x-small;
    line-height: normal;
}
.img-right{
    padding-top: 50px;
    float: right;
    width: 50%;
}
.img-right img{
    width: 500px;
    border-radius: 25px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5);
}
.cont-left{
    padding: 25px 50px;
    width: 50%;
    float: left;
}
.img-left{
    padding-top: 50px;
    padding-left: 50px;
    float: left;
    width: 30%;
}
.img-left img{
    width: 250px;
    border-radius: 25px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5);
}
.cont-right{
    padding: 25px 50px;
    width: 70%;
    float: right;
}
.cols{
    width: 24%;
    float: left;
    display: block;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5);
    background-color: #659DBD;
    border-radius: 15px;
    margin:  0 46px;
    height: 225px;
}
.cols2{
    width: 20%;
    float: left;
    display: block;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5);
    background-color: #659DBD;
    border-radius: 15px;
    margin:  0 46px;
    height: 225px;
}
.mid{
    float: left;
    padding: 0 80px;
}
.mid2{
    float: left;
    padding: 10px 14px;
}
.mid img{
    width: 175px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5);
}
.mid2 img{
    width: 305px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5);
    transition: transform .2s;
}
.mid2 img:hover{
    transform: scale(3);
}
.cols li{ 
    list-style-type: none;
}
.ral-btn{
    display: block;
    width: 150px;
    background-color: #003764;
    font-weight: 900;
    text-align: center;
    padding: 20px;
    margin: 10px 40px;
    width: 70%;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    transition: 1s;
}
.db-btn{
    display: block;
    width: 150px;
    background-color: #404040;
    font-weight: 900;
    text-align: center;
    padding: 20px;
    margin: 10px 40px;
    width: 70%;
    border-radius: 10px;
    font-style: italic;
    text-decoration: none;
    color: white;
    transition: 1s;
}
.redDB{
    display: inline;
    color: #EF4624;
    font-weight: 900;
}
.ral-btn:hover{
    background-color: #fff;
    color: #003764;
}
.db-btn:hover{
    background-color: #fff;
    color: #404040;
}
p{
    font-weight: 500;
}
h3{
    color: #095796;
    padding-left: 38px;
}
#rent{
    height: 850px;
}
#service{
    height: 650px;
}
#contact{
    height: 900px;
}
#submit{
    height: 150px;
    text-align: center;
}
#submit h2{
    padding-top: 40px;
}
table{
    float: left;
    width: 25%;
    margin-left: 40px;
    margin-top: 45px;
    background-color: #404040;
    color: #fff;
}
td, th, table{
    border: 1px solid white;
    border-collapse: collapse;
}
th{
    text-align: left;
}
form{
    max-width: 300px;
    padding: 10px 40px;
    border-radius: 15px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5);
    background-color: #659DBD;
    margin: 45px 100px;
}
form h2{
    color: #095796;
}
input, textarea{
    width: 220px;
    margin: 5px auto;
    padding: 5px 0;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: .5s;
}
input:hover, textarea:hover{
    border: 2px solid #095796;
}
#map {
    height: 400px;  /* The height is 400 pixels */
    width: 60%;  /* The width is the width of the web page */
    margin: 30px 0 0 50px;
    float: left;
    border-radius: 15px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5);
}
.info{
    margin: 150px 50px 0 0;
    text-align: center;
    float: right;
    width: 30%;
}
.info h3{
    color: #fff;
    line-height: 10px;
}
.info a{
    text-decoration: none;
}
.info p{
    padding-left: 25px;
}