/*!
Theme Name: ATWWD
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atwwd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ATWWD is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url("https://use.typekit.net/gqg5ypw.css");

/*your code here*/
.skip-link {
    display:none;
}

.site-description {
	background: yellow;
	color:red;
	font-size: 40px;
    display:none;
}

.menu-toggle{
    display:none;
}

.main-navigation ul{
    display:flex;
    justify-content: space-around;
    background-color: #930e00;
    padding-top: 1%;
    padding-bottom: 1%;
    list-style: none;
    margin: 0;
    font-family: "fairplex-narrow";
    
    
}
@media screen and (max-width: 800px){
    .main-navigation ul{
        padding-top: 3%;
        padding-bottom:  3%;
    
        
    }
   
}

@media screen and (max-width: 500px){
    .main-navigation ul{
        padding-top: 3%;
        padding-bottom:  3%;
        flex-direction: column;
        text-align: center;
        font-size: 1.25em;
    }
    .main-navigation ul il{
        padding-bottom: 1%;
    }
}
.nav-menu li a {
	color:white;
    text-decoration: none;
	
}
.nav-menu li a:hover{
    color: black;
    transition: .5s;
}
.site-title{
    display:none;
}
.entry-header{
    display:none;
}
#topthing{
    width: 100%;
    margin: auto; 
}
#topthing img{
    width: 100%;
}
body{
    
}

.entry-content{
    width: 100%;
}
.entry-content h1{
    color: #930e00;
    font-family: "fairplex-narrow";
    text-align: center;
    font-size: 2.25em;
    font-weight: 500;
}
     @media screen and (max-width: 500px){
        .entry-content h1{
        font-size: 2em;
    }
}
.entry-content p{
    font-size: 1.5em;
    padding-right: 20%;
    padding-left: 20%;
    margin-top: 2%;
    font-family:"fairplex-narrow";
    text-align: center;
    
}

     @media screen and (max-width: 500px){
        .entry-content p{
        padding-right: 5%;
        padding-left: 5%;
    }
}
#button{
        text-align: center;
        margin-bottom: 10%;
        margin-top: 2%;
        font-family: "fairplex-narrow";
}
#button a{
        display: block;
        text-decoration: none;
        width: 20%;
        font-family: "fairplex-narrow";
        font-weight: 500;
        font-size: 1.25em;
        background-color: white;
        padding: 1% 2%;
        color:#930e00 ;
        text-align: center;
        margin: auto;
        border-style: solid;
        border-width: thin;
        border-color: #930e00;    
}
 @media screen and (max-width: 500px) {
    #button a{ 
        width: 30%;
    }

}
#button a:hover{
            background-color: #930e00;
            border-color: white;
            color: white;
            transition: 1s;
}

.entry-footer{
    display:none;
}

#secondary{
    display:none;
}



/*** HOSTS ***/
.hostpic{
    text-align: center;
    width: 100%;
    clear: both;
}
#host{
    padding: 0;
    margin: auto;
    
}
h2{
    font-family:"fairplex-narrow";
    font-size: 1em;
    text-align: center;
    padding:0;
    margin:auto;
}
h1{
    clear: both;
    
}
#em{
    width: 50%;
    float: left;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 1%;
    padding-bottom: 3%;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
}
@media screen and (max-width: 500px){
    #em{
    float: none;
        width: 95%;
    }
}
#christine{
    width: 50%;
    float: right;
    padding-top: 0;
    padding-right: 2%;
    padding-left: 1%;
    padding-bottom: 3%;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
}
@media screen and (max-width: 500px){
    #christine{
    float: none;
        width: 95%;
    }
}
/*** footer ***/
footer{
    width: 100%;
    background-color:#930e00;
    color: white;
    font-family: "fairplex-narrow";
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3%;
}
#titles {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
#titles p{
    justify-content: center;
}
#social{
    width: 50%;
    display:flex;
    justify-content: space-around;
}
#play{
    width: 50%;
    display:flex;
    justify-content: space-around;
}
.fontawesome{
    width: 100%;
    justify-content: space-between;
    color: white;
    text-align: center;
}
.fontawesome a{
    color: white;
    text-decoration: none;
    padding-right: 2%;
    padding-left: 2%;
    
}
a:hover{
    color: black;
    transition: .5s;
}

.site-info{
    display: none;
}


/*** Contact Page ***/




form{
    width: 48%;
    clear: both;
    margin:auto;
    margin-top: 5%;
    font-family:"fairplex-narrow";
    font-weight: 500;
        } 
 @media screen and (max-width: 500px){
     form{
        width: 80%;
        margin: auto;
            }
         }
#ajax-contact{
    width: 50%;
}
 @media screen and (max-width: 500px){
     #ajax-contact{
            margin-top: 10%;
            margin-bottom: 10%;
            width: 80%;
     }
         }

.field {
  margin: 1em 0;
    
}

label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.2em;
  color: #930e00;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #930e00;
   
}

textarea {
  width: 100%;
  height: 100px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #930e00;
   
}

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #930e00;
/*  border-bottom: 1px solid black;*/
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 500px){
     button{
            width: 100%;
     }
         }

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: $pink;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: $maroon;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/*** Episodes ***/
#episode-title h1{
    text-align: center;
    width: 100%;
}
.episodes{
    width: 100%;
    margin-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
    border-bottom: solid 1px #930e00;
    overflow: auto;
}
.episodes h4{
    color: black;
    font-family: "fairplex-narrow";
}
.episodes h1{
    font-weight: 300;
    text-align: left;
    margin:auto;
    padding
    
}
.episodes h5{
    font-family: "fairplex-narrow";
    color: #930e00;
    font-size: 1em;
}
.episodes p{
    text-align: left;
    width: 100%;
    margin:auto;
    margin-top: 1%;
    font-size: 1.25em;
    padding-left: 1%;
    padding-right: 0;
}
.episodes img{
    margin-right: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
    
}


.alignleft {
    float: left;
}
    .responsive-menu-button{
        color: #930e00;
        display: none !important;
    }

@media screen and (max-width: 500px){
    .alignleft{
    float: none;
    width: 100%;
    }








