@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*Google font integration*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

#contact{
    background-color:#f1f1f1;
    font-family: 'Roboto', sans-serif;
    color: #343434;
}

#contact .well{
    margin-top:30px;
    border-radius:0;
}

#contact .form-control{
    border-radius: 0;
    border:2px solid #1e1e1e;
}

#contact button{
    border-radius:0;
    border:2px solid #1e1e1e;
}

#contact .row{
    margin-bottom:30px;
}

@media (max-width: 768px) { 
    #contact iframe {
        margin-bottom: 15px;
    }
    
}

body {
  color : white;
  background-color: grey;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
}

h1 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 2em;
}

h2 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 1.5em;
}

h3 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 1.2em;
}

p {
  font-family: "Montserrat";
  font-weight: 100;
  font-size: 16px;
}

.italicp {
  font-style: italic;
}

.topsection {
  font-family: "Montserrat";
  font-weight: 100;
  z-index:1000;
  position:fixed;
  padding: 0;
  margin: 0;
  width:100%;
 
}

.middlesection {
  margin-top: 0px;
}

.bottomsection {
  padding: 5%;
  margin: 5%;
  text-align: center;
}


.aboutmelogo {
  text-align: center;
  vertical-align: middle;
}

.carouselandControls {
  margin-top: 250px;
  
  width: 100%;
}

.imgborder {
	width:100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.imgicon {
  text-align: center;
  padding-top: 10%;
}

.imgiconflat {
  text-align: center;
  padding-top: 5%;
}

.imgiconlgsect {
  text-align: center;
  padding-top: 15%;
}

.imglogo {
  text-align: center;
}

.otherlinks {
	display: inline;
	padding: 10%;
}

.btn:hover {
  background-color: RoyalBlue;
}

#SectOdd {
	background-color : white;
	color: #343434;
	line-height: 2.5em;
  padding: 5% 0 5% 5%;
}

#SectEven {
  background-color: #343434;
  color: white;
	line-height: 2.5em;
  vertical-align: middle;
  padding: 5% 0 5% 5%;
}

#AboutMe {
	background-color : white;
	color: #343434;
	line-height: 2.5em;
  padding: 5% 0 5% 5%;
}

#AboutMyPractice {
  background-color: #343434;
  color: white;
	line-height: 2.5em;
  vertical-align: middle;
  padding: 5% 0 5% 5%;
}
