/* GENERAL */

html {}

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
    margin: 0;
}

/* NAVBAR */

.mynav {
    background-color: #5D605E;
}

.navbar-nav a:hover {
    border-bottom: 2px solid #F29F05;
}

.nav-active a {
    border-bottom: 2px solid #F29F05;
}

.dropdown-menu {
    background-color: lightgrey;
}


/* HEADER */

.header {
    margin-top: 75px;
    padding: 30px;
}

.header h1 {
    font-family: Oswald, Arial, sans-serif;
    font-size: 45px;
    color: #5C605E;
    text-shadow: 1px 1px #F7BC44;
    margin-right: 0px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 0px;
    border-right: 3px solid #F7BC44;
}

.header p {
    color: #595956;
    font-size: 15px;
    padding-top: 27px;
    padding-left: 15px;
}

/* BUTTONS */

.btn-warning {
    color: darkslategrey;
    border:none;
}

.btn-warning a {
    color: darkslategrey;
    border: none;
}

/* CAROUSEL */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: 0px;
}

.mySlides {
    display: none
}


.mySlides a {
    text-decoration:none;
}

img {
    vertical-align: middle;
}


/* CAPTIONS */

#about h2 {
    font-size: 40px;
    color:white;
    background:transparent;
}

.drk:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: black;
    opacity: 0.5;
}

.carousel-caption {
    color: #fff;
    font-size: 18px;
    padding: 25px 0px;
    text-align: left;
    position: absolute;
    width: 500px;
    margin-bottom: 5%;
}


@media only screen and (max-width: 1280px) {
    .carousel-caption {
        margin-bottom:5%;
    }
}

@media only screen and (max-width: 1100px) {
    .carousel-caption {
        margin-bottom:0%;
    }
}

@media only screen and (max-width: 850px) {
    .carousel-caption {
        margin-bottom:-5%;
    }
}

@media only screen and (max-width: 700px) {
    #about p, .lmbtn {
        display:none;
    }
}

@media only screen and (max-width: 700px) {
    #about h2 {
        font-size: 30px;
        margin-bottom: 12%;
    }
}

@media only screen and (max-width: 500px) {
    #about h2 {
        font-size: 20px;
        padding-left: 20px;
        margin-bottom: 5%;
    }
}


/* HOME PAGE - FEATURED TOPICS */

#trends {
    padding: 10px 0px;
    min-height: 500px;
}

.trends-container {
    padding: 20px 0px;
    margin-left: 0px;
    background:linear-gradient(#F7BC44, #595956);
}

.tcard, #elcard, #twcard {
    padding: 5px 40px;
    margin-bottom: 10px;
    max-width: 70%;
    min-width: 400px;
}

.tcardh {
    min-height: 445px;
}

#elcard a {
    color: #5C605E;
}

#trends h2 {
    font-family: "Nanum Gothic", Arial, sans-serif;
    font-size: 40px;
    color: #5C605E;
    text-shadow: 0.5px 0.5px #F7BC44;
    padding-left: 50px;
    padding-bottom: 15px;
}

#trends h3 {
    padding: 5px 3px;
    font-family: "Nanum Gothic", Arial, sans-serif;
    font-size: 20px;
    color: #595956;
    border-bottom: 1px solid #F7BC44;
}

#trends p {
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    color: #5C605E;
}

#trends ol, ul {
    font-family: Roboto, Arial, sans-serif;
    padding-top: 5px;
    padding-left: 40px;
    font-size: 17px;
    color: #5C605E;
    text-align: left;
}

#trends table {
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    overflow-x: auto;
}

th, td {
    border-bottom: 1px solid #ddd;
}

th:nth-child(1), td:nth-child(1) {
    text-align: left;
}

tr:nth-child(even) {
    background-color: lightgrey;
}

.footnote {
    font-size: 12px !Important;
    text-align: left;
    padding-top: 2px;
}

#twcard ul {
    list-style-image:url(../images/gold-bullet-1.gif);
    font-family: Roboto, Arial, sans-serif;
    padding-top: 5px;
    padding-left: 40px;
    font-size: 17px;
    color: #5C605E;
    text-align: left;
}

video {
  /* styling for video link */
  width: 250px;
  margin-left: 25px;
}

/* SERVICES/DELIVERABLES SECTIONS */


.services {
    padding-bottom:50px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services h2 {
    font-family: "Nanum Gothic", Arial, sans-serif;
    font-size: 40px;
    color: #5C605E;
    text-shadow: 0.5px 0.5px #F7BC44;
    padding-left: 50px;
    padding-bottom: 15px;
}

h3 {
    font-family:Oswald, Arial, sans-serif;
    font-size: 16px;
    color: #595956;
    padding-top:20px;
}

.services p {
    font-size: 16px;
    font-family:Oswald, Arial, sans-serif;
    color: #595956;
    padding-top:5px;
    padding-left:0px;
}

.deliv {
    background-color:#F7BC44;
    padding:15px;
}

.fa-plus-square {
    font-size: 25px;
    color:#595956;
    display:block;
    position:absolute;
    top: 20px;
    right: 20px;
}

/* Project Management */


.pm {
    min-height: 100px;
    min-width: 275px;
    padding: 5px 15px;
    border: 1px solid lightgrey;
}


.pmgmt {
    margin-top:25px;
    background-color: #00C0C8;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Risk Management */

.rm {
    margin-top:25px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #00C2CD;
}

/* eLearning*/

.elearning {
    margin-top:25px;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:10px;
    background-color: #0087CC;
}

/* Technical Writing*/

.twing {
    margin-top:25px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FF2700;
}

/* TEMPLATES */

.templates {
/* templates section styling */
    margin-bottom:30px;
    padding: 10px 10px;
}

.tempcont {
/* templates container styling */
    background:linear-gradient(#F7BC44, #595956);
}

.temp {
/* templates card styling */
    min-width:350px;
    min-height: 500px;
    padding: 20px;
    max-width: 500px;
}

.templates h2 {
    font-family: "Nanum Gothic", Arial, sans-serif;
    font-size: 40px;
    color: #5C605E;
    text-shadow: 0.5px 0.5px #F7BC44;
    padding-left: 40px;
    padding-bottom: 15px;
}

.templates h3 {
    font-family:Oswald, Arial, sans-serif;
    font-size: 24px;
    background-color: #595956;
    color: white;
    padding:20px 10px;
}

.templates li {
    padding:10px;
    list-style-type: none;
    text-align: center;
}

.templates hr {
    border-top: .5px solid #F7BC44;
    width: 100px;
}

.pricing {
    min-height:400px;
}

.pricing h4 {
    font-family:Oswald, Arial, sans-serif;
    font-size: 40px;
    color:blue;
    padding-bottom: 10px;
}

.pricing span {
    font-family:Oswald, Arial, sans-serif;
    font-size: 16px;
}

/* CONTACT US */

#contact {
/* contact us section styling */
    padding-top:20px;  
}

#address {
    background: linear-gradient(#F7BC44, lightgrey);
    margin-bottom: 5%;
    padding-top: 5%;
}

#contact p, label {
    color: darkslategray;
}

#yfform {
    padding-bottom:100px;
}

/* FOOTER */

footer {
    background-color: #5D605E;
    padding: 15px;
    min-height: 225px;
}

ul {
    padding-left: 15px;
}

#flist {
    font-size: 14px;
    color: #D9D9D9;
    margin-top: 20px;
    padding-left:0px;
    margin-left:0px;
    list-style-type:none;
}

.copy {
    padding-top: 20px;
    font-size: 13px;
    color: #D9D9D9;
    text-align: center;
}

address {
    font-size: 14px;
    color: #D9D9D9;
    margin-top: 20px;
}

#yemail {
    color:#D9D9D9;
    font-size:14px;
}