html, body{
	margin:0;
	padding: 0;
        font-family: "Montserrat", sans serif;

}

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;
}
nav 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;
}

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

#logo {
    margin-top: -45px;
    float: left;
}
/* ===================== NAV BAR ===================== */

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans serif;
}
#container{
    max-width: 1000px;
    margin: 0 auto 0 auto;
    line-height: 1.5;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
#title {
    width: 100%;
    text-align: center;
}
#title h1{
    font-size: 90px;
    color: #D53232;
    margin: 0;
    padding: 0; 
} 

#head {
    width: 70%;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #D53232;
    padding-bottom: 5%;
}

#ns {
    font-size: 20px;
    color: #4C91FF;
    margin: 20px 5px 0 5px;
    padding: 0;
    text-align: center; 
    font-weight: 400;  
    width: 100%;
}
#button {
    color: white;
    background-color: #D53232;
    border-radius: 50;
    height: 50px;
    width: 200px;
    font-size: 25px;
    margin: 30px auto 0 auto;
    border: 2px solid #A92323;
    text-align: center;
    font-weight: 700;
    padding-top: 13px;
    text-shadow: 0 1px 1px dimgray;
    box-shadow: 0 2px 0 #A92323;
    border-radius: 50px;
    
}

#button:hover {
    box-shadow: inset 0 0 0 3px #A92323;
}


#button a{
    color: white;
}
#head img{
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
   animation: headline 2s ease-in 1;
}

@keyframes headline{
	from {
		opacity: 0;
		top: 0;
	}
	to {
		opacity: 1;
		top: 30px;
	}
}
#head h3 {
        border-top: 1px solid #D53232;
    color: #D53232;
    margin: 0;
    padding: 20px;
}

#head ul {
    list-style-type: none;
    color: #4C91FF;
    margin: 0;
    padding: 0;
    text-align: center;
}



#namec {
    color: #4C91FF;
    font-size: 80px;
    margin: 5% auto;
    text-align: center; 
}
#namec {
	margin-left: 0;
	transition: all 0.5s ease;
}
#namec:hover {
	margin-left: 100px;
}

#clinton {
    margin-left: 0;
}
#clinton img {
    width: 200px;
    height: auto;
}
#clinton ul {
    float: right;
    line-height: 2;
}
#clinton ul li {
    margin-top: 5px;
}
#clinton a {
    text-decoration: none;
    color: #4C91FF;
}
#clinton a:hover{
    color: #D53232;
    font-weight: 700;
}



#namet {
    color: #D53232;
    font-size: 80px; 
    margin: 5% auto;
    text-align: center;
    transition: all 0.5s ease;
}
#namet {
	margin-left: 0;
	transition: all 0.5s ease;
}
#namet:hover {
	margin-left: 100px;
}
#trump {
    margin-left: 0;
    
}

#trump img {
    width: 200px;
    height: auto;
}
#trump ul {
    float: right;
    line-height: 2;
    margin-right: 20px;

}
#trump ul li {
    margin-top: 5px;
}
#trump a {
    text-decoration: none;
    color: #D53232;
}
#trump a:hover{
    color: #4C91FF;
    font-weight: 700;
}


#names {
    color: #4C91FF;
    font-size: 80px; 
    margin: 5% auto;
    text-align: center;
}
#names {
	margin-left: 0;
	transition: all 0.5s ease;
}
#names:hover {
	margin-left: 100px;
}
#sanders {
    margin-left: 0;
    
}
#sanders img {
    width: 200px;
    height: auto;
}
#sanders ul {
    float: right;
    margin-right: 30px;
    line-height: 2;
}
#sanders ul li {
    margin-top: 5px;
}
#sanders a {
    text-decoration: none;
    color: #4C91FF;
}
#sanders a:hover{
    color: #D53232;
    font-weight: 700;
}

#bottom {
    width: 100%;
    height: 150px;
    background-color: #4C91FF;
    border: 1px solid #4C91FF;
    margin-top: 10%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#bottom h4{
    color: white;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
#bottom a{
    color: #D53232;
    
}


/* NAV RESPONSIVENESS */




@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;
}

}

/* NAV RESPONSIVENESS */




}
@media all and (max-width: 995px) {
.clear{
    clear:both;
}
#sanders img {
    display: none;
}
#clinton img {
    display: none;
}
#trump img {
    display: none;
}
#sanders ul {
    float: none;
    margin: 0 5% 0 5%;
}
#clinton ul {
    float: none;
    margin: 0 5% 0 5%;
}
#trump ul {
    float: none;
    margin: 0 5% 0 5%;
}
#ns {
    margin: 20px 2px 0 2px;
}
#head img {
    width: 60%;
}
#head {
    width: 90%;
}
}





@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);
  }
}




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

#namec {
    font-size: 60px;
}
#namet {
    font-size: 60px;
}
#names {
    font-size: 60px; 
}   
#title h1{
    font-size: 70px;
    
}
#head img {
    width: 90%;
}
#namec {
	margin-left: 0;
	transition: all 0.5s ease;
}
#namec:hover {
	margin-left: 50px;
}
#namet {
	margin-left: 0;
	transition: all 0.5s ease;
}
#namet:hover {
	margin-left: 50px;
}
#names {
	margin-left: 0;
	transition: all 0.5s ease;
}
#names:hover {
	margin-left: 50px;
}
}