@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Alegreya&display=swap');

/* BROWSER RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display: block;
}
main section article {
    position: relative;
}

/* TEMPLATE */

* {transition:all 0.5s ease-in-out;}

/* Body and Container Styling */

body {
    margin: 0 auto;
    width: 100%;
    height: 26px;
    max-width: 1280px;
    background-image: url("marble-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    position: relative;
}

#container {
    width: 95%;
	height:auto;
    margin:25px auto 0 auto;
    position:relative;       
		}

ol, ul {list-style: none;
		margin:0;}

/* Header Styling */

header {
	width: 100%;
	height: 80px;
	margin:0;
	position: relative;
	background-color: #94DbDD;
	border-bottom: 10px solid #0b6362;
}

#logo {
    width: 31%;
    height: 100%;
    float: left;
    background-image: url("Images/Banner101-18.jpg");
    background-repeat: no-repeat;
    /* background-color:red; */
    background-size: 100%;
}

#phone {
	font-weight: bold;
	color: #F26852;
    padding:0 5px 0 0;
	opacity: 0.75;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* NAVIGATION */

#main_nav {
    height: 58%;
    width: 68%;
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
			}

button {display:none;}

#main_nav #main_menu {
    width: 95%;
    height: 65%;
    margin-top: 2%;
    position: relative;
    bottom: 0;
    left: middle;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    }

#main_nav #main_menu li {
    height: 70%;
    width: 15%;
    margin:0 2% 0 2%;
    position:relative;
    bottom: 0;
    text-align: center;
    max-width: 130px;
    padding-bottom:5px;
}

#main_nav #main_menu li a {
    display: block;
    text-decoration: none;
    font-weight: bolder;
    font-size: 0.8em;
    width: 100%;
    color: #0b6362;
    text-align: center;
    margin: 0 auto;
    padding:10% 0 0 0;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    border-bottom-left-radius: 0px 20px;
    border-bottom-right-radius: 0px 20px;
    border-style: none;
}

#main_nav #main_menu li a:link {
    color: #0b6362;
}
#main_nav #main_menu li a:visited {
    color: salmon;
}

#main_nav #main_menu li a:focus {
    font-size: 1.0em;
    color: black;
    background-color: grey;}

#main_nav #main_menu li a:hover {
    font-size: 1.0em;
    color: black;
    background-color: grey;}

#main_nav  #main_menu li a:active {             font-size: 0.8em;
    color:sandybrown;
}

#banner {
    clear:both;
	width: 100%;
}

#banner img {
	width:100%;
	margin:0;
	}

#headline {
    width: 100%;
    margin: 0 0 2% 0;
    max-width: 1220px;
    line-height: 3vw;
    text-shadow: 2px 2px 0 black;
    text-align: center;
    box-sizing: border-box;
    height: 4vw;
}

/*Main Body Styling*/

main {
    width: 100%;
    height: 75vh;
    background-color: white;
    opacity: 0.75;
    box-sizing:border-box;
    overflow-y:scroll;
    position: relative;
    top: 0%;
    margin-top: 3vw;
}

.faces {float:left;}

section .section1 {
    width: 100%;
    margin: 2% auto;
    padding:0 0 2% 0;
    box-sizing: border-box;
    overflow-y:scroll;
	position:relative;
}

main span {
    font-weight: bold;
    color: #0b6263;
    margin-bottom: 0px;
}

/* FOOTER STYLING */

footer {
    clear: both;
    width: 100%;
    height: 5vw;
    background-color: #0b6362;
}	

/* Social Media Icons */

footer #bottom-nav {
    width: 30vw;
    margin: 0 auto;
    font-size: 1em;
    text-align: center;
    box-sizing: content-box;
}

footer .box1 {
    width:20%;
    display: inline-block;
    margin: 1% 5% 1% 5%;
}

footer .box1 a:link {
    width:90%;
    height:90%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #94DBDD;
}
footer .box1 a:visited {
    width:90%;
    height:90%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #FA8072;
}
footer .box1 a:focus {
    width:100%;
    height:100%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #090909;
}
footer .box1 a:hover {
    width:100%;
    height:100%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #090909;
}
footer .box1 a:active {
    width:100%;
    height:100%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #F4A460;
}

footer .box2 {
    width: 40px;
    display: inline-block;
    margin: 0 1% 0 1%;
    align: center;
}

footer #social {
    width: 35%;
    float: none;
    margin: 1%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}


/* Copyright */

#copyr1 {
    height: 15px;
    position:absolute;
    bottom:0;
    right:0;
    margin:0 2% 1% 0;
    padding:0 2% 0 0;
    font-size:12;
    font-weight: bold;
    text-align:right;
    color: #51f7c6;
}

/* FONTS */

h1      {
    font-family: 'Diplomata SC', cursive;
    color:#BCE8E9;
    letter-spacing: 0.3em;
    font-size: 5vw;
    margin: -8% 0 2.5% 0;
    padding: 0 0 5% 0;
        }

h2 {
	font-family: 'Alegreya', serif;
	font-size: 30px;
	letter-spacing:2px;
	font-weight: bolder;
	color:#0b6362;
	margin-left: 0;
}

h3 {font-family:"anonymous-pro";
    font-size:10px;
    font-weight:bold;
    letter-spacing:0.1em;
    margin:2% 0 0 0;}

h4 {color:grey;}

h5 {margin:0;
	font-size:16px;
}

/* PAGE-SPECIFIC STYLING */

/*About Us */

.aboutus section {margin:0 5% 0 5%;}

#practical {margin:2% 0 2% 0;}

.aboutus aside {
    width:15vw;
    float: right;
    font-size: larger;
    margin: 1%;
    padding: 0%;
    background-color: rgba(163,232,222,0.5);
    text-align: center;
    border: thin hidden black;
    border-radius: 10px 10px;
}

.aboutus #image1 {
    width:230px;
    height:150px;
    float: left;
    font-size:0%;
    margin: 1vh 2vw 1vh 0;
    border: 10px double #0b6263;
    border-radius: 10px;
    background-image:url("Images/people1.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.aboutus #image2 {
    width:230px;
    height:150px;
    font-size:0%;
    float: right;
	margin:2vh 0 1vh 2vw;
    border: 10px double #0b6263;
	border-radius:10px;
    background-image:url("Images/people2.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.aboutus .section1 h2 {
    width: 99%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2%;
    text-align: center;
}

.aboutus .section1 p {text-align:justify;}

.aboutus .spacer {margin:2% 0 1% 0;}

/* Staff */


.bstaff #container section {
    width:100%;
    margin:1% 1% 2% 1%;
    padding:0 2% 0 0;
    float:left;
}

.bstaff #container aside {
    height:36vh;
    margin:0 2vw 2vh 0;
    padding:0 5% 0 0;
    text-align:left;
    v-align:bottom;
    box-sizing: content-box;
    float:left;
}

.bstaff #container article p {
    margin:0 0 0 2vw;
      
}

.bstaff h4 {margin:0.5% 0 0.5% 0;}

.bstaff #container aside img {margin:0 auto;}

.bstaff #container article {
    width:60vw;
    padding:0 1em 1em 0;
    margin:0.5em 0 0 15em;
    font-size:1.1em;
    line-height:1.5em;
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    border-left:thick solid #0b6263;

}

.bstaff #intropara {
    width: 26%;
    text-align: right;
    float: left;
    margin: 5% 2% 1% 1%;
    padding: 0 2% 1% 0;
    text-shadow: 1px 1px black;
    line-height: 240%;
}
.bstaff #introtext {
    font-size:20px;
    margin:0 2% 1% 1%;
    padding:5% 0 1% 2%;
    font-weight: 500;
    color: slategray;
    text-align: justify;
    letter-spacing: 0px;
}

.bstaff #container article h6 {display:block; 
    margin:2% 1% 0 1%;
font-size:small;}

.righty {float:right;}

.bstaff .right1 {float:right;}

.bstaff .bio {margin-bottom:1%}

.bstaff .btitle {align:center;}


/* Contact */

.bcontact #container main aside {
    width: 40%;
    height: 40%;
    margin:0 0 1% 0;
    color: #0b6263;
    position:absolute;
    bottom:0;
    left: 30%;
    text-align: center;
    font-weight: 800;
    line-height: 180%;    
    background-color: rgba(223,244,244,0.52);
    top: 36%;
}

.bcontact #container main aside p {font-weight:bold;}

.bcontact #image3 {
	width: 30vw;
	height: 20vw;
	margin: 10% 1% 0 0;
	float: left;
	background-image: url("Images/conference3.jpg");
	background-size: cover;
	border: 5px solid #0b6362;
	transform: skewY(-15deg);
    background-position:center center;
}
.bcontact #image4 {
	width: 30vw;
	height: 20vw;
	margin:10% 0 1% 1%;
	float: right;
	background-image: url("images/skyscraper1.jpg");
	background-size: cover;
	border: 5px solid #0b6362;
	transform: skewY(15deg);
    background-position:center center;
		}
.section1 .section2 h2 {
	text-align: center;
	width: 100%;
}
.section1 {
	box-sizing:content-box;
	padding:0 2%;
    height:100%;
}

/* Services */

.bservices main {
    position:relative;
    overflow-y: scroll;
}
.bservices main p {
    line-height: 24px;
}
.bservices main h2 {
    margin: 0 2% 0 0;
    font-weight: bolder;
    font-size: 24px;
}

.bservices #slides {
    width:90%;
    height:40%;    
    position:absolute;
    top:5%;
    left:5%;
    margin:0 0 2% 0;
    border-top:5px solid #0b6263;}

.bservices #slides2 {
     width:90%;    
    height:40%;    
    position:absolute;
    top:50%;
    left:5%;
    border-top:5px solid #0b6263;}

.bservices .intro {
    background-color:#C2EAEB;
    padding:1%;}

.bservices .introtext {
    font-size:18px;}

.bservices .private {
    float:left;}

.bservices .texts {
    position:relative;
    width: 100%;
    height:65%;
    padding: 1% 0 2% 0;
    overflow-y:scroll;
}

.bservices .texts p {
        font-size:12px;
        line-height:16px;
        font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"}

.bservices .topic {
    display:block;
    text-align:center;
    width:100%;
    height:15vh;
    padding:2%;
    margin-bottom:2vw;
    font-size:1.2em;
    background-color:#E8C3BE;
    border-bottom:medium inset salmon;}

.bservices .col1 {
    width:17.3%;
    padding:0 1% 0 1%;
    border-right:thin solid #0b6263;
    border-left:thin solid green;
    float:left;}

.bservices .col2 {
    width:30%;
    padding:0 1% 0 1%;
    border-right:thin solid #0b6263;
    border-left:thin solid green;
    float:left;}

/* Clients */

.client #container .section1 {
    margin:5% 2% 5% 2%
}

.client #container #clients .bevel {
    width: 25%;
    height:12vh;
    margin:2% auto;
    padding: 1em;
    color:#0b6263;
    line-height:100%;
    text-align: center;
   list-style-type: none;
    background-color: rgba(148,219,221,1.00);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: -4px -6px 3px 5px rgba(26,22,22,1.00);
    box-shadow: -4px -6px 3px 5px rgba(26,22,22,1.00);
    border-radius: 5px;
}

.client #container #clients a:link {
    color:#0b6362;
    font-weight:bold;text-decoration:none;
}

.client #container #clients a:visited {color:#0b6362;}

.client #container #clients p {margin-top:5%;
    font-size:0.8em;
    color:salmon;
    font-weight:bold;
}

.client #container #clients {           display:flex;
        flex-direction:row;
        flex-wrap:wrap;
       margin:2% auto;
}


@media screen and (max-width : 1080px ){
    
footer h5 {font-size:0.9em;}
    
.bservices .topic {height:8.5vw;
    font-size:1em;
  }  
}


@media (max-width: 960px) {

/* GLOBAL */
    
#logo {
    width:40%;
    background-size: 100%;
    min-width: 150px;
    position:absolute;
    top:0;
    left:0;
}
	
header {
    height:93px;
    width: 100%;
}

#main_nav {
    width: 55%;
    height: 40%;
}
	
#main_nav #main_menu {
    width: 95%;
    height: 65%;
    margin:0 auto;
    position:absolute;
    bottom:1%
}
    
main  {
    margin-top: 1vw;
    position: relative;
    top: 1%;
}

main .section1 h2 {
    margin-top: 0px;
}
#main_nav #main_menu li a:hover {
    font-size: 0.5em;
			}
	
#headline {
    font-size: 3.5vh;
    margin: -5vw 0 0 0;
}
    

footer {
    height: 7vw;
}
    
.bservices main p {
    line-height: 24px;
}
.bservices main h2 {
    margin: 0 2% 0 0;
    font-weight: bolder;
    font-size: 24px;
}

.bservices #slides {height:30%;top:5%;left:5%;
margin:0 0 2% 0;}

.bservices .introtext {font-size:16px;}
    
.bservices h4 {
    font-size: 14px;
}

.bservices .texts {
    position: relative;
    width: 100%;
    height: 65%;
    padding: 1% 0 2% 0;
    overflow-y: scroll;
    letter-spacing: normal;
}

.bservices .texts p {
        font-size:16px;
        line-height:25px;
        font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"}

.bservices .col1 {
    width: 17%;
    padding: 0 1% 0 1%;
    border-right: thin solid #0b6263;
    border-left: thin solid green;
    float: left;
    font-size: medium;
}

.bservices .topic {
    display: block;
    text-align: center;
    width: 100%;
    height: 13vh;
    background-color: #E8C3BE;
    border-bottom: medium inset salmon;
    font-size: 1.0em;
}

.bservices .col2 {
    width:30%;
    padding:0 1% 0 1%;
    border-right:thin solid #0b6263;
    border-left:thin solid green;
    float:left;}


.bstaff #container article {
    width:55vw;}

}
    
@media (max-width: 870px)  {
	
/*GLOBAL*/

#main_nav {
    width: 100%;
    height:34%;
    }
    
 #main_nav #main_menu {height:100%;
    width:90%;
    margin:0 auto;
    padding:0 5% 0 5%;
    }
	
#main_nav #main_menu li a:link {
    font-size: 1em;
}

#main_nav #main_menu li a:focus {
    width: 90%;
    font-size: 0.8em;
}

#main_nav #main_menu li a:hover {
    font-size: 0.8em;
			}

main {
    margin: 4vw 0 0 0;
    height: 64vh;
}

#headline {
    font-size: 3vh;
    margin: -73px 0 11px 0;
}

footer h5 {font-size:0.7em;}

footer {
    margin-bottom: 0px;
}
	
.section2 {
    width: 19%;
    margin-right: 16px;
    margin-top: 41px;
}
    
.section1 aside h2 {
    width: 97%;
}

.section1 aside p {
    font-weight: bold;
    font-size: larger;
    line-height: 3vw;
    color: #0b6263;
}
  
    /* About Us */
    
.aboutus .section1 aside h2 {
    width: 93%;
    margin-top:0px;
	font-size:larger;
}
	
.aboutus .section1 aside {
		width:36;
		padding-top:8px;
		margin-top:0px;
		float:right;
}
    

/* Staff */

.bstaff #container article {
    width:50vw;} 
    
    /* Clients */
    
.client #container #clients a {font-size:0.8em;}
    
.client #container #clients p {font-size:0.7em;
    line-height:1.2em;}

    /* Contacts */
    
.bcontact #container main aside p {font-size:large;}
	
.bcontact #container main aside h2 {font-size: 30px;
		font-weight:lighter;}

/* Services */
    
.bservices .topic {
    height: 10vw;
    font-size: 0.9em;
}

}
@media screen and (max-width:675px)  {

/* TEMPLATE */
    
#logo {
    top:10px;
    }
    
 #main_nav {
    height: 30%;
}  

#main_nav #main_menu li {
    width:20%;
    margin-left:0;
    margin-right:0;
    padding-bottom:0%;
   }
    
#main_nav #main_menu li a:link {font-size:0.5em;}
    
#main_nav #main_menu li a:visited {font-size:0.7em;}
    
#main_nav #main_menu li a:focus {font-size:0.8em;}
    
#main_nav #main_menu li a:hover {font-size:0.8em;}
    
 #main_nav #main_menu li a:active {font-size:0.7em;}
    
h2 {
    line-height: 36px;
    margin-top: 10px;
}
	
#headline {
    margin-top: 21px;
}
#banner #headline h1 {
    margin-bottom: 1px;
}
main .section1 #image3 {
    margin-right: 1px;
}
main {
    margin:-3vw 0 0 0;
}

main .section1 #image4 {
    margin-left: 1px;
}
    
footer .box2 {
    width: 25px;
    height: 25px;
    display: none;
}
    footer {
    height: 10vw;
}

footer .box1 a {
    font-size: xx-small;
}

	
/* Contacts */

.bcontact #container main aside {
    width: 50%;
    height: 36vh;
    color: #0b6263;
    position: absolute;
    bottom: 0;
    left: 25%;
}	

.bcontact #image3 {
    width: 36vw;
    height: 24vw;
	transform:skewY(-10deg);
}

.bcontact #container main aside p {font-size:12px;}
	
.bcontact #image4 {
    width: 36vw;
    height: 24vw;    transform:skewY(10deg);
}	
    
    /* Staff */
    


/* About Us */

.aboutus .section1 #guide h2 {
    font-size: 17px;
}
.aboutus .section1 #guide aside h2 {
    margin-top: 0px;
	}
.section1 .section2 h2 {
    font-size: 3px;
}
    

/* Staff */

 
    /* Services*/
    
    .bservices .topic {
    height:auto;
    padding:1%;
    margin-bottom:0;
    font-size:1.5em;
    background-color:rgba(232,219,219,0);
    border-bottom:medium none salmon;}
    
 .bservices .col1 {
    width: 100%;
     padding:0 1% 0 1%;
    font-size: 2em;

}
.bstaff #container article {
    width: 95%;
    margin-left: 0px;
    padding-left: 17px;
    padding-right: 0px;
}
    
.bservices .col2 {
    width: 100%;  
    padding:0 1% 0 1%;    
    font-size: 2em;
}
    
/* Clients */
    
.client #container #clients .bevel {
    width:35%;

}
.bstaff #container section {
    height: 32vh;
    margin-top: 5px;
    margin-bottom: 10px;
    
}


.bstaff #container #intropara h2 {
    font-size: 17px;

}

.bstaff #container aside {
    width: 24vw;
    height: 10vh;
    margin-top: 5%;
    margin-bottom: 5%;
}
.bstaff #container article h6 {
    font-size: 6px;
}

.bstaff #container #intropara {
    width: 100%;
    text-align:center;
    margin: 2% 1% 5% 2%;
    padding: 0 0 2% 0;
    border-bottom: 10px solid #0b6362;
    text-shadow: 1px 1px black;
    font-size: 16px;
}
.bstaff #container #introtext {
    font-size:20px;
    margin:2% 1% 2% 1%;
    font-weight: 500;
    color: slategray;
    text-align: justify;
}

}
@media (max-width:480px) {
  
/* GLOBAL */
	
main {margin:-1vw 0 0 0;}  
    
 /* h1 {
    font-size: 0.7em;
    }*/
    
.aboutus main h2 {
    width: 100%;
    text-align: center;
}
    
.aboutus #image1 {
    display:none;}
    
.aboutus #image2 {
    display:none;}


    .aboutus .spacer {margin:3% 0 3% 0;}
    
#logo {width:175px;
        height:100px;
        top:5px;}
    
#banner {height:80px;}
    
#banner img {
	height:80px;
	margin:0;
	}
    
 #headline {
    width: 100%;
    height: 20%;
    line-height: -6vw;
    text-align: center;
    margin-top: -29px;
    margin-bottom: -17px;
    }
	
footer {
    height: 6vh;
    padding-top: 1px;
}
.section1 {
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

footer #copyr1 {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom:0;
}
footer #copyr1 h5 {
    font-size:0.5em;
    text-align: center;
}
      
 
footer .box1 a {
    font-size: 0.5em;
}   
    
footer .box2 {
    display: none;
}

 #phone {
    float: left;
    margin-top: -28px;
}
.section2 {
    display: none;
}
  
main p {line-height: 100%;}
	
main .section1 p {
	font-size: small;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 129%;
}
main .section1 #image1 {
    width: 300px;
    height: auto;
    margin: 0% 3% 6%;
}
main .section1 #image2 {
    width: 268px;
    height: auto;
    margin-bottom: 5%;
    margin-top: 0%;
}
	
.section1 aside p {
    line-height: 24px;
}
main .section1 h2 {
}

/* CONTACT */
	
.bcontact #image3 {
	clear: both;
	width: 100%;
	height: 35vh;
	margin: 0 auto;
	transform: skewX(0deg);
	float: none;
	position: relative;
}
	
.bcontact #image4 {
	width: 100%;
	height: 35vh;
	margin: 5% auto;
	transform: skewX(0deg);
	position: relative;
	top: 1vh;
		}
	
/* STAFF */
	
.bstaff #container article {
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-style: hidden;
    float: none;
    width: 82vw;
    margin-left: 19vw;
}
.bstaff #container section {
    float: none;
    clear: left;
    border-top: 10px solid #0B6263;
    width: 92vw;
    height: 26vh;
}
.bstaff section aside img {
    width: 56px;
    margin-bottom: 0px;
    padding-left: 16px;
}


    
.bstaff #container #intropara h2 {
    font-size: 14px;
    margin-top: 5vw;
    line-height: 1em;
    }
.bstaff #container article p {
    font-size: 10px;
    line-height: 12px;
    width: 65vw;
}

    
.bstaff #container aside {
    border: 5px hidden #0b6263;
    float: left;
    width: 18vw;
    margin-top: 1%;
}
    
    
.bstaff #container #introtext {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 2%;
    width: 81vw;
}
    
.bservices .col2 {
    width: 100%;
    height:auto;
}
    
.client #container #clients a  {
    padding: 1% 0% 1%;
    font-size: 1.1em;
    text-align: left;
    width: 100%;
}
.client #container #clients p {
    font-size: 0.9em;
}
.client #container #clients .bevel {
    padding: 3% 2% 1% 10%;
    text-align: left;
    margin-bottom: 5%;
    width: 95%;
    height:100px;
}

/*MOBILE MENU */

#main_nav #main_menu {
		opacity:0;
		height:1px;		
	}	
	
header {
    height: 16vw;
    position: relative;
    width: 100%;
    margin-top: -3px;
    top: 1px;
    }
    
#main_nav {
    width: 100%;
    height: 100%;
    display: block;
}
    
#main_nav #main_menu {
    display: block;
    height: 20%;
    width:30%;
    position:relative;
    margin:60px 5px 0 0;
    padding:0;
     float:right;
    border:0.15em solid salmon;
    background-color:#0b6263;
}

#main_nav #main_menu li {
	width: 90%;
	border-radius: 10px;
	text-align: center;
	height: 6vw;
	margin-right: auto;
	margin-left: auto;
    margin-top:10px;
	display: block;
	background-color:rgba(148,219,221,1.00);
	}
	
#main_nav #main_menu li a {
	width: 75%;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 0 1px 0;
}
  
#main_nav.open #main_menu {
		height:200px;
		opacity:1;
 overflow:visible;
		z-index: 100;
	} 

/* BUTTON */
	
.mobile_menu {
    width: 64px;
    height: 40px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    background-image: url("Images/Hmenu.png");
    background-repeat: none;
    background-size: cover;
    cursor: pointer;
    font-size: medium;
    }

/* Bottom Navigation */
    

    /* Contacts */

    .bcontact #container main 
    
.bcontact #container main aside {
    width: 100%;
    height: 60%;
    color: #0b6263;
    position:absolute;
    top:0;
    left:0;
    text-align: center;  
    background-color:rgba(216,152,142,1.00);
}

.bcontact #container main aside p {
    font-weight:bold;
    line-height:20px;}

/* Services */
    
.bservices .introtext {
    font-size:18px;
    text-align:left;}
    
    .bservices #slides {
    width:95%;
    height:40%;    
    position:relative;
        margin:0 auto;}

.bservices #slides2 {
     width:95%;    
    height:40%;    
    position:relative;
    border-top:5px solid #0b6263;}
    
.bservices .texts {background-color:rgba(216,152,142,0.4);
                }
    
.bservices .texts {
    height: 200px;
    border-top: 5px solid #0b6362;
    font-size: medium;
}
  
.bservices .private {
    float: none;
    font-size: xx-large;
}
    
    .bservices .introtext {font-size:smaller;
    line-height:normal;color:#0b6362;}
    

#phone {
    position: absolute;
    top: 15%;
    right: 30vw;
    font-size: small;
}
.btitle   {
    font-size: 0.5em;
    padding-left: 19px;
    width: 92%;
    text-align: center;
}
footer .bottom_nav {
    width: 100%;
    height: 31vw;
}

.bstaff #container article .bio {
    text-align: center;
    margin-top: -11px;
    width: 79%;
}
footer .box1 a {
    width: 6vw;
}


}
