*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html, body{
    width:100%;
    height:100%;
}
body{
    font-size: 1.3rem;
}

h1,p{margin-top:2.5vh;}

h1{
    font-size: 3rem;
}
#landing{
    background: url("../images/landingBG.jpg") no-repeat center top fixed;
    background-size: cover;
    min-height:100%;
    min-width:100%;
    display: table;
    position: relative;
}
#landing .landingText{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#ffffff;
    font-size: 8vh;
    text-shadow: 2px 5px 10px #000000;
}

#landing2{
    background: url("../images/landing2.jpg") no-repeat center center fixed;
    background-size: cover;
    height:100%;
    width:100%;
    display:table;
}

#landing3{
    background: url("../images/DSC_0300.JPG") no-repeat center center fixed;
    background-size: cover;
    height:100%;
    width:100%;
    display:table;
}

#landing3 h1{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#ffffff;
    font-size: 8vh;
    text-shadow: 2px 5px 10px #000000;
}

#profile, #service{
    text-align: center;
    padding-top: 5vh;
    min-height:700px;
}
#profile .profilePic{
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 2px 5px 10px #000000;
}
#profile ol{
    list-style: none;
}

#service{
    /* background-image: url('../images/stripes-light.png'); */
    /* background-color: dimgrey; */
    color:#000000;
    /* text-shadow: 2px 3px 5px #000000; */
}
.serviceCardContainer{
    display: flex;
    justify-content: center;
    /* padding-top:50px; */
    flex-wrap: wrap;
}

.serviceCardContainer .card{
    border: 3px solid #000000;
    box-shadow: 2px 5px 10px #999999;
    border-radius: 10px;
    width:280px;
    min-height:400px;
    padding:15px;
    margin:45px 10px;
    position: relative;
    background-color: #ffffff;
    /* flex:1; */
}

.card>h3{
    font-size:1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom:1px solid #000000;
}
.card ol{
    list-style: none;
}
.card ol li{
    margin: 10px auto;
}
.card ol li:last-child{
    padding-bottom: 30px;
}
.card p{
    text-align: justify;
    font-size: 1.5rem;
}
/* .card .end{
    position: absolute;
    bottom:0;
    width:90%;
    margin: 0 auto;
} */

.card button{
    /* border-radius: 20px; */
    width: 50%;
    height: 30px;
    position: absolute;
    bottom:0;
    left:25%;
    margin-bottom: 10px;
    background-color: red;
    color:#ffffff;
    border: none;
}

.btnDisable{
    opacity:0.5;
    cursor: not-allowed;
}

.topnav{
    overflow: hidden;
    width: 100%;
    background-color: gray;
    position: fixed;;
    top:0;
    left:0;
    z-index: 999;
}

.topnav a{
    display:block;
    float:left;
    color:#FFFFFF;
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
}

.topnav a:hover{
    background-color: dimgray;
}

.topnav .icon{
    display:none;
}

.msg{
    margin: 20px auto;
}

#contact{
    min-height:400px;
    width:100%;
}

#formContainer>h1{
    text-align: center;
}

form{
    width:80%;
    margin:10px auto 80px auto;
}

#footerContainer{
    min-height:150px;
    color:#ffffff;
    font-size: 1.2rem;
    background-image: url('../images/footerBG.png');
}
#footerContainer::after{content: " ";clear:both;display: table;}
#footerL{
    float:left;
    text-align: left;
    padding:20px 10px;
}
#footerR{
    float:right;
    text-align: right;
    padding:20px 10px;
}
#footerContainer span{
    margin-top:0.8rem;
    display:block;
}
#footerC{
    padding-bottom:20px;
    text-align: center;
    background-image: url('../images/footerBG.png');
    font-size:0.8rem;
    color:#ffffff;
}
#footerR i{
    font-size: 2.5rem;
}
/* #footerC,#footerL,#footerR{
    width:28%;
    flex-grow: 1;
    font-size: 1.2rem;
    padding:20px 10px;
    color: #ffffff;
}
#footerC i{
    font-size: 2.5rem;
}
#footerC{
    text-align: center;
 }

#footerL{
   text-align: left;
}

#footerR{
    text-align: right;
    position: relative;
}
#footerR span{
    position: absolute;
    bottom:10px;
    right:10px;
} */

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  
  /* Style the form icons */
  .icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
  }
  
  /* Style the input fields */
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
  }
  
  .input-field:focus {
    border: 2px solid dodgerblue;
  }
  
  /* Set a style for the submit button */
  .btn {
    background-color: dodgerblue;
    /* border-radius: 20px; */
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 30%;
    opacity: 0.9;
  }
  
  .btn:hover {
    opacity: 1;
  }

@media screen and (max-width:600px){
    body{
        font-size: 3.5vh;
    }
    h1{
        font-size: 4vh;
    }
    #landing{
        background-image: none;
        background-color: darkblue;
        height:100%;
        width:100%;
        display: none;
        position: relative;
    }
    #landing .landingText i, #landing2, #landing3{display: none;}
    #profile{
        padding: 80px;
    }
    .topnav a:not(:first-child){display:none;}
    .topnav a.icon{
        float:right;
        display:block;
    }
    .topnav.responsive{
        position: relative;
    }
    .topnav.responsive .icon{
        position:absolute;
        top:0;
        right:0;
    }
    .topnav.responsive a{
        float:none;
        display:block;
        text-align: left;
    }
	
	#service{
     background-image: url('../images/stripes-light.png'); 
    /* background-color: dimgrey; */
/*    color:#000000;*/
    /* text-shadow: 2px 3px 5px #000000; */
}
	
	#footerContainer{
/*    min-height:150px;*/
    color:#ffffff;
    font-size: 0.8rem;
    background-image: url('../images/footerBG.png');
}
}