html, body{
	margin:0;
	padding: 0;
}

/*nav*/
nav {
	width: 100%;
	background: #4C91FF;
	height: 100px;
}

clear{
	clear: both;
}

.left-nav{
	text-align: right;

}

.right-nav{
    text-align: left;
}

[class*=-nav]{
	font-size: 1em;
    float: left;
    width: calc(50% - 100px);
	color: white;
	position: relative;
    line-height: 100px;

}
ul{
	margin: 0;
	padding: 0;
}
ul li {
	display: inline;
	list-style-type: none;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 25px 0 50px;
    color: white;
    text-decoration: none;
}

.aboutpage .section-container a {
	color: #D53232;
}

.aboutpage .section-container a:hover {
	color: #D53232;
	font-style: italic;
}

a {
    text-decoration: none;
    color: white;
}

#logo {
    margin-top: -45px;
    float: left;
}

/*header*/

header {
    height: auto;
    text-align: center;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;

}

.container-top {
    width: 100;
    padding: 0 auto;
    margin: 150px auto 0 auto;
}

.heading-font {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 70px;
    line-height: 75px;
    text-align: center;
    color: #D53232;
    text-decoration: none;
    font-weight: 700;
}

h1 {
     font-family: 'Montserrat', sans-serif;
	font-size: 32px;
    line-height: 40px;
    text-align: left;
    color: #D53232;
    text-decoration: none;
    
}
p {
    font-family: 'Montserrat', sans-serif;
	font-size: 28px;
    line-height: 38px;
    text-align: left;
    color: #D53232;
    text-decoration: none;
}

.bio-font {
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #D53232;
    text-decoration: none;
}

.left {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #D53232;
    text-align: center;
    padding-top: 10px;
    
}

.right {
    float: right;
    width: 50%;
    text-align: right;
}

.section-container {
	height: 290px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.section-container2 {
	height: auto;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
}


section {
    width: 31%;
    height: 340px;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    margin: 8px;
    border: 2px solid transparent;
}

section img {
    width: 100%;
    height: auto;
}

.candidates-con {
    height: 500px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.bluetext {
    font-family: 'Montserrat', sans-serif;
	font-size: 28px;
    line-height: 38px;
    text-align: left;
    color: #4c91ff;
    text-decoration: none;
}

/* ============ NAV max width 1000px ============= */

@media all and (max-width: 1000px) {

ul li{
	display: block;
}

[class*=-nav]{
	line-height: 50px;
	text-align: center;
  margin: 0;

}

.right-ul{
  text-align: right;
  padding: 0;
  margin: 0;
padding: 0 .25em 0 0 ;
}

.left-ul{
  text-align: left;
  padding: 0;
padding: 0 0 0 .25em;
}

[class*=-ul] li{
  margin: 0;
}

.left-ul li{
padding: 0;
}

.right-ul li{
padding: 0;
}

}

@media all and (max-width: 560px) {
  ul li{
  	font-size: 14px;
  }

  nav img{
    width: 100px;
    height: auto;
  }
  #logo{
    margin-top: 45px;
  }

  [class*=-nav] {
    width: calc(50% - 50px);
  }
}



/* ============ max width 950px ============= */

@media all and (max-width: 950px) {
    
    footer ul li {
	margin: 0 4%;
    }
}

/* ============ max width 910px ============= */

@media all and (max-width: 910px) {
    
    
    .section-container {
	height: auto;
    width: 100%;
    margin: 0 auto;

}
    section {
    width: 30%;
    margin: 0 auto;
    height: 450px;
    box-sizing: border-box;
    }
    
}

/* ============ max width 850px ============= */

@media all and (max-width: 850px) {
    
    footer ul li {
	margin: 0 3%;
    }
}

/* ============ max width 800px ============= */

@media all and (max-width: 800px) {
    
    p {
	font-size: 25px;
    line-height: 32px;
}
}

/* ============ max width 750px ============= */

@media all and (max-width: 750px) {

    .section-container {
	height: auto;
	padding-bottom: 50px;
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
}
    section {
    width: 100%;
    height: 120px;
    margin: 80px auto;
    box-sizing: border-box;
    }
    
    .left {
    font-size: 25px;
    
}
    


/* ============ max width 700px ============= */

@media all and (max-width: 700px) {

section {
	height: 150px;
}

/* ============ max width 650px ============= */

@media all and (max-width: 650px) {
    
    p {
	font-size: 20px;
    line-height: 27px;
    
        .section-container {
	height: auto;
	padding-bottom: 50px;
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
}
    section {
    width: 100%;
    height: 120px;
    margin: 80px auto;
    box-sizing: border-box;
    }
    
    
}

/* ============ max width 550px ============= */

@media all and (max-width: 550px) {

    section {
        width: 100%;
        height: 350px;
    }
    
}

/* ============ max width 500px ============= */

@media all and (max-width: 500px) 
    
    .container-top {
    width: 100%;
    padding: 0 auto;
    margin: 150px auto 0 auto;
    height: 500px;
}

    
.header-issues {
    height: 280px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;

}
.container-top {
    width: 100%;
    padding: 0 auto;
    margin: 150px auto 0 auto;
}

.heading-font {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 70px;
    line-height: 75px;
    text-align: center;
    color: #D53232;
    text-decoration: none;
    font-weight: 700;
    }
    
        .section-container {
	height: auto;
	padding-bottom: 50px;
    width: 80%;
    max-width: 1000px;
    margin: 10px auto;
}
    section {
    width: 100%;
    height: 370px;
    margin: 20px auto 80px auto;
    box-sizing: border-box;
    }
    
    }