@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=Palanquin:400,500,600,700');
* {
  margin: 0px;
}

article {
  margin-bottom: 5em;
}
.title {
  color: #003062;
      font-size: 7em;

}


.menus {
  position: relative;
  background-color:#003062;
  border-radius: 10em;
  width: 50%;
  height: 80%;
  margin: 5em;
  padding: 2em;
  font-weight: 700;
  
}

p {
  font-family: palanquin;
  font-size: 2.2em;
  z-index:10;
  color: white;
  text-align: center;
 
}
a {
  text-decoration:none;
}

body {
  background-color:#FAF4E6;
}
section{
  margin:0 auto;
  width:100%;
  height: 100%;

}

.bluetop{
  width:100%;
  height:7.5em;
  background:#003062;
  position:fixed;top:0;
  font-size: 2em;

}



footer{
  width:100%;
  height:8em;
  background:#003062;
  text-align:center;
  color: white;
  font-family: Palanquin:700;
  position:fixed;bottom:0;

}

.infoleft {
  text-align: left;
  padding-left:1em;
  padding-top:1em;
  font-size:2em;
  position: absolute;
  font-weight: 700;  
}

.inforight {
  text-align: right;
  padding-right:1em;
  padding-top:1em;
  font-size:2em;
  position: relative;
  font-weight: 700;  

  
}

.icon {
  position: absolute;
  text-align: center;
  width:100%;
  font-size: 5em;
}


h1 {
    color:white;
    font-family: Cookie;
    font-size: 3em;
    text-align:center;
    padding-top:.3em;
    padding-bottom:0em;
  }

h2{
  font-family:cookie;
  text-align: center;
  font-size: 2em;
  color: white;
  padding-top: 
}

h1, h2 {
      margin: 0px;
}
h3 {
  font-family:Palanquin;
  text-align: center;
  font-size: 2em;
}

.info {
    position: fixed;
    bottom: 0;
  }

.content {
  font-size: 1.2em;
  color:#003062;
  text-align: center;
  font-family: Palanquin;
  margin: 1em;
}
.contentabout {
  font-size: 1.2em;
  color:#003062;
  text-align: center;
  font-family: Palanquin;
}
.dialer {
  color:#003062;


}

.mobileabout {
  font-family: Palanquin;
  color:#003062;
  font-size: 1.2em;
  text-align: center;
  margin-left: 1.5em;
  margin-right: 1.5em;

}

.mobileleft {
  font-family: Palanquin;
  color:#003062;
  font-size: 1.2em;
  text-align: center;
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

img {
    display: block;
    margin: 0 auto;
    height: 30em;
    border-radius: 50%;
}

.imgright {
    display: block;
    margin: 0 auto;
    height: 30em;

}


#map {
  margin: 0 auto;
}

.announcement {
margin: 1em;
color:#003062;
font-size: 1.2em;
}

.welcome {
      display: none;

}


.topnav a {
display:inline-block;
  color: #003062;
  text-align: center;
  padding: 30px 33.2px;
  text-decoration: none;
  font-size: 4em;
  font-family: palanquin;
  font-weight: 700;
  margin-top: 3.6em;
}

.topnav a:hover {
  background-color: #ddd;
  color: #003062;
  display:inline-block;
}

.topnav a.active {
    background-color: #003062;
    color: white;
    display:inline-block;
  }


.mother {
  display: none;
}


#map {
  display: none;
}


iframe {
  display: none;
}

  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 5em; /* Place the button at the bottom of the page */
    right: 2em; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #003062; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 1em; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    transition: .5s;
    font-family: Palanquin;
    font-weight: 700;
    box-shadow: 5px;
    font-size: 2em;
    opacity: .85;

}

#myBtn:hover {
    background-color: black; /* Add a dark-grey background on hover */
transition: width 5s, height 4s;
}


/*            DESKTOP VERSION                    */


















@media screen and (min-width:1200px){
  
  .bluetop{
    height:1em;
    background: transparent;
    position: relative;
    font-size: inherit;
  }
  
article {
  box-shadow: none;

}

  .blue {
    width:50%;
    display:inline-block;
    vertical-align:top;
  }
  
  footer {
    background-color:#FAF4E6;
    float:left;
    position:fixed;
    bottom:0;
    height: 5em;    
  }
  

  
  .infoleft {
    color:#003062;
      padding-left:10em;
  font-size:1.2em;
  padding-top:1.2em;
  text-align: left;

  }
  
  .inforight {
  text-align: right;
  padding-right:10em;
  padding-top:1.2em;
  font-size:1.2em;
  position: relative;
    color: #003062;
  
  
}

.icon {
  font-size:3em;
  text-align: center;
  padding-bottom: 1em;
}

  h1 {
    color: #003062;
  }
  
  h2{
  font-size:2em;
        color: #003062;

}
  
  h3 {
    color: #003062;
  }
  
  .menus {
    background-color:transparent;
    display:inline-block;
    float: left;
    color: black;
    width:100%;
    position: absolute;

  }
  
 
  
  .about {
    float: left;
    color: #003062;
    font-size:1.5em;
    position: absolute;top:0;
    width: 200px;
    text-align:left;
    border: solid red;
    margin-top: 3em;

  }
  
  .contact {
    float: left;
    color: #003062;
    font-size:1.5em;
    position: absolute;
    width: 200px;
    text-align: center;
    border: solid red;
    margin-left: 19em;


  }
  
  .visit {
    float: right;
    color: #003062;
    font-size:1.5em;
    position: absolute;
    width: 200px;
    text-align: right;
    border: solid red;
    margin-left: 39em;
    margin-top: .8em;

  }

  .title {
    font-size: 3em;
  }
  
  .contentabout {
    text-align: center;
    color:#003062;
  font-size: 1.3em;
  }

  .mobileabout {
    text-align: left;
    margin-left: 28em;
    padding-right: 5em;
  }

.mobileleft {
  font-family: Palanquin;
  color:#003062;
  font-size: 1.2em;
  text-align: left;
  margin-left: 4em;

}
  .announcement {
    display: block;
    margin: 0 auto;
    color: #003062;
    font-size: 1.3em;
    margin-left: 15em;
    margin-right: 15em;
  }

  img {
    position: relative;
    padding-left: 5em;
    height: 25em;;
	  padding-right:5em;
	  float: left;
    padding-top: 1.7em;
    border-radius: inherit;

  }

.imgright {
    display: block;
    float: right;   
    height: 20em;
    margin-bottom: 5em;
}
  .content {
    text-align: left;
    padding-left: 33em;
    padding-right: 3em;
    margin: 0;
  }

  #map {
    display: inherit;
    position: absolute;
    margin-left: 5em;
    vertical-align: middle;
  }

  .welcome {
    font-size: 2.75em;
  }

body {margin:0;}

.topnav {
  overflow: hidden;
  background-color: transparent;
  padding-top: 8em;
display:inline-block;
  margin: 0 auto;
  text-align: center;
}

.topnav a {
  float: left;
  display:inline-block;
  color: #003062;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: palanquin;
  font-weight: 700;
  margin: 0 auto;
  transition: 0.275s;
}

.topnav a:hover {
  background-color: #003062;
  color: #FAF4E6;
  display:inline-block;
  padding-bottom: 1.2em;
}

.topnav a.active {
    background-color: #003062;
    color: #FAF4E6;
    display:inline-block;
    padding-bottom: 1.2em;
  }
.mother {
  display: inherit;
  margin: 0 auto;
  float: none;
  height: 35em;
}
  



  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 4em; /* Place the button at the bottom of the page */
    right: 4em; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #003062; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 1em; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    transition: .5s;
    font-family: Palanquin;
    font-weight: 700;
    box-shadow: 5px;
    font-size: 1em;
    opacity: 1.0;

}

#myBtn:hover {
    background-color: black; /* Add a dark-grey background on hover */
transition: width 5s, height 4s;
}

iframe {
  display: inherit; 
  position: absolute;
  margin-left: 5em;
  padding-top: 1.8em;
}

