* {
    margin: 0%;
    padding: 0%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}


/* LINK TEXT */

a{
    color: #004b8f;
}

a:link{
    text-decoration:none;
}

a:visited{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a:active{
    text-decoration: underline;
}


/* NAVIGATION */

#site-title {
    margin: 15px 15px 15px 5vw;
    height: 40px;
    width: auto;
    color: white;
}

.navigation {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 20px 0px;
    line-height: 0.75;
}

.navigation-item {
    flex: 1;
}

.navigation-link {
    color: #004b8f;
    font-size: 17px;
    text-decoration: none;
    }

.navigation-link:hover {
    color: #004b8f;
    text-decoration: underline;
}

/* PAGE HEADERS */

header {
    margin: 0%;
    font-size: 28px;
    color: white;
    line-height: 1.6;
}

h2,
h3 {
    color:#004b8f;
}

.page-header-container {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 15vh;
    padding-bottom: 15vh
}

.background-gradient {
    background: linear-gradient(90deg, rgba(215,227,254,1) 12%, rgba(255,255,255,0) 49%, rgba(215,227,254,1) 104%), radial-gradient(circle, rgba(241,59,123,1) 12%, rgba(255,255,255,0) 81%), linear-gradient(189deg, rgba(98,80,209,1) 24%, rgba(255,255,255,0) 70%), linear-gradient(336deg, rgba(255,237,114,1) 24%, rgba(255,255,255,0) 79%);
}



/* FOOTERS */

footer {
    background: #efefef;
    padding: 44px;
}



/* LANDING PAGE SHOWCASE */

#showcase {
    background-image: url(img/mountain-sunset.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 0 20px;
    color: white;
}

#showcase .navigation{
    display: flex;
    vertical-align: top;
    padding: 20px 10px;
    line-height: 0.75;
    align-items: center;
    justify-content:space-around;
}

#showcase .title-text{
    align-items: center;
    vertical-align: middle;
    margin-top: 20vh;
}

#showcase h1 {
    font-size: 77px;
    line-height: 1.2;
    vertical-align: middle;
}

#showcase p{
    font-size: 28px;
    justify-content: center;
    align-items: center;
}

#showcase .button{
    font-size: 18px;
    text-decoration: none;
    color: white;
    border: white 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
}

#showcase .button:hover{
    background: white;
    opacity: 0.75;
    color: #004b8f;
    box-shadow: 20px 20px 20px #004b8f;
    transition: all 0.5s;
}

/* QUIZ */

#quiz-container{
    background: rgba(215,227,254,1);
    color: #004b8f;
    padding: 10px 20px;
    margin: 20px;
    border-radius: 20px;
}

#quiz{
    background: rgba(215,227,254,1);
    display: flex;
}

#quiz.p{
    font-size: 16px;
}

#mc{
    font-size: 14px;
}

#quiz-question1,
#quiz-question2,
#quiz-question3{
    flex:1;
    padding: 10px 5px;
}

#quiz-question2{
    border-right: 1px dotted white;
    border-left: 1px dotted white;
    padding: 10px 20px; 
}

#after-submit{
    visibility: hidden;
    padding:20px;
    margin: 20px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(241,59,123,1);
    border: 1px solid rgba(241,59,123,1);
    border-radius: 20px;
}

#message{
    font-size: 24px;
    font-weight: bolder;
}

#after-submit-content{
    display: flex;
    justify-content: space-around;
}

#medInfo{
    font-size: 14px;
    padding: 40px 40px 30px 40px;
}

#picture{
    margin: 20px;
    width: 33vh;
}

#videoLink{
    background: white;
    border: 1px solid rgba(241,59,123,1);
    border-radius: 10px;
    padding: 10px 20px;
    color: rgba(241,59,123,1);
    font-weight: bolder;
    transition-duration: 0.5s;
    margin: 0px 40px 20px 40px;
    font-size: 18px;
    text-decoration: none;
}

#videoLink:hover{
    box-shadow: 20px 20px 20px rgba(241,59,123,1);
    transition: all 0.5s;
    cursor: pointer;
}

#button{
    background: #004b8f;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    transition-duration: 0.5s;
    margin: 30px;
    font-size: 18px;
    text-decoration: none;
}

#button:hover{
    background: rgba(241,59,123,1);
    color: white;
    box-shadow: 20px 20px 20px #004b8f;
    transition: all 0.5s;
    cursor: pointer;
}

/* TEXT CONTENT SECTIONS */

#section-a{
    padding: 20px;
    color:  #004b8f;
    text-align: center;
}

#section-b{
    padding: 20px;
    background: linear-gradient(90deg, rgba(215,227,254,1) 12%, rgba(255,255,255,0) 49%, rgba(215,227,254,1) 104%), radial-gradient(circle, rgb(248, 247, 247) 12%, rgba(255,255,255,0) 81%), linear-gradient(189deg, rgba(98,80,209,1) 24%, rgba(255,255,255,0) 70%), linear-gradient(336deg, rgba(255,237,114,1) 24%, rgba(255,255,255,0) 79%);
    color: #004b8f;
    text-align: center;
}

#section-c{
    display: flex;
    color: #004b8f;
    margin: 100px 0px;
}

#section-c div{
    padding:20px;
}
#section-c .box-2{
    border-left: 1px solid pink;
    border-right: 1px solid pink;
}

h2 {
    margin: 20px;
}

main {
    color: #004b8f;
    margin-top: 20px;
    margin-bottom: 20px;
}

article {
    flex: 3;
}

aside {
    background: lightyellow;
    flex: 1;
}


/* MED STYLES BUBBLES */

p {
    margin: 0;
}

.mstyle {
    background: linear-gradient(270deg, rgba(215,227,254,1) 17%, rgba(255,255,255,0) 100%), linear-gradient(145deg, rgba(241,59,123,1) 15%, rgba(255,255,255,0) 36%), linear-gradient(60deg, rgba(98,80,209,1) 18%, rgba(255,255,255,0) 48%), linear-gradient(180deg, rgba(255,237,114,1) 19%, rgba(255,255,255,0) 49%);
    border-radius: 50%;
    height: 250px;
    width: 250px;
    padding: 10px;
    margin: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.mstyle-name {
    font-weight: bold;
    font-size: 24px;
}

.mstyle-altName {
    font-style: italic;
    font-size: 14px;
}

.hide {
    display: none;
}

/* SEARCH STYLES TEXT INPUT */

.search {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid white;
    color: white;
    background: transparent;
    padding: 10px 20px;
    border-radius: 10px;
}

/* MED STYLES TABLE */

table {
    border: 1px solid #004b8f;
    border-collapse: collapse;
    background: linear-gradient(90deg, rgba(215,227,254,1) 12%, rgba(255,255,255,0) 49%, rgba(215,227,254,1) 104%), radial-gradient(circle, rgb(248, 247, 247) 12%, rgba(255,255,255,0) 81%), linear-gradient(189deg, rgba(98,80,209,1) 24%, rgba(255,255,255,0) 70%), linear-gradient(336deg, rgba(255,237,114,1) 24%, rgba(255,255,255,0) 79%);
    color: #004b8f;
    width: 100%;
}
th {
    padding: 20px;
    border-bottom: 2px solid #004b8f;
    color: #004b8f;
}
td {
    padding: 10px;
    border-bottom: 1px solid #004b8f;
}

/* QUALITIES OF MIND BENEFITS */

#qualities-of-mind{
    width: 90%;
    padding: 10px;
}


/* TABBED BENEFITS CONTENT */

#tabbed-content{
    border:1px solid #ddd;
}

#tabbed-content li{
    display:inline-block;
    padding: 10px 20px;
    background: rgba(215,227,254,1);
    font-size: 18px;
    color: #004b8f;
    border-radius: 10px;
    cursor: pointer;
    margin:20px 10px 0px 10px;
}

#tabbed-content li:hover{
    background: rgba(241,59,123,1);
    color: white;
    transition: all 0.5s;

}

#tabbed-content .panel{
    display: none;
    margin: 10px 20px;
    padding:10px;
    border-radius: 4px;
}

#tabbed-content .panel.active {
    display: block;
}

/* MED BENEFIT BUBBLES */

.med-benefits {
    margin: 0;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.med-benefit {
    list-style: none;
    background: linear-gradient(270deg, rgba(215,227,254,1) 17%, rgba(255,255,255,0) 100%), linear-gradient(145deg, rgba(241,59,123,1) 15%, rgba(255,255,255,0) 36%), linear-gradient(60deg, rgba(98,80,209,1) 18%, rgba(255,255,255,0) 48%), linear-gradient(180deg, rgba(255,237,114,1) 19%, rgba(255,255,255,0) 49%);
    border-radius: 50%;
    height: 7vh;
    width: 7vh;
    padding: 14vh;
    margin-bottom: 20px;
    text-align: center;
}



/* CONTACT FORM */

#contact-form {
    margin: 0 auto;
    width: 400px;
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
  }

  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #contact-form li + li {
    margin-top: 1em;
  }
  
  label {
    display: inline-block;
    width: 90px;
    text-align: right;
  }
  
  #mail,
  #name, 
  textarea {
    font: 1em;
    font-family: 'Montserrat', sans-serif;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 10px;
  }
  
  #mail:focus, 
  #name:focus,
  textarea:focus {
    border-color: #004b8f;
  }
  
  textarea {
    vertical-align: top;
    height: 5em;
  }
  
  button {
    margin-left: .5em;
    font-size: 18px;
    text-decoration: none;
    color: #004b8f;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
  }

  button:hover{
    background: #004b8f;
    color: white;
    box-shadow: 20px 20px 20px #004b8f;
    transition: all 0.5s;
}

/* NEWS API */

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.story {
    flex-basis: 25%;
    padding: 10px;
    margin: 10px;
    border: 2px solid rgba(241,59,123,1);
    border-radius: 10px;
    background: white;
    line-height: 1.5;
}

.story-img {
    width: 200px;
    margin-top: 25px;
}

