.pagetext {
margin-top: 30px
}

.pagetext p {
font-size: 1.3em;
}

.pagetext h2 {
font-weight: 600;
text-align: center
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
.nav-tabs li {
width: 50%; 
text-align: center
}
.social-pic {
width:100%;
margin: 40px auto;
display: block;

}
.teampic1 {
width:100%;
margin: 40px auto 0px;
display: block;
}
.teampic2 {
width:100%;
margin: 0px auto;
display: block;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.nav-tabs li {
width: 25%; 
text-align: center
}
.social-pic {
width:100%;
margin: 40px auto;
display: block;

}
.teampic1 {
width:100%;
margin: 40px auto 0px;
display: block;
}
.teampic2 {
width:100%;
margin: 0px auto;
display: block;
}
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
.nav-tabs li {
width: 25%; 
text-align: center
}
.social-pic {
width:90%;
margin: 40px auto;
display: block;

}
.teampic1 {
width:80%;
margin: 40px auto 0px;
display: block;
}
.teampic2 {
width:80%;
margin: 0px auto;
display: block;
}
}

/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
.nav-tabs li {
width: 25%; 
text-align: center
}
.social-pic {
width:80%;
margin: 40px auto;
display: block;
}
.teampic1 {
width:70%;
margin: 50px auto 0px;
display: block;
}
.teampic2 {
width:70%;
margin: 0px auto;
display: block;
}
}

/* text ----------- */
.socialtext1 {
text-align: center;
font-weight: 900;

}

.socialtext2 {
text-align: center;
line-height: 40px;
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {
.social-intro-text {
font-family: 'garamond';
font-size: 20px;
text-align: center;
margin: 20px 0px
}
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) {
.social-intro-text {
font-family: 'garamond';
font-size: 2.5rem;
line-height: 4.5rem;
text-align: center;
margin: 20px 0px
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.nav-tabs {
font-size: 14px;
}
}
