
/* begining styles */


body{
/*max-width: 100%;*/
background-color:#ddd8cd;
font-family: 'Montserrat', 'Open Sans','Alternates','Muli',sans-serif;
font-size: 1.3em;
}


.top-contact {
    position: absolute;
    top: 0.5em;
    right: 0.7em;
}

.top-contact p{
    font-weight: 900;
    font-size: 80%;
    text-align: center;
    color:#4e402b;
    padding: 0.2em;
}

.clarks-logo img{
    display: block;
    margin: 3em auto 2em auto;
    margin-bottom: 2em;
    width: 85%;
    
}

/* ----BEGGINING OF THE NAVIGATION----*/


nav {
    width: 100%;
    text-align: center;
    line-height: auto;
}
nav a, nav a:visited, nav a:link {
    display: block;
    width: 100%;
    background:#4e402b;
    text-decoration: none;
    border-bottom: 2px solid #ddd8cd;
    padding: 3% 0%;
    color:#ddd8cd;
}

nav li:hover, nav li a:focus {
    background: #ddd8cd;
    border: 2px solid #4e402b;
    color:#4b6588;
    font-weight: 900;
}

nav li .active{
    background: #4e402b;
    border: 2px solid #4b6588;
    color:#4b6588;
    font-weight: 700;
}

/* The clock*/


#calendar {
    color:#fff;
    font-size: 85%;
    text-align: center;
    line-height: 1.4em;
    background: rgba(75,101,136,1);
    box-shadow: 0.15em 0.15em #4c8c12;
    padding: 0.5em;
    margin: 1em;
}

.message{
    font-weight: 800; 
    text-align: center;
    line-height: 1.5em;
    border: 0.2em double rgba(75,101,136,1);
    margin: 0.7em; 
}

.centre-body {
    background-color: #ffffff;
    text-align: center;
    line-height: 2em;
    color:#4b6588;
    padding: 1.8%;
}

.centre-body img {
    max-width: 100%; 
}







.info {
    font-family: 'Limelight', cursive;
}

.

h1  {
    
    color: #4b6588;
    font-size: 120%;
    padding-top: 14%;
    padding-bottom: 12%;
    align-content: center;
    line-height: 1.5em;
    
}


h2 {
    font-family: 'Montserrat', sans-serif;
    color:#4c8c12;
    font-weight: 600;
    
}

h3{
    font-family: 'Parisienne', cursive;
    font-size: 1.3em;
    font-weight: 500;
    padding: 5%;
    align-content: center;
    color: #4c8c12;
    

    
}
    

h4{
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color:#133c55;

}

h5{
    font-family: 'Parisienne', cursive;
    font-size:60%;
    color: #4c8c12;
    text-align:right;
    margin-right: 21%;
    padding-top: 10px;
}


.flex-container {
	width: 100%;
	height: 100%;
}
.flex-container{
	display:flex;
	justify-content: center;
	align-items: center;
}

/* Products page */

.products{
    margin:100px;
    text-align: left;
    
}

.products img{
    width: 24%;
    padding: 0 1px 20px;

    
    
}
.centre-body span{
    color:#4b6588;
    font-family:'Limelight', cursive;
    font-size: 1em;
}

#hr{
    width: 0.4px;
    color: #4c8c12;
    border-style: dotted;
}

.core h3 {
    text-align: center;
    color:#133c55;
    font-size: 2em;
    margin: 40px 30px 40px;
}



.clarkpic{
    float: left;
    width: 30%;
    padding: 20px 20px 87px 50px;
    
}

.clarktext{
    float: right;
    width: 60%;
    font-size: 1.2em;
    color:#133c55;
    padding: 15px;
    line-height: 1.6em;
    margin-bottom: 50px;
}

.clarktext li{
    font-family: 'Parisienne', cursive;
    font-size: 125%;
    line-height: 2em;
    margin-top: 5px;
}

.contacting.div{
    display: inline-block;
    
}
.block1 {
    width: 45%;
    float: right;
    padding: 10;
    vertical-align: top;
    margin-top: 70px;
    line-height: 40px;
    font-size: 110%;
}


.block2 {
    float: left;
    background-color: aquamarine;
    width: 50%;
}

.block2 iframe{
    width: 100%;
}
footer div{
    display:inline-block;
    
}

footer {
    clear: both;
    font-size: 75%;
    background-color: #ddd8cd;
    width: 100%;
    margin: 2em auto 0 auto;
    text-align: center;
    line-height: 2em;
}

.footer-left{
    margin-bottom: 2em;
    
}

.copyright {
    width:100%;
    background-color: #4e402b;
    color:#ffffff;
    text-align: center;
    font-size: 80%;
    height: 5%;
    line-height: 30px;
    
}

/*SCROLL TO THE TOP BTN*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 0.7em;
  border: none;
  outline: none;
  background-color: #4e402b;
    border-radius: 20%;
  color: #ddd8cd;
  cursor: pointer;
  padding: 10px;  
}

#myBtn:hover {
  background-color: #4c8c12;
}