|
@@ -64,6 +64,9 @@ body {
|
|
|
justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
|
text-transform: uppercase;
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
}
|
|
|
& .item {
|
|
|
padding: 0;
|
|
@@ -164,13 +167,14 @@ body {
|
|
|
}
|
|
|
@media (max-width: 768px) {
|
|
|
width: 100%;
|
|
|
- margin: 25px auto;
|
|
|
+ margin: 20px 0px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
// section About Us
|
|
|
.aboutsection,
|
|
|
.team-container,
|
|
|
+.doctors-wrap,
|
|
|
h2 {
|
|
|
background-color: $opacity-color;
|
|
|
box-shadow: 0px 0px 15px 15px $opacity-color;
|
|
@@ -221,6 +225,7 @@ h2 {
|
|
|
margin: 20px 10px;
|
|
|
@media (max-width: 768px) {
|
|
|
width: 100%;
|
|
|
+ margin: 20px 0px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 768px) {
|
|
@@ -230,15 +235,19 @@ h2 {
|
|
|
}
|
|
|
|
|
|
// shortly about doctors
|
|
|
-.team-container {
|
|
|
+.team-container,
|
|
|
+.doctors-wrap {
|
|
|
color: $header-color;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-around;
|
|
|
+ align-items: stretch;
|
|
|
padding: 15px 5px 50px;
|
|
|
-
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
.item {
|
|
|
- width: 27%;
|
|
|
+ width: 25%;
|
|
|
margin: 10px;
|
|
|
text-align: center;
|
|
|
display: flex;
|
|
@@ -246,13 +255,18 @@ h2 {
|
|
|
border-radius: 5px;
|
|
|
box-shadow: 0px 2px 8px 1px $main-color;
|
|
|
.photo {
|
|
|
- overflow: hidden;
|
|
|
- height: 45%;
|
|
|
border-radius: 5px;
|
|
|
img {
|
|
|
border-radius: 5px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
}
|
|
|
+ h3 {
|
|
|
+ margin: 10px;
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ margin: 5px;
|
|
|
+ }
|
|
|
.link-box {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
@@ -283,11 +297,16 @@ h2 {
|
|
|
background-image: url(../assets/images/bg2.jpg);
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
|
- padding: 60px 25px;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 0px 0px;
|
|
|
color: $opacity-color;
|
|
|
font-size: 1.3em;
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
.logo-box {
|
|
|
margin-right: 50px;
|
|
|
+ padding-top: 15px;
|
|
|
@media (max-width: 768px) {
|
|
|
margin-right: 0;
|
|
|
}
|
|
@@ -295,9 +314,19 @@ h2 {
|
|
|
.logo-box img {
|
|
|
width: 300px;
|
|
|
@media (max-width: 768px) {
|
|
|
- width: 200px;
|
|
|
+ width: 250px;
|
|
|
}
|
|
|
}
|
|
|
+ .contacts {
|
|
|
+ background-color: $opacity-color;
|
|
|
+ color: $header-color;
|
|
|
+ padding: 20px 15px;
|
|
|
+ min-width: 30%;
|
|
|
+ text-align: center;
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
|
|
@@ -321,95 +350,10 @@ h2 {
|
|
|
|
|
|
|
|
|
|
|
|
+// _____DOCTORS_____
|
|
|
|
|
|
+.doctors-wrap {
|
|
|
+ margin-top: 120px;
|
|
|
+}
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-// _____________________
|
|
|
-
|
|
|
-// footer {
|
|
|
-// background-color: $footer-color;
|
|
|
-// padding: 60px 25px;
|
|
|
-// color: $header-color;
|
|
|
-// .wrapper {
|
|
|
-// display: flex;
|
|
|
-// justify-content: space-between;
|
|
|
-// @media (max-width: 768px) {
|
|
|
-// flex-direction: column;
|
|
|
-// align-items: center;
|
|
|
-// .logo-box {
|
|
|
-// display: none;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// .contacts {
|
|
|
-// position: relative;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// .nav {
|
|
|
-// font-family: 'PT Serif', serif;
|
|
|
-// margin-top: 25px;
|
|
|
-// font-size: 13px;
|
|
|
-// line-height: 21px;
|
|
|
-// letter-spacing: 0.075em;
|
|
|
-// @media (max-width: 768px) {
|
|
|
-// margin-top: 10px;
|
|
|
-// }
|
|
|
-// .list {
|
|
|
-// list-style: none;
|
|
|
-// padding: 2px;
|
|
|
-// margin: 0;
|
|
|
-// display: flex;
|
|
|
-// flex-direction: column;
|
|
|
-// justify-content: space-between;
|
|
|
-// flex-wrap: wrap;
|
|
|
-// text-transform: uppercase;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// .item {
|
|
|
-// padding: 0;
|
|
|
-// &:not(:last-child) {
|
|
|
-// // margin-right: 25px;
|
|
|
-// @media (max-width: 768px) {
|
|
|
-// // margin-right: 10px;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// a {
|
|
|
-// text-decoration: none;
|
|
|
-// color: $header-color;
|
|
|
-// &:hover {
|
|
|
-// color: $hover-color;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// h5 {
|
|
|
-// font-size: 16px;
|
|
|
-// line-height: 24px;
|
|
|
-// font-weight: bold;
|
|
|
-// text-transform: uppercase;
|
|
|
-// // }
|
|
|
-// footer {
|
|
|
-// .logo-box,
|
|
|
-// .footer-nav,
|
|
|
-// .contacts {
|
|
|
-// width: 25%;
|
|
|
-// @media (max-width: 768px) {
|
|
|
-// align-self: center;
|
|
|
-// width: 50%;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// span {
|
|
|
-// color: $header-color;
|
|
|
-// &:hover {
|
|
|
-// color: $hover-color;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|